Commit 3560499a authored by Aadil M. Alli's avatar Aadil M. Alli

Added Reference to Virtual Environment guide

parent 86875148
...@@ -318,7 +318,7 @@ Deactivate the environment if it's active: ...@@ -318,7 +318,7 @@ Deactivate the environment if it's active:
``` ```
deactivate deactivate
``` ```
**R Example** **R Example**
Below are directions on using a simple virtual environment with renv. It is one of the main packages used to manage virtual environments in R. Below are directions on using a simple virtual environment with renv. It is one of the main packages used to manage virtual environments in R.
...@@ -341,4 +341,10 @@ Install new package: ...@@ -341,4 +341,10 @@ Install new package:
Deactivate the environment if it's active: Deactivate the environment if it's active:
``` ```
renv::deactivate() renv::deactivate()
``` ```
\ No newline at end of file
#### For other examples and more in depth guides to setting up or replicating virtual environments for development and as a replacement for sudo access in other langues including Julia, NodeJS, C, C++, Rust, and more please reference [this](https://docs.starhpc.hofstra.io/software/virtual-env.html) guide.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment