Update of installation scripts to run on Ubuntu 22.04#10
Open
alcemirsantos wants to merge 3 commits intose-sic:infosaar-updatesfrom
Open
Update of installation scripts to run on Ubuntu 22.04#10alcemirsantos wants to merge 3 commits intose-sic:infosaar-updatesfrom
alcemirsantos wants to merge 3 commits intose-sic:infosaar-updatesfrom
Conversation
bockthom
reviewed
Jun 10, 2023
packages.r
Outdated
| devtools::install_url("https://cloud.r-project.org/CRAN/src/contrib/Archive/slam/slam_0.1-40.tar.gz") | ||
| devtools::install_url("https://cloud.r-project.org/CRAN/src/contrib/Archive/arules/arules_1.5-0.tar.gz") | ||
| devtools::install_url("https://cloud.r-project.org/CRAN/src/contrib/Archive/proxy/proxy_0.4-16.tar.gz") | ||
| devtools::install_url("https://cloud.r-project.org/CRAN/src/contrib/Archive/tm/tm_0.7-1.tar.gz") |
Collaborator
There was a problem hiding this comment.
This line regarding package "tm" was commented out on purpose, as other packages were not compatible with tm_0.7-1 any more. I remember that I had encountered some errors with this version of tm last year, and therefore, I had commented out this line --- when this line is commented out and no other version of tm is already installed, the most recent version of this package is installed further below in this script, which was version 0.7-8 in my case. So, I would recommend to use version tm_0.7-8 instead of tm_0.7-1 to prevent errors here.
Author
There was a problem hiding this comment.
I commented the line out again.
…problematic version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have altered several configurations in the scripts available in the
integration-scriptsfolder.These changes were mostly suggested by @bockthom in our conversation in the issue #9. However, I had to change some points on my own while trying to get the installation done.