Skip to content

Commit

Permalink
Updated build_all.R.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnejh authored and arnejh committed Nov 29, 2024
1 parent 018e5af commit 9b9c8c0
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 50 deletions.
7 changes: 6 additions & 1 deletion Build/build_RstoxBuild.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ buildRstoxBuildFromSource <- function(rootDir = "~/Code/Github"){
Rversion="3.5",
check=FALSE,
importToNamespace = "data.table",
imports = c("usethis", "devtools", "data.table"),
imports = c(
"usethis", "devtools",
"data.table",
"httr", "jsonlite", "roxygen2", "rcmdcheck",
"callr", "desc", "semver"
),
suggests = c("Rstox", "png", "jpeg", "tiff", "rJava", "callr"),
rootDir = rootDir
)
Expand Down
Loading

0 comments on commit 9b9c8c0

Please sign in to comment.