jpmml / r2pmml

R library for converting R models to PMML
GNU Affero General Public License v3.0
73 stars 18 forks source link

Update README.md #60

Closed marcabrus closed 4 years ago

marcabrus commented 4 years ago

git://github.com/jpmml/r2pmml.git did't work from my Rstudio version, i propose to change to https://github.com/jpmml/r2pmml.git

vruusmann commented 4 years ago

The latest devtools package version 2.2.1 has no problem installing the r2pmml package using the install_git("git://github.com/jpmml/r2pmml.git") command. However, I performed my checks using command-line R versions 3.3.1 and 3.5.2 (not RStudio).

Anyway, in these days it's possible the latest stable r2pmml package version directly from the CRAN repository:

install.packages("r2pmml")