Skip to content

Install issue with windows 10 (working example) #18

@JessQuevza

Description

@JessQuevza

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions