-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
74 lines (74 loc) · 1.86 KB
/
Copy pathDESCRIPTION
File metadata and controls
74 lines (74 loc) · 1.86 KB
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
Package: fledge
Title: Smoother Change Tracking and Versioning for R Packages
Version: 0.1.99.9070
Date: 2026-09-13
Authors@R: c(
person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-1416-3412")),
person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-0748-6624")),
person("Maëlle", "Salmon", , "msmaellesalmon@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0002-2815-0399")),
person("cynkra GmbH", , , "mail@cynkra.com", role = c("fnd"),
comment = c(ROR = "0335t7e62"))
)
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,
gh (>= 1.5.0),
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),
httptest2,
job,
jsonlite,
knitr,
pkgbuild,
pkgload,
rhub,
rmarkdown,
rstudioapi,
testthat (>= 3.1.10),
urlchecker,
vctrs,
whisker,
withr
VignetteBuilder:
knitr
Config/autostyle/scope: line_breaks
Config/autostyle/strict: true
Config/Needs/readme: r-lib/downlit@f-readme-document
Config/Needs/website: cynkra/cynkratemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: auto, demo, parse-news-items, bump_version
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.1.0.9000