Package: protocolhelper
Title: Helper Functions to Manage Protocols
Version: 0.4.0
Authors@R: c(
    person("Hans", "Van Calster", , "hans.vancalster@inbo.be", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-8595-8426")),
    person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = "aut",
           comment = c(ORCID = "0000-0001-8804-4216")),
    person("Floris", "Vanderhaeghe", , "floris.vanderhaeghe@inbo.be", role = "aut",
           comment = c(ORCID = "0000-0002-6378-6229")),
    person("Els", "Lommelen", , "els.lommelen@inbo.be", role = "ctb",
           comment = c(ORCID = "0000-0002-3481-5684")),
    person("Research Institute for Nature and Forest", , , "info@inbo.be", role = c("cph", "fnd"))
  )
Description: Helper functions to manage INBO protocols.
License: GPL-3
URL: https://inbo.github.io/protocolhelper/,
    https://github.com/inbo/protocolhelper
BugReports: https://github.com/inbo/protocolhelper/issues
Depends: 
    R (>= 3.6)
Imports: 
    assertthat,
    bookdown,
    checklist (>= 0.2.4),
    commonmark,
    fs,
    gert,
    jsonlite,
    knitr,
    purrr,
    R6,
    rmarkdown,
    rprojroot,
    stringr,
    xml2,
    yaml,
    ymlthis
Suggests: 
    dplyr,
    lubridate,
    magick,
    png,
    testthat (>= 2.1.0)
Additional_repositories: https://inbo.r-universe.dev
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
