Package: climbr
Title: Data Preparation and Analysis for Climbing Ratings
Version: 4.0.0
Authors@R:
    person(given = "Dean",
           family = "Scarff",
           role = c("aut", "cre"),
           email = paste0("dos", "\x40", "scarff.id.au"),
           comment = c(ORCID = "0000-0002-6681-7190"))
Description: Support functions for fitting climbing ascent data to a Whole-History Rating model.  These functions wrangle data in formats exposed by <https://theCrag.com>, preparing it for analysis with the 'Python' 'climbing_ratings' package.  They also provide analysis of the fitted model (plotting charts etc.).
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Suggests:
    caret (>= 6.0),
    jsonlite (>= 1.3),
    precrec,
    testthat (>= 2.1.0)
Imports:
    dplyr (>= 1.0.1),
    ggplot2 (>= 3.0.0),
    magrittr,
    purrr,
    rlang,
    stats,
    stringr,
    tidyr,
    utils
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
