-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1000 Bytes
/
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
Package: ttmeta
Title: TidyTuesday Dataset Metadata
Version: 0.1.0.20241104
Authors@R:
person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4781-4346"))
Description: TidyTuesday has been releasing weekly datasets since 2018.
This package provides metadata about those datasets, and functions to
update that metadata.
License: MIT + file LICENSE
URL: https://github.com/r4ds/ttmeta, https://r4ds.github.io/ttmeta/
BugReports: https://github.com/r4ds/ttmeta/issues
Depends:
R (>= 4.1)
Imports:
cli,
dplyr,
fastmatch,
gh,
glue,
jsonlite,
lubridate,
markdown,
purrr,
rlang,
rvest,
shiny,
sloop,
stringr,
tidyr,
tidytuesdayR,
urltools,
xml2
Suggests:
covr,
here,
pkgload,
testthat (>= 3.2.0)
Remotes:
dslc-io/tidytuesdayR
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2