-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
At the beginning (as many of you) I got errors while trying to install the rPython package on my computer. I solve this problems by just adding C:/Rtools (C:/path/to/Rtools) to the variable Path in my system environment variables. After, I restarted the R session and did the following:
> library(devtools)
> install("C:/Programs/rPython")
Installing rPython
"C:/Programs/R-3.4.2/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL "C:/Programs/rPython" \
--library="C:/Programs/R-3.4.2/library" --install-tests
* installing *source* package 'rPython' ...
** libs
Warning: this package has a non-empty 'configure.win' file, so building only the main architecture make: Nothing to be done for `all'. installing to C:/Programs/R-3.4.2/library/rPython/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (rPython)
> library(rPython)
Loading required package: RJSONIO
And it worked perfectly!
I hope this can help other people having the same issue.
Fideldue and sysilviakim
Metadata
Metadata
Assignees
Labels
No labels