Fixed custom package install buggering versions by upgrading
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Package: Rpacman
|
||||
Type: Package
|
||||
Title: Very simple package manager for R
|
||||
Version: 1.0.11
|
||||
Version: 1.0.12
|
||||
Date: 2022-05-31
|
||||
Authors@R: person("Craig", "Williams", email = "craig@avsdev.uk", role = c("aut", "cre"))
|
||||
URL: https://avsdev.uk/R/Rpacman
|
||||
|
||||
@@ -23,7 +23,7 @@ install_package_source <- function(packageSource, installOpts = list(Ncpus = par
|
||||
Bioconductor = remotes:::bio_remote(src)
|
||||
)
|
||||
|
||||
remotes:::install_remote(packageRemote, dependencies = NA, upgrade = "default",
|
||||
remotes:::install_remote(packageRemote, dependencies = NA, upgrade = "never",
|
||||
force = FALSE, quiet = FALSE, build = TRUE, build_opts = c("--no-resave-data", "--no-manual",
|
||||
"--no-build-vignettes"),
|
||||
build_manual = FALSE, build_vignettes = FALSE,
|
||||
|
||||
Reference in New Issue
Block a user