-
Notifications
You must be signed in to change notification settings - Fork 62
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
is not a valid R package, it is an empty archive #518
Comments
Are you sure that you are not running out of disk space? |
As far as I can see, there is plenty of disk space. Even if it was the disk space, the regular |
Pak uses more disk space because it has a cache and it creates a binary package first. |
It's a new laptop and there is more than a TB of space. I am hoping the docker container I am running has access to all that. I haven't defined any restrictions. |
What OS do you have on the host? Ie on the laptop itself? |
It's a MacBook Pro M2.
|
Then Docket does not have access to that space. You can see the amount of empty space and you can also make it bigger in the Docker dashboard. And/or you can run 'docker system prune' to remove unused images and containers. If this does not work then can you please share your Dockerfile? |
Interesting! So, I looked into disk usage and it was by default set to 64GB. But only 43GB of 64GB was used. So, it probably shouldn't be limiting. Anyhow, I increased it to 200GB. Restarted docker and the container and tried the installation again. Same error! I will put together a Dockerfile that I can share. |
Tried again with a new Dockerfile, image and container and it works! |
It would be good to know why the first file didn't work. Do you think you can share that? |
Getting this error with some packages. As an example;
It works with
install.packages()
.Running in RStudio Server in a docker container.
RStudio Server 2023.03.0 Build 386
The text was updated successfully, but these errors were encountered: