/multilinguer

Gentle Programming Language Installer (like JDK, conda) for R User

Primary LanguageROtherNOASSERTION

multilinguer

CRAN status AppVeyor build status Travis build status Codecov test coverage

The goal of multilinguer is to provide install function correto which is one of distribution of jdk and many others like conda for R user.

Installation

You can install the multilinguer from cran with:

install.packages("multilinguer")

You can install the developing version of multilinguer from gitlab with:

remotes::install_gitlab("mrchypark/multilinguer")

Example

Package has install_*() function.

library(multilinguer)
install_conda()
install_java()

java for mac

rJava package on MacOS, only work with Administrator privileges. So install_java() function request you MacOS password.