Skip to content

Conversation

@alcemirsantos
Copy link

I have altered several configurations in the scripts available in the integration-scripts folder.

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.

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")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I commented the line out again.

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

Successfully merging this pull request may close these issues.

2 participants