that 1 AM error

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-18 00:58:39 +02:00
parent cfb7df823e
commit d67371acd1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ 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
intall.packages("data-raw/tinytest_1.2.4.tar.gz")
install.packages("data-raw/tinytest_1.2.4.tar.gz")
pkg_suggests <- trimws(unlist(strsplit(packageDescription("AMR")$Suggests, ",(\n)?")))