Skip to content

Instantly share code, notes, and snippets.

@cgpu
Last active January 14, 2019 00:14
Show Gist options
  • Save cgpu/61a9c66e50644082c2bfacbc9f0fa9d3 to your computer and use it in GitHub Desktop.
Save cgpu/61a9c66e50644082c2bfacbc9f0fa9d3 to your computer and use it in GitHub Desktop.
When errors for not available for current version kick in

Do not check from source

options(install.packages.check.source = "no")
# Install packages from cran
install.packages("stringi", repos="http://cran.rstudio.com/", dependencies=TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment