Releases: jimbrig/lossrx
Releases · jimbrig/lossrx
Version 0.0.4
lossrx [0.0.4] - 2022-10-04
What's Changed
- Feature: Function to Support Simulation of Transactional Claims Data by @jimbrig in #30
- Develop by @jimbrig in #31
- Develop by @jimbrig in #32
- Doc: New Vignette by @jimbrig in #33
- Tweaks by @jimbrig in #34
- Simulation by @jimbrig in #36
- Upstream Feature Branch Merges by @jimbrig in #38
- Unit Tests by @jimbrig in #40
- Develop by @jimbrig in #41
Full Changelog: v0.0.3...v0.0.4
Changelog
Configuration
- Update code metadata
- Buildignore postgresdata
- Re-do deps
- Buildignore .vscode
- Remove .vscode for R CMD CHECK
- Ignore opened xl files (i.e. "~$")
- Update imports/exports
- Stop tracking docker volumes
- Add new package dependencies
- Remove codecov token from config
- Add covr suggested dependency
- Configure build tools
- Update DESCRIPTION roxygen version
- Update dependencies.R
- Update custom domain in pkgdown config
- Bump roxygen version
- Add covr suggest dependency
- Refactor .Rproj
Documentation
- Update pkgdown yml
- Update pkgdown yml pt 2
- Enhance pkgdown NEWS menu
- Update lossrx vignette
- Add documentation for original raw data
- Enhance README data preparation and database sections
- Enhance structure of README
- Enhance README
- Run devtools::document for new functions
- Re-configure pkgdown
- Enhance README's
- Build README
- Re-build RAEDME
- Add image for actuarial diagram
- Remove studip codecov that doesnt work
- Fix README
- Update man docs
- Update pkgdown for new release
- Bump DESCRIPTION version; add URL
- Update NEWS.md
- Update pkgdown config
- Trying out different bootswatch themes
- Switch to superhero theme
Features
- Add some suggested package deps
- Update WORDLIST for spelling
- Add mockaroo mock datasets to data-raw
- Simulate_function
- Add gh-labels support
- Re-structure and enhance data-raw prep files
- Add spawn database
- Add database connection function
- Add actuarial claims history function
- Add working xl data files
- Add workflow diagram
- Add new vignette for getting started
- Add new simulation function
- Update database inst dir
- Add SQL scripts for new db tables
- Add Merged lossruns CSV for dataprep
- Update Dockerfiles and docker-compose for DB
- Add spelling to testthat tests
- Update database markup file
- Add new lossruns and triangles explanatory vignette
- Add database markups for bot sqlserver and psql
- Update spelling wordlist
- Enhance github action for test coverage
- Update package development script
- Add data metadata
Refactor
- Adjust database SQL scripts
- Use local postgres container with updated credentials
- Adjust db_init.R script
- Add claims SQL table DDL
Bug Fixes
- Fix man file for inform
- Fix view_claim_history function
- Fix roxygen tags for simulate functions params
- Fix issues with globalVars for the view_claim_history function
- Add globalVar for issue #37
- Fix bug in simulate function related to .data$
- Fix vignette index
- Rstudio/connections dependency
Tests
- Test Simulate Function
Release
- Update NEWS.md for release
Version 0.0.3
Overview
What's Changed?
- Initial Preliminary Setup with Database and Actuarial Workflow by @jimbrig in #25
- Linguist and db.sql by @jimbrig in #26
- Pre-Release by @jimbrig in #27
Full Changelog: v0.0.2...v0.0.3
Configuration
- Re-configure pkgdown
- Pkgdown
- Match-up vignette names and indices
- Cleanup old data-raw doc_data function
- Cleanup old unused files
- New dependency packages
- Build ignore codemeta.json
- Configure gh-linguist to ignore HTML and CSS
- Buildignore gitattributes
- Ignore javascript also with linguist
- Re-structure data-raw folders
Documentation
- Re-document package
- Re-document package pre-build
- Various tweaks to vignettes
- Pkgdown configs
- Add footnote to readme for database docker image
- Add comprehensive data-raw README
- Enhance README
- Enhance database docs
- Fix NEWS.md
Features
- Add string utility functions
- Add date utility functions
- Add data utility functions
- Initialize statistical functions
- Re-configure R directory with function groupings
- Add database create_tbl function
- Add suite of interpolation functions
- Add database schema YAML configuration files
- Create database connection configuration file
- Initialize vignettes for statistical distributions
- Add customized vignette CSS styles
- Initialize data overview vignette
- SQL files for vehicles, coverages, and claimants
- Database initialization script
- Restructure and enhance data-raw folder
- Add dependencies
- Add bugReports URL
- Add db.sql copied from docker container
- Complete the inst/database folder
Bug
- Fix NEWS.md
Data
- Updated .rda data files
- Database CSV seeding files
Meta
- Create codemetar config file
Jimmy Briggs | 2022
Version 0.0.2
What's Changed
Full Changelog: v0.0.1...v0.0.2