Skip to content

Commit 2976ca4

Browse files
authored
Update README.md
1 parent c007471 commit 2976ca4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sudo gdebi rstudio-1.3.1093-amd64.deb
3737

3838
**Windows**
3939

40-
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```
4141

4242
Download RStudio https://rstudio.com/products/rstudio/download/#download and run the ```.exe```
4343

@@ -46,8 +46,9 @@ Download RStudio https://rstudio.com/products/rstudio/download/#download and run
4646
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).
4747

4848
* 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)
5152
* go to File --> Open File... and open ```ui.R```
5253
* click on **Run App** in the upper left panel in the upper right corner
5354

0 commit comments

Comments
 (0)