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

ipython typo #238

Merged
merged 2 commits into from
Aug 15, 2018
Merged

ipython typo #238

merged 2 commits into from
Aug 15, 2018

Conversation

darkblue-b
Copy link
Member

ipython requires a tests/ directory to start

@darkblue-b
Copy link
Member Author

merged PR py_cleanup3 cleared 98MB from /usr/lib/python2.7

Copy link
Member Author

@darkblue-b darkblue-b left a comment

Choose a reason for hiding this comment

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

ggplot2 required for notebook svg

@Bakaniko
Copy link
Contributor

I'm in favor of the addition of ggplot2 to the R packages. Doing spatial analysis is great, being able to plot it is better.

Did some research:

du -sh /usr/local/lib/R/site-library
#92M /usr/local/lib/R/site-library
du -sh /usr/lib/R/site-library
#4.5M /usr/lib/R/site-library
du -sh /usr/lib/R/library
#51M /usr/lib/R/library

sudo Rscript -e "install.packages('ggplot2')"

du -sh /usr/local/lib/R/site-library
#106M /usr/local/lib/R/site-library
du -sh /usr/lib/R/site-library
#4.5M /usr/lib/R/site-library
du -sh /usr/lib/R/library
#51M /usr/lib/R/library

So ggplot2 and its dependencies take 14 MB more. Fits in the 98 MB cleaned by @darkblue-b in #236

Actually this 14MB plus the 14MB from python3-matplotlib make 28 MB (29% of 98 MB).

@kalxas kalxas merged commit b2b04d7 into OSGeo:master Aug 15, 2018
@Bakaniko
Copy link
Contributor

thanks @kalxas :)

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