addeR

addeR is a package to download python through R, install python modules, and link python to R.

library(devtools)
install_github("GitTFJ/addeR")
library(addeR)
py_download() 
#Downloads python and opens installation program. 
#We recommend adding python to the PATH

install_modules(modules = c("keras", "tensorflow", "scikit-learn==0.19.1")) 
#Specify python modules to install (and versions where necassary)

link_python()
#Link python to R


GitTFJ/addeR documentation built on Sept. 6, 2022, 8:55 p.m.