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 . 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 Repository: https://r-cf.r-universe.dev Date/Publication: 2026-04-02 18:57:19 UTC RemoteUrl: https://github.com/r-cf/cftime RemoteRef: HEAD RemoteSha: b766909ecf893b39d84c4912742d19c3c2cfed73 NeedsCompilation: no Packaged: 2026-07-04 10:39:37 UTC; root Author: Patrick Van Laake [aut, cre, cph] Maintainer: Patrick Van Laake