[ANN] RSetup.jl: mini-R package manager for use with RCall

using RSetup
setup_r_environment(["classInt"])

This single-function package will detect if the R environment includes the classInt library (or your choice of libraries) and, if needed, install it so that it is available for use with RCall. It’s on github at Install RSetup.jl from github

Not tested on Windows.

5 Likes