-
Notifications
You must be signed in to change notification settings - Fork 1
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
blog/2024-03-05-aws/ #29
Comments
Hi, nlmixr2 team! Following the installation instructions, R and RStudio Server were installed without any issues, but I encountered a few problems while installing the tidyverse package, which I would like to share. Information of EC2 instanceOS Images: Ubuntu AMI (Ubuntu Server 24.04 LTS (HVM), SSD Volume Type). R and RStudio-server versionR:
RStudio-server: 2022.12.0+353 Installation of some packagesInstallation of tidyverseRunning Attempting to install ragg using Trying to install systemfonts using Finally, by running the following additional commands, I was able to install tidyverse without any issues:
|
Thanks; As another solution you can now use |
Thank you for suggesting other solutions.
Additionally, to not only check the package dependencies required for installing tidyverse but also to investigate the system dependencies, I executed the following code.
As a result of manually executing the install scripts mentioned above, I was able to install tidyverse without any issues.
|
I think it should also be faster since it often installs the Rstudio ubuntu binaries. I don't know if that was true for you. |
nlmixr2, tidyverse and RStudio on AWS | nlmixr2
nlmixr: open source nonlinear mixed-effects modeling for R.
https://blog.nlmixr2.org/blog/2024-03-05-aws/
The text was updated successfully, but these errors were encountered: