This is the repository for Michael.
Launch VICE app with shared data input here:
This will launch VICE RStudio with storms_by_year/
data input shared by CyVerse user culshawmaurer
.
The storms data shared by CyVerse user culshawmaurer
can be found inside the container, at /data/input/storms_by_year/
.
Go to the Terminal
pane of RStudio, and clone this repo like so:
git clone https://github.com/MCMaurer/VICE_GitHub_Workflow.git
Next, set up your git
configuration:
git config --global user.name "Your Name"
git config --global user.email "youremail@domain.com
Finally, set up GitHub authentication by running gh auth login
. This will walk you through the process of authenticating with GitHub.
Once the repo has been cloned, you can open the RStudio Project file to open the project.
Note: you can also list, clone, or fork repos with gh
. However, sometimes the authorization doesn't carry over once you open an RStudio Project. If you are ever prompted for your GitHub username or password, just redo the authentication process with gh auth login
.
Open the read_data_from_input.R
script, which has code to read data attached via the VICE Quick Launch.