Skip to content

Commit 622d898

Browse files
authored
wordsmithing
1 parent 1cfc560 commit 622d898

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Example Shiny application adopting the recommendations of "Ten Quick Tips for Developing a Reproducible Shiny Application", Brun et al, 2025, PLOS Computational Biology.
44

5-
In this example, we are reusing the Faithful Shiny app example (<https://shiny.posit.co/r/gallery/start-simple/faithful/>) provided as part of the R `shiny` package. This Shiny application displays eruption data for the Old Faithful geyser.
5+
In this example, we are reusing the [Faithful Shiny app example](https://shiny.posit.co/r/gallery/start-simple/faithful/) provided as part of the R ***shiny*** package. This Shiny application displays eruption duration in minutes for the Old Faithful geyser.
66

77
## Tips demonstrated
88

@@ -12,7 +12,7 @@ In this example, we are reusing the Faithful Shiny app example (<https://shiny.p
1212
- Record the output of `sessionInfo()`
1313
- Document and develop incrementally
1414
- Comment UI elements
15-
- Make your Shiny application modualr and portable
15+
- Make your Shiny application modular and portable
1616
- Organize code and data
1717
- Use relative paths and `file.path`
1818
- Preprocess and cache data for performance
@@ -65,11 +65,11 @@ This repository has the following file structure:
6565

6666
### Virtual computing environment
6767

68-
This app uses `renv` to create a virtual environment
68+
This app uses ***renv*** to create a virtual environment
6969

7070
- `renv.lock`: list of the R packages used by the virtual environment
7171
- `.Rprofile`: ensures that the library is used every time you open that project
72-
- `renv/activate.R`: R script sourced by .Rprofile to activate the virtual environment
72+
- `renv/activate.R`: R script sourced by `.Rprofile` to activate the virtual environment
7373
- `renv/settings.json`: virtual environment settings
7474

7575
### Data
@@ -79,7 +79,7 @@ This app uses `renv` to create a virtual environment
7979

8080
## References
8181

82-
The underlying data is available as part of R package datasets. The version used is distributed with R 4.5.0. This version is a simplified
83-
of the original data collected by Azzalini, A. and Bowman, A. W. (1990). See metadata.md in the `data` directory for more information.
82+
The underlying data is available as part of R package ***datasets***. The version used is distributed with R 4.5.0. This version is a simplification
83+
of the original data collected by Azzalini, A. and Bowman, A. W. (1990). See `metadata.md` in the `data` directory for more information.
8484

8585
Cite this work as: Brun, J., Janée, G., & Curty, R. G. (2025). Example Shiny application adopting the recommendations from "Ten Quick Tips for Developing a Reproducible Shiny Application" [Computer software]. <https://github.com/UCSB-Library-Research-Data-Services/shiny-qt-examples>

0 commit comments

Comments
 (0)