{
  "_id": "6a1fd277b401979e73435a33",
  "Package": "reinsureR",
  "Type": "Package",
  "Title": "Reinsurance Treaties Application",
  "Version": "0.1.0",
  "Author": "Arnaud Buzzi",
  "Maintainer": "Arnaud Buzzi <arnaud.buzzi@sia-partners.com>",
  "Description": "Application of reinsurance treaties to claims portfolios.\nThe package creates a class Claims whose objective is to store\nclaims and premiums, on which different treaties can be\napplied. A statistical analysis can then be applied to measure\nthe impact of reinsurance, producing a table or graphical\noutput. This package can be used for estimating the impact of\nreinsurance on several portfolios or for pricing treaties\nthrough statistical analysis. Documentation for the implemented\nmethods can be found in \"Reinsurance: Actuarial and Statistical\nAspects\" by Hansjöerg Albrecher, Jan Beirlant, Jozef L. Teugels\n(2017, ISBN: 978-0-470-77268-3) and \"REINSURANCE: A Basic Guide\nto Facultative and Treaty Reinsurance\" by Munich Re (2010)\n<https://www.munichre.com/site/mram/get/documents_E96160999/mram/assetpool.mr_america/PDFs/3_Publications/reinsurance_basic_guide.pdf>.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.0.1",
  "Collate": "'utils.R' 'SL-class.R' 'XL-class.R' 'QS-class.R'\n'Claims-class.R'",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 07:03:34 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2018-02-20 18:07:33 UTC",
  "RemoteUrl": "https://github.com/cran/reinsureR",
  "RemoteRef": "HEAD",
  "RemoteSha": "d321d13b2e17da3e3032b51d5d1cb26c79449fe1",
  "MD5sum": "4add19428f3b6280cc96f835a18d1b17",
  "_user": "cran",
  "_type": "src",
  "_file": "reinsureR_0.1.0.tar.gz",
  "_fileid": "c8bcc3fbddc73fc157d1cc82805e48698ef8eaf9c115b1c9e5e8e19c0c5a8df3",
  "_filesize": 129711,
  "_sha256": "c8bcc3fbddc73fc157d1cc82805e48698ef8eaf9c115b1c9e5e8e19c0c5a8df3",
  "_created": "2026-06-03T07:03:34.000Z",
  "_published": "2026-06-03T07:06:31.884Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79239899650,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7377884369"
    },
    {
      "job": 79239899661,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377886956"
    },
    {
      "job": 79239470392,
      "time": 186,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377849161"
    },
    {
      "job": 79239899665,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377879231"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26869003488",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/reinsureR",
  "_commit": {
    "id": "d321d13b2e17da3e3032b51d5d1cb26c79449fe1",
    "author": "Arnaud Buzzi <arnaud.buzzi@sia-partners.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1519150053
  },
  "_maintainer": {
    "name": "Arnaud Buzzi",
    "email": "arnaud.buzzi@sia-partners.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.2",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Depends"
    },
    {
      "package": "viridis",
      "role": "Depends"
    },
    {
      "package": "viridisLite",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 32,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/reinsureR"
  },
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/reinsureR.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-02-20"
    }
  ],
  "_exports": [
    "apply_treaty",
    "claims",
    "draw",
    "get_claims",
    "get_commissions",
    "get_premiums",
    "get_reinstatements",
    "get_treaties",
    "qs",
    "show",
    "sl",
    "summy",
    "xl"
  ],
  "_help": [
    {
      "page": "apply_treaty",
      "title": "Claims: apply a treaty",
      "topics": [
        "apply_treaty"
      ]
    },
    {
      "page": "claims",
      "title": "Claims: User constructor function",
      "topics": [
        "claims"
      ]
    },
    {
      "page": "Claims-class",
      "title": "Claims",
      "topics": [
        "Claims-class",
        "show,Claims-method"
      ]
    },
    {
      "page": "draw-methods",
      "title": "Claims: Plot function",
      "topics": [
        "draw",
        "draw,Claims-method"
      ]
    },
    {
      "page": "get_claims-methods",
      "title": "Get claims",
      "topics": [
        "get_claims",
        "get_claims,Claims-method"
      ]
    },
    {
      "page": "get_commissions-methods",
      "title": "Get commissions",
      "topics": [
        "get_commissions",
        "get_commissions,Claims-method"
      ]
    },
    {
      "page": "get_premiums-methods",
      "title": "Get premiums",
      "topics": [
        "get_premiums",
        "get_premiums,Claims-method"
      ]
    },
    {
      "page": "get_reinstatements-methods",
      "title": "Get reinstatements",
      "topics": [
        "get_reinstatements",
        "get_reinstatements,Claims-method"
      ]
    },
    {
      "page": "get_treaties-methods",
      "title": "Get treaties",
      "topics": [
        "get_treaties",
        "get_treaties,Claims-method"
      ]
    },
    {
      "page": "qs",
      "title": "Quota Share Treaty: User constructor function",
      "topics": [
        "qs"
      ]
    },
    {
      "page": "QS-class",
      "title": "Quota Share Treaty",
      "topics": [
        "QS-class",
        "show,QS-method"
      ]
    },
    {
      "page": "sl",
      "title": "Stop Loss Treaty: User constructor function",
      "topics": [
        "sl"
      ]
    },
    {
      "page": "SL-class",
      "title": "Stop Loss Treaty",
      "topics": [
        "show,SL-method",
        "SL-class"
      ]
    },
    {
      "page": "summy-methods",
      "title": "Claims: Summary function",
      "topics": [
        "summy",
        "summy,Claims-method"
      ]
    },
    {
      "page": "xl",
      "title": "Excess of Loss Treaty: User constructor function",
      "topics": [
        "xl"
      ]
    },
    {
      "page": "XL-class",
      "title": "Excess of Loss Treaty",
      "topics": [
        "show,XL-method",
        "XL-class"
      ]
    }
  ],
  "_readme": "https://github.com/cran/reinsureR/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "data.table",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "reinsurer",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T07:05:35.000Z",
      "distro": "noble",
      "commit": "d321d13b2e17da3e3032b51d5d1cb26c79449fe1",
      "fileid": "8bce9e2603a915a8dbd7989bc6c92b90ee0aceb66af9a26e3ddb1f520909872e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26869003488"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T07:05:51.000Z",
      "distro": "noble",
      "commit": "d321d13b2e17da3e3032b51d5d1cb26c79449fe1",
      "fileid": "28ec4ad99a47508a5dcfa2c90427003c3d49722728045507c9aff241262fd233",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26869003488"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-03T07:05:40.000Z",
      "commit": "d321d13b2e17da3e3032b51d5d1cb26c79449fe1",
      "fileid": "d9862ab4c59a63d0a409b479a07941f0e9f1347be4060b3099a6c6824ec47416",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26869003488"
    }
  ]
}