https://github.com/jumpingrivers/retentionsapp
An R package, created with the {golem} paradigm, to house the retentions data exploration application.
https://github.com/jumpingrivers/retentionsapp
Last synced: about 1 month ago
JSON representation
An R package, created with the {golem} paradigm, to house the retentions data exploration application.
- Host: GitHub
- URL: https://github.com/jumpingrivers/retentionsapp
- Owner: jumpingrivers
- License: other
- Created: 2022-07-26T06:43:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T08:48:54.000Z (over 3 years ago)
- Last Synced: 2025-12-05T11:44:03.917Z (7 months ago)
- Language: R
- Size: 7.51 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## retentionsApp
An R package, created with the {golem} paradigm, to house the retentions data exploration application.
The [GitHub public repository](https://github.com/jumpingrivers/retentionsApp) can be linked to the GitLab private repository by running the following line after cloning the GitLab repo `git remote set-url --add origin git@github.com:jumpingrivers/retentionsApp.git`.
### Testing
{shinytest2} tests need to be run manually using either `shinytest2::test_app()` or `testthat::test_file("tests/testthat/test-shinytest2.R")`