-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.64 KB
/
Copy pathDESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.64 KB
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: CFtime
Title: Using CF-Compliant Calendars with Climate Projection Data
Version: 1.7.3.9000
Authors@R:
person("Patrick", "Van Laake", , "patrick@vanlaake.net", role = c("aut", "cre", "cph"))
Description: Support for all calendars as specified in the Climate and Forecast
(CF) Metadata Conventions for climate and forecasting data. The CF Metadata
Conventions is widely used for distributing files with climate observations
or projections, including the Coupled Model Intercomparison Project (CMIP)
data used by climate change scientists and the Intergovernmental Panel on
Climate Change (IPCC). This package specifically allows the user to work
with any of the CF-compliant calendars (many of which are not compliant with
POSIXt). The CF time coordinate is formally defined in the CF Metadata
Conventions document available at <https://cf-convention.github.io/Data/cf-conventions/cf-conventions-1.13/cf-conventions.html#time-coordinate>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
R6
Suggests:
rmarkdown,
testthat (>= 3.0.0),
stringr
URL: https://r-cf.github.io/CFtime/, https://github.com/R-CF/CFtime
BugReports: https://github.com/R-CF/CFtime/issues
Config/testthat/edition: 3
Collate:
'api.R'
'CFCalendar.R'
'CFCalendar360.R'
'CFCalendar365.R'
'CFCalendar366.R'
'CFCalendarJulian.R'
'CFCalendarNone.R'
'CFCalendarProleptic.R'
'CFCalendarStandard.R'
'CFCalendarTAI.R'
'CFCalendarUTC.R'
'CFClimatology.R'
'CFtime-package.R'
'CFtime.R'
'helpers.R'
'zzz.R'
Config/Needs/website: rmarkdown