-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
58 lines (58 loc) · 1.74 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: clifro
Type: Package
Title: Easily Download and Visualise Climate Data from CliFlo
Version: 3.2-5.9003
Date: 2023-03-09
Authors@R: person("Blake", "Seers", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "http://orcid.org/0000-0001-6841-4312"))
VignetteBuilder: knitr
Imports:
methods,
stats,
graphics,
lubridate,
xml2,
magrittr,
utils,
ggplot2 (>= 2.0.0),
scales,
RColorBrewer,
reshape2,
rvest,
httr,
stringr
Suggests:
spelling,
knitr,
rmarkdown,
pander,
testthat
Description: CliFlo is a web portal to the New Zealand National Climate
Database and provides public access (via subscription) to around 6,500
various climate stations (see <https://cliflo.niwa.co.nz/> for more
information). Collating and manipulating data from CliFlo
(hence clifro) and importing into R for further analysis, exploration and
visualisation is now straightforward and coherent. The user is required to
have an internet connection, and a current CliFlo subscription (free) if
data from stations, other than the public Reefton electronic weather
station, is sought.
URL: https://docs.ropensci.org/clifro/, https://github.com/ropensci/clifro
BugReports: https://github.com/ropensci/clifro/issues
License: GPL-2
Encoding: UTF-8
Collate:
'dataFrame.R'
'cfStation.R'
'cfData.R'
'cfDataList.R'
'cfData-plotMethods.R'
'cfDatatype.R'
'cfQuery.R'
'cfUser.R'
'findStations.R'
RoxygenNote: 7.2.3
X-schema.org-keywords: r, opensci, zealand, weather, climate, cliflo, data, api, windrose, rain, wind, temperature
X-schema.org-applicationCategory: Data Access
X-schema.org-isPartOf: "https://ropensci.org"
Language: en-GB