-
Notifications
You must be signed in to change notification settings - Fork 6
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
slam package updated --> PubMedWordcloud cannot be installed without it #2
Comments
Why hard code the version? I'd do this:
|
Or to say this another way, I'd address the dependency issues rather than work around them. |
If we started using the latest version of R (3.3.1), many of the other dependent packages would not work just yet as they have not been updated. For INSPIIRED, we've elected to use R 3.2.2 for which every packaged is compatible. It seems that the only way to be certain the program will be able to run as we currently have it designed would be through version control. In the long run, we may need to version control all the dependancies, and update them only upon another release of INSPIIRED (v2.0). Do you have any recommendations or is this a good course of action? |
Not following this:
I see them on CRAN where it appears that they pass If you truly cannot update, then I'd ask see if R-devel has a best-practices given the particulars. And then if there is nothing, I'd post a query. |
I tested transitioning to R 3.3.1 yesterday with our installation management software (conda), but ran into some issues that I'll try to resolve. I'll look into making that transition more and see if version control is really necessary. Thanks for the suggestion. |
i am using R 3.2.2 i tried to iinstall slam package with code |
Try pasting the two lines of code at the beginning of this post into line 20 of INSPIIRED/bin/setupINSPIIRED.R before running the INSPIIRED setup. That should install the package first thing. |
Hello sir. I have installed all the packages . I am doing sentiment
|
I would recommend installing slam through the conda environment. From inside conda environment: On Thu, Sep 29, 2016 at 1:51 PM, navpreet2130 [email protected]
John K. Everett |
Likewise, that should work too. I believe it was available the last time we checked. Sry, no picture was attached. |
The package was updated to version 0.1-38 on Aug 18th 2016. This is a dependency for the packages 'tm' and 'wordcloud', which are in turn dependancies for PubMedWordcloud.
We can enforce package version by installing from the CRAN archive rather than default.
Lines below can be inserted into the setupINSPIIRED.R script.
The text was updated successfully, but these errors were encountered: