- local OS X install, R 3.6.1 and 4.0.0
- win-builder (devel and release)
There were no ERRORs or WARNINGs.
This warning only shown in R 4.0.0
checking top-level files ... WARNING A complete check needs the 'checkbashisms' script. See section ‘Configure and cleanup’ in the ‘Writing R Extensions’ manual.
-
Debian Linux, R-devel, GCC ASAN/UBSAN OK
-
Ubuntu Linux 16.04 LTS, R-release, GCC 1 NOTE GNU make is a SystemRequirements.
-
Fedora Linux, R-devel, clang, gfortran
- checking top-level files ... WARNING A complete check needs the 'checkbashisms' script. See section ‘Configure and cleanup’ in the ‘Writing R Extensions’ manual.
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit
I think it says ok...
- Include method description link in the Desciption
- Fix a cran link problem in README.md
- Add single quotes in title and description in the DESCRIPTION file
- Change T to TRUE and F to FALSE
- Did not find any variables in my side named T or F
- Add \value Rd-tags in
- MrSFit.Rd: \value
- MrSImp.Rd: \value
- plotTree.Rd: \value
- predictTree.Rd: \value
- printTree.Rd: \value
- writeTex.Rd: \value
- remove some functions export, since they should not be used directly by users.
- remove \dontrun{} block
- In print.R/writeTex.R, added \dontshow{.old_wd <- setwd(tempdir())} and \dontshow{setwd(.old_wd)} around the writting function.
- Changed plot.R
cat
towarining
. - fix a bug in regression.cpp about log(int n), cast to log (double n). It fixed the issue in Solaris.
- fix a bug in mrsguide.R and mrsimp.R, when Y is single outcome.
- Fix URLs in README.md and DESCRIPTION