-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
39 lines (39 loc) · 909 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
Package: canadaHCD
Type: Package
Title: Canadian Historical Climate Data
Version: 0.0-3
Date: 2023-09-18
Authors@R: c(person(given = c("Gavin", "L."), family = "Simpson",
role = c("aut","cre"), email = "ucfagls@gmail.com"),
person(given = "Conor", family = "Anderson", role = "ctb"))
Maintainer: Gavin L. Simpson <ucfagls@gmail.com>
Description: Access climate data from Government of Canada's Historical Climate
Data API.
Depends:
R (>= 4.1)
Imports:
readr,
tibble,
curl,
dplyr,
zoo,
utils,
lutz,
tools,
tidyselect,
lubridate,
tidyr,
sf
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
License: GPL-3
URL: https://github.com/gavinsimpson/canadaHCD/
BugReports: https://github.com/gavinsimpson/canadaHCD/issues
ByteCompile: true
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3