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

Installing issue #2

Open
M-Lancien opened this issue Jul 23, 2021 · 1 comment
Open

Installing issue #2

M-Lancien opened this issue Jul 23, 2021 · 1 comment

Comments

@M-Lancien
Copy link

Hi !

Thank you so much for this package !!
I have a memory size error when I try to install it, I'm working under windows64 (16gb RAM) and R 3.6, do you have any idea how to solve it ? I already tried to change the allocated memory but it didn't work.

Thanks

@R-CoderDotCom
Copy link
Owner

Hi!

You shouldn't experience memory issues when installing a package. Check if you can install other packages the same way as this.

# install.packages("remotes")
remotes::install_github("R-CoderDotCom/ggcats@main")

Try removing all objects from your workspace with rm(list = ls()) or updating your R version, as the latest is R 4.1.0.

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

2 participants