https://github.com/jumpingrivers/admissionsApp
An R package, created with the {golem} paradigm, to house the admissions data exploration application.
https://github.com/jumpingrivers/admissionsApp
Last synced: 5 months ago
JSON representation
An R package, created with the {golem} paradigm, to house the admissions data exploration application.
- Host: GitHub
- URL: https://github.com/jumpingrivers/admissionsApp
- Owner: jumpingrivers
- License: other
- Archived: true
- Created: 2022-07-26T06:41:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T08:05:45.000Z (over 1 year ago)
- Last Synced: 2024-11-15T11:17:33.200Z (5 months ago)
- Language: R
- Size: 4.98 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- jimsghstars - jumpingrivers/admissionsApp - An R package, created with the {golem} paradigm, to house the admissions data exploration application. (R)
README
## admissionsApp
An R package, created with the {golem} paradigm, to house the admissions data exploration application.
The [GitHub public repository](https://github.com/jumpingrivers/admissionsApp) 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/admissionsApp.git`.
### Testing
{shinytest2} tests need to be run manually using either `shinytest2::test_app()` or `testthat::test_file("tests/testthat/test-shinytest2.R")`