SCM

Forum: open-discussion

Monitor Forum | Start New Thread Start New Thread
RE: RHRV Crashes R Studio After Update [ Reply ]
By: Matt Jordan on 2015-12-03 21:19
[forum:42764]
Thanks for the reply. In case there are any other users out there with this issue, I will post a short step by step for how I fixed this.

The problem arose when I updated my Mac OS to El Capitan, and then updated R and R Studio to the latest versions. When I loaded the tkrplot package and the tclkt package, R Studio encountered a fatal error.

This has to do with an xcode issue in the new Mac OS (http://stackoverflow.com/questions/32893412/command-line-tools-not-working-os-x-el-capitan)

To solve the problem, here are the steps:

1. Open terminal app, and enter the command: xcode-select --install (it takes a few minutes for the installation

2. Re-start your computer

3. Install the tkrplot directly from the source with the command: install.packages("tkrplot", type="source")

4. Load the RHRV library

5. Presto - it works

Matt


RE: RHRV Crashes R Studio After Update [ Reply ]
By: Constantino Antonio on 2015-12-03 06:42
[forum:42763]
Dear Mr. Jordan,

The error doesn't seem to be related to RHRV, but with some missing tool in your OS. Try Stackoverflow (or similars), for example: http://stackoverflow.com/search?q=missing+xcrun+at%3A+%2FLibrary%2FDeveloper%2FCommandLineTools%2Fusr%2Fbin%2Fxcrun

Kind regards

RHRV Crashes R Studio After Update [ Reply ]
By: Matt Jordan on 2015-12-02 22:06
[forum:42762]
i just updated to the latest version of R Studio and R. When I load RHRV, it crashes the program.

Any help would be greatly appreciated

I get the following error message:

loading package: tcltk

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Loading required package: tkrplot

Thanks to:
Vienna University of Economics and Business Powered By FusionForge