Package: PeccAnalysis
Title: Analyse PK/PD dataset
Version: 0.0.0.9000
Authors@R: 
    person(given = "Thibaud",
           family = "Derippe",
           role = c("aut", "cre"),
           email = "thibaud.derippe@gmail.com")
Description: PeccAnalysis, part of the Peccary univers, allow to analyze easily dataset used in pharmacometrics field.
License: `use_mit_license()`, `use_gpl3_license()` or friends to
    pick a license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0),
    ggplot2,
    stringr,
    dplyr,
    tidyr,
    purrr,
    tibble,
    cowplot,
    gridExtra,
    magrittr,
    knitr,
    plotly,
    shiny,
    forcats,
    data.tree,
    collapsibleTree,
    ggpubr,
    rlang,
    deSolve, 
    rhandsontable,
    shinyjqui,
    shinydashboard,
    shinyTree,
    DT,
    PKNCA,
    shinyjs
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3
