Install the following

Install R Install RStudio

Windows Specific Instructions

Install RTools

After installing RTools, run the following in the RStudio Console

write('PATH="${RTOOLS40_HOME}\\usr\\bin;${PATH}"', file = "~/.Renviron", append = TRUE)

Documentation

Copy the output of the following code in the RStudio Console, and document the results in a comment below.

install.packages("jsonlite", type = "source")


fdrennan/ndex documentation built on June 16, 2022, 9:53 a.m.