compile_package()
1 parent 4726f56 commit b777723Copy full SHA for b777723
1 file changed
R/compile-package.R
@@ -25,11 +25,9 @@ compile_package <- function(path = ".") {
25
}
26
pkgname <- as.character(pkgname)
27
28
- # collect all `quick()` calls in the package
29
- collector$activate(paste0(pkgname, ":quick_funcs"))
30
-
31
# TODO: need to unset various R_* env vars, or just
32
# take a dep on callr
+ # TODO: prompt to install pkgload if not available?
33
system2(
34
file.path(R.home("bin"), "R"),
35
c("-q", "-e", shQuote("pkgload::load_all()"))
0 commit comments