You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download R https://cran.r-project.org/bin/windows/base/ and run the ```.exe```.
40
+
Download R https://cran.r-project.org/bin/windows/base/ and run the ```.exe```
41
41
42
42
Download RStudio https://rstudio.com/products/rstudio/download/#download and run the ```.exe```
43
43
@@ -46,8 +46,9 @@ Download RStudio https://rstudio.com/products/rstudio/download/#download and run
46
46
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).
47
47
48
48
* clone this repository
49
-
* open the ```Stamps_Visualizer.Rproj``` file with Rstudio
50
-
* run ```renv::restore()``` in the R Console to restore the environment
49
+
* open the ```StaMPS_Visualizer.Rproj``` file with Rstudio
50
+
* run ```insatll.packages("renv")``` in the R Console
51
+
* run ```renv::restore()``` in the R Console to restore the complete environment (this might take some time)
51
52
* go to File --> Open File... and open ```ui.R```
52
53
* click on **Run App** in the upper left panel in the upper right corner
0 commit comments