install_or_not.Rd
Install package if not already installed.
install_or_not(package, CRAN = TRUE)
Package name.
Boolean, whether the package is from CRAN or Bioconductor.
## Not run: # install_or_not("dplyr", CRAN = TRUE) ## End(Not run)