Install R/Python Packages from Local File
1. Download the package to local machine.
git clone https://github.com/file_path/file_name.git2. Please follow the Data Import instruction to transfer the package file from local machine to your personal directory or a shared directory on Stronghold workstation.
3. Install the downloaded package on Stronghold workstation.
R
> install.packages("/<file_path>/<package_name>/", repos = NULL, type = "source")python3 -m pip install <package_source_folder_path>python3 -m pip install <path>/package_name.tar.gzLast updated
Was this helpful?