Fixed custom package install buggering versions by upgrading

This commit is contained in:
2023-11-30 16:40:35 +00:00
parent 5a12444e74
commit fb881d0eff
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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,