Package: fledge
Title: Smoother Change Tracking and Versioning for R Packages
Version: 0.1.3
Date: 2025-10-16
Authors@R: 
    c(person(given = "Kirill",
             family = "M\u00fcller",
             role = c("aut", "cre", "cph"),
             email = "kirill@cynkra.com",
             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://fledge.cynkra.com/, https://github.com/cynkra/fledge
BugReports: https://github.com/cynkra/fledge/issues
Imports: brio, cli, desc (>= 1.2.0), 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), callr, pkgload
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.3.9000
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-10-16 08:35:54 UTC; kirill
Author: Kirill Müller [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-1416-3412>),
  Patrick Schratz [aut] (ORCID: <https://orcid.org/0000-0003-0748-6624>),
  Maëlle Salmon [ctb] (ORCID: <https://orcid.org/0000-0002-2815-0399>)
Maintainer: Kirill Müller <kirill@cynkra.com>
Repository: CRAN
Date/Publication: 2025-10-16 08:50:02 UTC
Built: R 4.5.2; ; 2025-11-01 02:49:22 UTC; windows
