The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| R-Portable_3.5.3.paf.exe.sha256 | 2019-03-18 | 92 Bytes | |
| R-Portable_3.5.3.paf.exe | 2019-03-18 | 83.7 MB | |
| R-Portable_3.5.3.paf.exe.md5 | 2019-03-18 | 60 Bytes | |
| R-Portable_3.5.3.paf.exe.sha1 | 2019-03-18 | 68 Bytes | |
| readme.md | 2019-03-18 | 623 Bytes | |
| Totals: 5 Items | 83.7 MB | 7 | |
CHANGES IN R 3.5.3:
INSTALLATION on a UNIX-ALIKE:
- Detection of flags for C++98/11/14/17 has been improved: in particular if CXX??STD is set, it is tried first with no additional flags.
PACKAGE INSTALLATION:
- New macro F_VISIBILITY as an alternative to F77_VISIBILITY. This will become the preferred form in R 3.6.0.
BUG FIXES:
-
writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter Meissner's PR#17528.
-
setClassUnion() no longer warns, but uses message() for now, when encountering "non local" subclasses of class members.
-
stopifnot(exprs = T) no longer fails.