Package: preregr
Title: Specify (Pre)Registrations and Export Them Human- And
        Machine-Readably
Version: 0.2.9
Authors@R: c(
    person(given = "Gjalt-Jorn",
           family = "Peters",
           role = c("aut", "cre"),
           email = "preregr@opens.science",
           comment = c(ORCID = "0000-0002-0336-9589")),
    person(given = "Szilvia",
           family = "Zörgő",
           role = c("ctb"),
           comment = c(ORCID = "0000-0002-6916-2097")),
    person(given = "Olmo",
           family = "den Akker",
           role = c("ctb"),
           comment = c(ORCID = "0000-0002-0712-3746")),
    person(given = "Aleksandra",
           family = "Lazić",
           role = c("ctb"),
           comment = c(ORCID = "0000-0002-0433-0483")),
    person(given = "Thomas",
           family = "Gültzow",
           role = c("ctb"),
           comment = c(ORCID = "0000-0002-9268-1880"))
  )
Description: Preregistrations, or more generally, registrations, enable
    explicit timestamped and (often but not necessarily publicly) frozen
    documentation of plans and expectations as well as decisions and
    justifications. In research, preregistrations are commonly used to
    clearly document plans and facilitate justifications of deviations from
    those plans, as well as decreasing the effects of publication bias by
    enabling identification of research that was conducted but not published.
    Like reporting guidelines, (pre)registration forms often have specific
    structures that facilitate systematic reporting of important items. The
    'preregr' package facilitates specifying (pre)registrations in R and
    exporting them to a human-readable format (using R Markdown partials or
    exporting to an 'HTML' file) as well as human-readable embedded data
    (using 'JSON'), as well as importing such exported (pre)registration
    specifications from such embedded 'JSON'.
URL: https://preregr.opens.science
BugReports: https://gitlab.com/r-packages/preregr/-/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports: cli (>= 3.0), jsonlite (>= 1.7), rmdpartials (>= 0.5.8), yaml
        (>= 2.2)
Suggests: googlesheets4 (>= 1.0), haven (>= 2.4.3), justifier (>=
        0.2.2), knitr (>= 1.34), openxlsx (>= 4.2), markdown, readxl
        (>= 1.3), rvest (>= 1.0), testthat (>= 3.0), writexl (>= 1.4),
        XLConnect (>= 1.0), rmarkdown
Config/testthat/edition: 3
Depends: R (>= 4.1)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-05-04 18:15:16 UTC; gjalt
Author: Gjalt-Jorn Peters [aut, cre] (<https://orcid.org/0000-0002-0336-9589>),
  Szilvia Zörgő [ctb] (<https://orcid.org/0000-0002-6916-2097>),
  Olmo den Akker [ctb] (<https://orcid.org/0000-0002-0712-3746>),
  Aleksandra Lazić [ctb] (<https://orcid.org/0000-0002-0433-0483>),
  Thomas Gültzow [ctb] (<https://orcid.org/0000-0002-9268-1880>)
Maintainer: Gjalt-Jorn Peters <preregr@opens.science>
Repository: CRAN
Date/Publication: 2023-05-05 07:30:02 UTC
Built: R 4.3.0; ; 2023-05-05 09:29:27 UTC; unix
