-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
81 lines (81 loc) · 1.93 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: fledge
Title: Smoother Change Tracking and Versioning for R Packages
Version: 0.1.99.9037
Date: 2024-12-26
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Patrick",
family = "Schratz",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0748-6624")),
person(given = "Maëlle",
family = "Salmon",
role = "ctb",
email = "[email protected]",
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,
callr,
cli,
curl,
desc (>= 1.4.1),
devtools,
glue,
httr2,
lifecycle,
memoise,
pandoc,
parsedate,
purrr (>= 0.3.2),
rematch2,
rlang (>= 0.4.12),
tibble,
usethis (>= 2.1.5),
whoami,
xml2
Suggests:
clipr,
covr,
digest,
fansi,
foghorn,
fs,
gert (>= 1.4.0),
gh,
httptest2,
job,
jsonlite,
knitr,
pkgbuild,
pkgload,
rhub,
rmarkdown,
rstudioapi,
testthat (>= 3.1.10),
urlchecker,
vctrs,
whisker,
withr
Config/Needs/readme: r-lib/downlit@f-readme-document
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: auto, demo, parse-news-items, bump_version
Config/autostyle/scope: line_breaks
Config/autostyle/strict: true
Config/Needs/website: cynkra/cynkratemplate