installation of Rtables package with the version 4.0.2

Hi, I'm trying to install Rtables package with version 4.0.2, also in 3.versions. but it throws an error.

Tried mutiple times through devtools to tinstall by the command line
devtools::install_github("roche/rtables")
devtools::install_github("roche/rtables", ref="v4.0.2")

Please help , if any solution available

It seems the previous installation of rlang can't be removed probably because you have it loaded. Restart RStudio and try to install again before loading anything, if this doesn't help, manually delete the rlang package before installing the new version.

Note: Please do not post screenshots here (it is considered bad practice), post formatted code instead, here is how to do it:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.