Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.46 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.46 KB

vimclimate: Access climate data time-series from the Vaccine Impact Modelling Consortium

Project Status: Concept - Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. R build status Codecov test coverage CRAN status

vimclimate is an R package that helps access pre-made climatic variable time-series data for use in modelling.

Installation

You can install the development version of vimclimate from the VIMC R-universe with:

# installation from R-universe
install.packages(
  "vimclimate", 
  repos = c(
    "https://vimc.r-universe.dev", "https://cloud.r-project.org"
  )
)

Quick start

WIP.

Related projects

  • clim2parquet: Used to prepare climate data in Parquet format; this is the data accessed by vimclimate.