Skip to content

Commit b777723

Browse files
committed
tweak compile_package()
1 parent 4726f56 commit b777723

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

R/compile-package.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ compile_package <- function(path = ".") {
2525
}
2626
pkgname <- as.character(pkgname)
2727

28-
# collect all `quick()` calls in the package
29-
collector$activate(paste0(pkgname, ":quick_funcs"))
30-
3128
# TODO: need to unset various R_* env vars, or just
3229
# take a dep on callr
30+
# TODO: prompt to install pkgload if not available?
3331
system2(
3432
file.path(R.home("bin"), "R"),
3533
c("-q", "-e", shQuote("pkgload::load_all()"))

0 commit comments

Comments
 (0)