1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:01:50 +02:00

data.table

This commit is contained in:
2022-10-03 21:19:00 +02:00
parent 9cbc1d4f16
commit a62ff0a1b9
4 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ install.packages("data-raw/tinytest_1.3.1.tar.gz", dependencies = c("Depends", "
install.packages(getwd(), repos = NULL, type = "source")
pkg_suggests <- gsub(
"[^a-zA-Z0-9]+", "",
"[^a-zA-Z0-9.]+", "",
unlist(strsplit(unlist(packageDescription("AMR",
fields = c("Suggests", "Enhances", "LinkingTo")
)),