Skip to content

Commit 81e7adf

Browse files
committed
refactor: remove obsolete reset param from load_pkg
(not compatible with recent R version anymore)
1 parent 1e6b5b5 commit 81e7adf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rmd/pkgpurl.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,6 @@ load_pkg <- function(path = ".",
691691
add_copyright_notice = FALSE,
692692
add_license_notice = FALSE,
693693
gen_pkgdown_ref = FALSE,
694-
reset = TRUE,
695694
recompile = FALSE,
696695
export_all = TRUE,
697696
helpers = TRUE,
@@ -709,7 +708,6 @@ load_pkg <- function(path = ".",
709708
710709
# load pkg
711710
devtools::load_all(path = path,
712-
reset = reset,
713711
recompile = recompile,
714712
export_all = export_all,
715713
helpers = helpers,

0 commit comments

Comments
 (0)