Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doMC dependency #5

Open
GTsiliki opened this issue Apr 15, 2015 · 4 comments
Open

doMC dependency #5

GTsiliki opened this issue Apr 15, 2015 · 4 comments

Comments

@GTsiliki
Copy link

When trying to install RRegrs (R 3.1.3) there seems to be a problem with doMC dependency. The error says doMC is not available as a binary (which is true http://cran.r-project.org/web/packages/doMC/index.html).

@GTsiliki
Copy link
Author

We probably need two versions of RRegrs for windows & linux/mac with the only difference being that the NAMESPACE file does not include 'import(doMC)' in the 1st case. (..also needs to be deleted from DESCRIPTION file).

@egonw
Copy link

egonw commented Jul 19, 2015

I have no idea how to do this. I have currently removed the references in NAMESPACE and DESCRIPTION.

@muntisa
Copy link

muntisa commented Apr 11, 2016

If you run your script with RRegrs on Linux, you should add one extra call:

library(doMC)

@egonw
Copy link

egonw commented Apr 11, 2016

We need to ask on StackOverflow if it is possible to have OS-dependent dependencies... or do a conditional import in the NAMESPACE file...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants