knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
View the Changelog for detailed progression on development of the package.
View the Latest Database Documentation for a detailed look into its structure.
Table of Contents
The desired outcome of the lossrx
R package is to provide actuaries and data scientists valuable tools and frameworks for performing Property Casualty related workflows.
Specifically, the package will contain:
You can install the development version of lossrx
with pak
: [^2]
pak::pak("jimbrig/lossrx")
This package utilizes a lot of data and in turn has a lot of code inside the data-raw folder. I recommend taking a look at its README to gain an understanding of how the data was prepared for both use in the package as well as included and uploaded to the database.
Data is prepared in the following ways:
SQL
, R
, CSVs
, and YAML
files (see below about database details)..rda
packaged data files.View Detailed Database Documentation created via dbdocs
The core database files are housed in the inst/database directory and are included on package installation.
[^1]: See the database container package for details on how to run the database as a container image.
[^2]: Similarly, you can install the package using the more common devtools::install_github()
and remotes::install_github()
Latest R CMD CHECK
:
-- R CMD check results -------------------------------------- lossrx 0.0.2 ---- Duration: 1m 19.3s 0 errors v | 0 warnings v | 0 notes v R CMD check succeeded
Jimmy Briggs | 2022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.