The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Simple utility to just install R packages.
You can install this template with:
devtools::install_github("carlosyanez/just.install")
Alternatively, you can install it from r-universe
options(repos = c(
carlosyanez = 'https://carlosyanez.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
install.packages('just.install')
This package is really a wrapper of the install_ functions in the package remotes. All the credit to their creators.
If you find something that is not quite right, please post an issue. If you have any ideas, or if you want to contribute, please let me know!
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.