Installing issue
Opened this issue · 1 comments
M-Lancien commented
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 commented
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.