-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
30 lines (30 loc) · 940 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
Package: rgovcan
Type: Package
Title: Easy Access to the Canadian Open Government Portal
Version: 1.0.4
Description: Allows to search for existing resources, including datasets, on
the Canadian Open Government portal (<https://open.canada.ca/en>). It is
also designed to allow users to easily download a range of files directly
from the portal in a reproducible manner.
Authors@R: c(
person("Valentin", "Lucet", email = "[email protected]",
role = c("aut", "cre")),
person("Kevin", "Cazelles", email = "[email protected]",
comment = c(ORCID = "0000-0001-6619-9874"), role = c("ctb")))
Imports:
cli,
ckanr,
crayon,
crul,
tibble,
utils
Suggests:
testthat,
covr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
URL: https://vlucet.github.io/rgovcan/
BugReports: https://github.com/VLucet/rgovcan/issues