Skip to content

dutangc/CASdatasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CASdatasets

Package description

A collection of datasets, originally for the book 'Computational Actuarial Science with R' edited by Arthur Charpentier. Now, the package contains a large variety of actuarial datasets.

Install

Please make sure that xts, sp, zoo packages are installed

To get the current released version from UQAM, CNRS or my website:

install.packages("CASdatasets", repos = "http://dutangc.free.fr/pub/RRepos/", type="source")
#or 
install.packages("CASdatasets", repos = "http://dutangc.perso.math.cnrs.fr/RRepository/", type="source")
#or
install.packages("CASdatasets", repos = "http://cas.uqam.ca/pub/R/", type="source")
library(CASdatasets)

To get the current development version from github, you may try but much longer than downloading the source file from a repository.

install.packages("devtools")
devtools::install_github("dutangc/CASdatasets", subdir="pkg")
library(CASdatasets)

About

Datasets for the book Computational Actuarial Science with R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages