From bc77568a0f450f08a8b509f52cc487534e3e586e Mon Sep 17 00:00:00 2001 From: Thorsten Hoeser <36174128+thho@users.noreply.github.com> Date: Mon, 15 Nov 2021 09:00:08 +0100 Subject: [PATCH] switched R package installtion to renv workflow only --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index e84b6d1..f5cac95 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Download R https://cran.r-project.org/bin/windows/base/ and run the ```.exe``` Download RStudio https://rstudio.com/products/rstudio/download/#download and run the ```.exe``` -### Installation with renv (recommended) +### R package installation with renv Since version 3.0 StaMPS-Visualizer is managed as a *Rproject* with ```renv```. ```renv``` [is a tool to create reproducible environments of R packages](https://rstudio.github.io/renv/index.html). @@ -52,26 +52,6 @@ Since version 3.0 StaMPS-Visualizer is managed as a *Rproject* with ```renv```. * go to File --> Open File... and open ```ui.R``` * click on **Run App** in the upper left panel in the upper right corner -### Manual installation of all packages - -To run the application locally, following packages are requiered: - -```{r install-packages eval=FALSE} -install.packages("leaflet") -install.packages("lubridate") -install.packages("shiny") -install.packages("shinycssloaders") -install.packages("shinyalert") -install.packages("shinydashboard") -install.packages("colorRamps") -install.packages("rgdal") -install.packages("data.table") -``` - -Copy paste the code to your R console, or run the R script *install_packages.R* - -in order to start the Visualizer, open the ```ui.R``` script in RStudio and click on **Run App** in the upper left panel in the upper right corner. - ## License The StaMPS-Visualizer is licensed under a [creative commons attribution license](https://github.com/thho/StaMPS_Visualizer/blob/master/LICENSE.md)