Install R/Python Packages from Local File
Last updated
Was this helpful?
Last updated
Was this helpful?
The following steps are helpful to install the packages when you need to install a package which is not available from Brown . For example, you may need to install an R package from GitHub repo. But the remotes::install_github("<package_name>")
command doesn't work on the Stronghold workstation. You can follow the instruction below to download and transfer the package to your Stronghold workstation and install it from there.
For example, if the package is a Git repo, that can be downloaded via the git clone
command:
Please use the following commands in a terminal to install the downloaded R/Python package:
Start an R session in the terminal, and install the downloaded package via install.packages
command: