Packages
Welcome to r-techtonique-forge.
Here, you'll find R packages useful for
Techtonique, and nothing
more. It's a mirror.
Usage (see list of packages and replace
pkg_name
below):
repo <- "https://techtonique.github.io/r-techtonique-forge/"
install.packages("pkg_name", repos=repo, type="source")
library(pkg_name)
# list of packages available in the repo for Linux/macOS and Windows
print(miniCRAN::pkgAvail(repos = repo, type = "source"))
print(miniCRAN::pkgAvail(repos = repo, type = "win.binary"))