Mailbird

最新版本 R for Windows 3.6.2

R for Windows 3.6.2

R for Windows 3.6.2
Mailbird 是一個免費的桌面電子郵件客戶端為您的 Windows PC。 Mailbird 包裝了應用程序,功能,快捷方式和軟件升級優化,以提高您的生產力,並節省您的收件箱小時。它可以只是一個簡單的電子郵件應用程序,或者您的多功能儀錶盤,提高您的生產力和組織您的生活。快速撰寫和響應,縮短電子郵件發送時間,內聯動作欄,將所有內容組織到閃存中,無縫脫機訪問,隨時隨地管理您的電子郵件。 Mailbird 界面讓您的收件箱看起來像禪,消除了電子郵件與美麗的組織功能混亂,並使管理您的電子郵件輕而易舉。最後,一個 Windows PC 的電子郵件客戶端值得下載!



隨著 Mailbird 和 Moo.do,你現在可以直接鏈接你的電子郵件和他們的任務。只需將您的電子郵件拖到您的日常任務列表中。通過幫助您輕鬆方便地組織您的任務和消息,Moo.do& Mailbird 確保你立刻到達收件箱零! Mailbird 不僅僅是一個電子郵件客戶端。這是一個了不起的工具,你已經用來溝通,計劃和更多的應用程序和工具可以一起工作。試用 Google 日曆可輕鬆安排您的會議並組合多個日曆。 WhatsApp 即時通訊應用程序允許您通過 Mailbird 輕鬆地與您的業務合作夥伴,朋友和家人保持聯繫。通過 Mailbird 電子郵件客戶端運行 WhatsApp 流,您可以通過電子郵件和即時消息同時與人交流。將電子郵件中的附件拖放到 WhatsApp 上,輕鬆分享照片,視頻和文檔。 Mailbird 包括多個獨特的佈局,以配合您的風格,以及如何工作.

Mailbird 特點:

Polished
Mailbird 是一個乾淨整潔的界面,是為了簡單。它通過消除電子郵件混亂與美麗的組織功能,把你的收件箱變成一個禪宗的經驗.

Speed
沒有電子郵件程序,專注於速度。 Mailbird 團隊每毫秒出汗,並切出每一個不必要的步驟,從而使其成為有史以來最快的電子郵件應用程序。提高工作流程效率 Mailbird 為您提供速度閱讀器和鍵盤快捷鍵.

私人
Mailbird 團隊尊重您的隱私設計 Mailbird 永遠不會掃描您的電子郵件內容或將您的任何數據存儲在服務器上。收件箱中的內容僅供您使用.

Social
社交媒體是一種重要的溝通媒介,通過整合主要社交渠道(如 Facebook),Mailbird.

Smart
Mailbird 更便於用戶使用。幾乎沒有學習曲線,只需點擊左右,即可“得到它”。您可以輕鬆地自定義或添加您最喜愛的應用程序或只是使用它。您的電子郵件生產力將得到立即 boost.

注意:30 天 PRO 試用版。免費終身(基本選項和最多 3 個電子郵件帳戶)。需要.NET Framework.

ScreenShot

軟體資訊
檔案版本 R for Windows 3.6.2

檔案名稱 R-3.6.2-win.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 Mailbird Team
官網 http://www.getmailbird.com/
更新日期 2019-12-12
更新日誌

What's new in this version:

New features:
- runmed(x, *) gains a new option na.action determining _how_ to handle NaN or NA in x
- dotchart() gains new options ann, xaxt, frame.plot and log

Installation on a unix-alike:
- Detection of the C stack direction has been moved from run-time to configure: this is safer with LTO builds and allows the detection to be overridden - see file config.site
- Source-code changes enable installation on platforms using gcc-fno-common (the expected default for gcc 10.x)

C-level facilities:
- installTrChar (which is nowadays is wrapped by installChar) is defined in Rinternals.h. (Neither are part of the API.)

Package installation:
- Header Rconfig.h contains the value of FC_LEN_T deduced at installation which is used by the prototypes in headers R_ext/BLAS.h and R_ext/Lapack.h but to avoid extensive breakage this is only exposed when USE_FC_LEN_T is defined
- If a package's C/C++ calls to BLAS/LAPACK allow for the 'hidden' arguments used by most Fortran compilers to pass the lengths of Fortran character arguments, define USE_FC_LEN_T and include Rconfig.h (possibly _via_ R.h) before including R_ext/BLAS.h or R_ext/Lapack.h
- A package with Fortran source code and perhaps C (but not C++) sources can request for its shared object/DLL to be linked by the Fortran compiler by including a line USE_FC_TO_LINK= in src/Makevars[.win] and using $(SHLIB_OPENMP_FFLAGS) as part of PKG_LIBS
- The known reason for doing so is a package which uses Fortran (only) OpenMP on a platform where the Fortran OpenMP runtime is incompatible with the C one (e.g. gfortran 9.x with clang)

Utilities:
- R CMD check has a new option to mitigate checks leaving files/directories in /tmp. See the 'R Internals' manual - this is part of --as-cran

Windows:
- The default standard for C++ in package installation is C++11 (as it has been on other platforms where available since R 3.6.0: the default toolchain on Windows was defaulting to C++98)

Deprecated and defunct:
- Support for specifying C++98 in package installation is deprecated
- Support in R CMD config for F77, FCPIFCPLAGS, CPP, CXXCPP and CXX98 and similar is deprecated. (CPP is found from the system make and may well not be set)
- Use $CC -E and $CXX -E instead of CPP and CXXCPP

Bug fixes:
- runmed(x, *) when x contains missing values now works consistently for both algorithm="Stuetzle" and "Turlach", and no longer segfaults for "Turlach", as reported by Hilmar Berger
- apply(diag(3), 2:3, mean) now gives a helpful error message
- dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier
- Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay
- options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists
- as.numeric() now gives correct error message
- Printing ls.str() no longer wrongly shows "" in rare cases
- Auto-printing S4 objects no longer duplicates the object, for faster speed and reduced memory consumption. Reported by Aaron Lun
- pchisq(, , ncp=100) no longer takes practically forever in some cases. Hence ditto for corresponding qchisq() calls
- x %% L for finite x no longer returns NaN when L is infinite, nor suffers from cancellation for large finite L, thanks to Long Qu's
Analogously, x %/% L and L %/% x suffer less from cancellation and return values corresponding to limits for large L
- grepl(NA, *) now returns logical as documented
- options(warn=1e11) is an error now, instead of later leading to C stack overflow because of infinite recursion
- R_tryCatch no longer transfers control for all conditions. Reported and patch provided by Lionel Henry in PR#17617
- format(object.size(.), digits=NULL) now works, fixing PR#17628 reported by Jonathan Carroll
- get_all_vars(f, d) now also works for cases, e.g. where d contains a matrix. Reported by Simon Wood in 2009 and patch provided by Ben Bolker in PR#13624
- Additionally, it now also works when some variables are data frames, fixing PR#14905, reported by Patrick Breheny
- barplot() could get spacings wrong if there were exactly two bars PR#15522. Patch by Michael Chirico
- power.t.test() works in more cases when returning values of n smaller than 2
- dotchart(*, pch=., groups=.) now works better. Reported by Robert and confirmed by Nic Rochette in PR#16953
- canCoerce(obj, cl) no longer assumes length(class(obj)) == 1
- plot.formula(*, subset = *) now also works in a boundary case reported by Robert Schlicht (TU Dresden)
- readBin() and writeBin() of a rawConnection() now also work inlarge cases

R for Windows 3.6.2 相關參考資料
Download R for Windows 3.6.2 3.7.0 r77555 Pre-release

Download R for Windows - This programming language provides you with a development environment to create applications for data analysis and statistical&nbsp;...

https://www.softpedia.com

Download R-3.6.2 for Windows. The R-project for statistical ...

Download R 3.6.2 for Windows (83 megabytes, 32/64 bit) ... You will need a version of md5sum for windows: both graphical and command line versions are&nbsp;...

https://cran.r-project.org

Download the R-3.6.2 RC build for Windows. The R ... - CRAN

This is a pre-release Windows 32/64 bit build of R-3.6.2, including changes up to 2019-12-12 (r77555). This is not an official release. Please report bugs in this&nbsp;...

https://cran.r-project.org

Previous releases of R for Windows - CRAN

Previous Releases of R for Windows. This directory contains previous binary releases of R to run on Windows 95, 98, ME, NT4.0, 2000 and XP or later on&nbsp;...

https://cran.r-project.org

R for statistical computing software

至R的官方網站(http://www.r-project.org/)下載 ... http://cran.csie.ntu.edu.tw/; 點選適合之軟體版本(Windows、Linux 或Mac),如Download R for Windows;; 點選base&nbsp;...

http://www.stat.nuk.edu.tw

R Installation and Administration - CRAN

跳到 Windows - 6.3.1 Windows ... Windows binary packages for R are distributed as a single binary ... R-project.org/bin/windows/contrib/3.2/@ReadMe.

https://cran.r-project.org

R: The R Project for Statistical Computing

R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. ... R version 3.6.2 (Dark and Stormy Night) has be...

https://www.r-project.org