knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

lossrx

R-CMD-check Lifecycle:experimental Project Status:WIP

View the Changelog for detailed progression on development of the package.

View the Latest Database Documentation for a detailed look into its structure.

Contents

Table of Contents

Overview

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:

Installation

You can install the development version of lossrx with pak: [^2]

pak::pak("jimbrig/lossrx")

Data

Data Preparation

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:

Database

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()

Checks

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



jimbrig/lossrx documentation built on Dec. 20, 2024, 3:46 a.m.