CRAN-like repository for most recent releases ot Techtonique’s R packages
[This article was first published on T. Moudiki's Webpage - R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
If you’re looking for most recent releases of Techtonique’s R packages like ahead
, bayesianrvfl
, bcn
, learningmachine
, or esgtoolkit
(not available on CRAN), you can use the CRAN-like repository located at: https://r-packages.techtonique.net.
Here’s how:
# once and for all options(repos = c( techtonique = "https://r-packages.techtonique.net", CRAN = "https://cloud.r-project.org" )) install.packages("package_name")
Otherwise, you can install the package from source, and the sources are available at (link in left column):
https://r-packages.techtonique.net/packages
To leave a comment for the author, please follow the link and comment on their blog: T. Moudiki's Webpage - R.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.