Skip to contents
epitraxr 0.5.0
- Add formatted PDF reports
- Add option to produce trend-only PDF reports
- Update installation instructions in README
- Increase file upload size limit in Shiny app
- Significant overall of function APIs for consistency, including renaming several functions:
epitraxr 0.3.2
- Create grouped reports
- Enable PDF output for some reports
- Add threshold parameter to
get_trend()
- Add new report combining monthly and YTD stats
- Complete R package checklist
epitraxr 0.2.2
- Minor fixes to verify piped script matches original script behavior
epitraxr 0.2.1
- Add method for setting config programmatically
epitraxr 0.2.0
- Fully support pipe operator add report generation functions for EpiTrax object
epitraxr 0.1.3
- Add pkgdown website
- Create new EpiTrax data object
epitraxr 0.1.0
- Initial release of epitraxr package
- Core modules: Data Processing, Report Generation, Filesystem Management, Helper Functions
- Sample data included for testing and demonstration purposes
- Comprehensive testing with tinytest framework
- Full roxygen documentation for all functions