Hi, community.
Is it possible to install different version packages at the same time in R? When use, select one.
Thank you for all the help.
I would look at {renv}
. You can create a "local library" for a project, with specified package versions; different projects can have their own local libraries.
1 Like
This topic was automatically closed 42 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.