mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:42:22 +02:00
(v1.6.0.9047) filter_ab_class() fixes
This commit is contained in:
Binary file not shown.
@ -26,11 +26,9 @@
|
||||
install.packages("data-raw/AMR_latest.tar.gz", dependencies = FALSE)
|
||||
|
||||
# some old R instances have trouble installing tinytest, so we ship it too
|
||||
# R < 3.2 does not contain trimws(), which is part of this script and of a tinytest script
|
||||
trimws <- AMR:::trimws
|
||||
install.packages("data-raw/tinytest_1.2.4.tar.gz")
|
||||
install.packages("data-raw/tinytest_1.2.4.patched.tar.gz")
|
||||
|
||||
pkg_suggests <- trimws(unlist(strsplit(packageDescription("AMR")$Suggests, ",(\n)?")))
|
||||
pkg_suggests <- AMR:::trimws(unlist(strsplit(packageDescription("AMR")$Suggests, ",(\n)?")))
|
||||
|
||||
to_install <- pkg_suggests[!pkg_suggests %in% rownames(utils::installed.packages())]
|
||||
to_update <- as.data.frame(utils::old.packages(repos = "https://cran.rstudio.com/"), stringsAsFactors = FALSE)
|
||||
|
BIN
data-raw/tinytest_1.2.4.patched.tar.gz
Normal file
BIN
data-raw/tinytest_1.2.4.patched.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user