To install a specific version of a package, execute the following command in RStudio or your R terminal:
renv::install("package_name@version")For instance, to install version 1.3.3 of the "activity" package, you may use:
renv::install("activity@1.3.3")