Package: fledge
Title: Smoother Change Tracking and Versioning for R Packages
Version: 0.1.0
Date: 2021-12-07
Authors@R: 
    c(person(given = "Kirill",
             family = "M\u00fcller",
             role = c("aut", "cre", "cph"),
             email = "krlmlr+r@mailbox.org",
             comment = c(ORCID = "0000-0002-1416-3412")),
      person(given = "Patrick",
             family = "Schratz",
             role = "aut",
             email = "patrick.schratz@gmail.com",
             comment = c(ORCID = "0000-0003-0748-6624")),
      person(given = "Maëlle", 
             family = "Salmon",
             role = "ctb",
             email = "msmaellesalmon@gmail.com",
             comment = c(ORCID = "0000-0002-2815-0399")))
Description: Streamlines the process of updating changelogs (NEWS.md)
    and versioning R packages developed in git repositories.
License: GPL-3
URL: https://cynkra.github.io/fledge/, https://github.com/cynkra/fledge
BugReports: https://github.com/cynkra/fledge/issues
Imports: cli, desc (>= 1.2.0), enc, gert (>= 1.4.0), purrr (>= 0.3.2),
        rematch2, rlang (>= 0.4.12), tibble, usethis (>= 1.5.0),
        whoami, withr
Suggests: mockery, covr, fansi, fs, knitr, parsedate, rmarkdown,
        rstudioapi, testthat (>= 3.0.0), brio, callr, pkgload
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-12-07 15:25:46 UTC; kirill
Author: Kirill Müller [aut, cre, cph] (<https://orcid.org/0000-0002-1416-3412>),
  Patrick Schratz [aut] (<https://orcid.org/0000-0003-0748-6624>),
  Maëlle Salmon [ctb] (<https://orcid.org/0000-0002-2815-0399>)
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2021-12-07 20:20:02 UTC
Built: R 4.1.0; ; 2021-12-08 13:42:02 UTC; unix
