Skip to content

Commit

Permalink
Merge pull request #129 from ErinBecker/tidy-description
Browse files Browse the repository at this point in the history
tidyize description
  • Loading branch information
zkamvar authored Jul 21, 2023
2 parents 3b06f45 + e24899d commit dbc4028
Showing 1 changed file with 31 additions and 25 deletions.
56 changes: 31 additions & 25 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,52 @@ Authors@R: c(
family = "Hodges",
role = c("ctb"),
email = "[email protected]"),
person(given = "Erin",
family = "Becker",
role = c("ctb"),
email = "[email protected]"),
person())
Description: The Carpentries (<https://carpentries.org>) curricula is made of of
lessons that are hosted as websites. Each lesson represents between a half
day to two days of instruction and contains several episodes, which are
written as 'kramdown'-flavored 'markdown' documents and converted to HTML
using the 'Jekyll' static website generator. This package builds on top of
the 'tinkr' package; reads in these markdown documents to 'XML' and
stores them in R6 classes for convenient exploration and manipulation of
sections within episodes.
Description: The Carpentries (<https://carpentries.org>) curricula is made
of of lessons that are hosted as websites. Each lesson represents
between a half day to two days of instruction and contains several
episodes, which are written as 'kramdown'-flavored 'markdown'
documents and converted to HTML using the 'Jekyll' static website
generator. This package builds on top of the 'tinkr' package; reads in
these markdown documents to 'XML' and stores them in R6 classes for
convenient exploration and manipulation of sections within episodes.
License: MIT + file LICENSE
URL: https://carpentries.github.io/pegboard
BugReports: https://github.com/carpentries/pegboard/issues
Imports:
commonmark,
fs (>= 1.5.0),
tinkr (>= 0.2.0),
xml2,
purrr,
glue,
purrr,
R6,
tinkr (>= 0.2.0),
xml2,
xslt,
yaml,
commonmark
yaml
Suggests:
cli (>= 0.3.4),
covr,
crayon,
dplyr,
gert (>= 1.0.0),
here,
testthat,
withr,
covr,
knitr,
rmarkdown,
magrittr,
dplyr,
crayon,
cli (>= 0.3.4),
rlang
rlang,
rmarkdown,
testthat,
withr
VignetteBuilder:
knitr
Remotes:
ropensci/tinkr
Additional_repositories: https://carpentries.r-universe.dev/
Remotes: ropensci/tinkr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://carpentries.github.io/pegboard
BugReports: https://github.com/carpentries/pegboard/issues
VignetteBuilder: knitr

0 comments on commit dbc4028

Please sign in to comment.