An open source prototype for a visual interface to support research and Nexus engagements, designed collaborativelly as part of Creating interfaces’ WP4.
git clone git@github.com:IGSD-UoW/wfenexus.git
renv
package if not already installed (remotes::install_github("rstudio/renv")
).renv::restore()
to restore the state of your project from renv.lock
file.If facing issues installing packages from Windows, run this command. (more info in renv
documentation, in this discussion and this question in SO)
Sys.setenv(RENV_DOWNLOAD_METHOD = "wininet")
#Sys.setenv(RENV_DOWNLOAD_METHOD = "libcurl")