/read4cast

Utilities to read EFI standard forecast files in a range of formats

Primary LanguageROtherNOASSERTION

---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# score4cast

<!-- badges: start -->
[![R-CMD-check](https://github.com/eco4cast/score4cast/workflows/R-CMD-check/badge.svg)](https://github.com/eco4cast/score4cast/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/score4cast)](https://CRAN.R-project.org/package=score4cast)
[![R-CMD-check](https://github.com/eco4cast/read4cast/workflows/R-CMD-check/badge.svg)](https://github.com/eco4cast/read4cast/actions)
<!-- badges: end -->

The goal of score4cast is to ...

## Installation

You can install the development version of score4cast from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("eco4cast/score4cast")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(score4cast)
## basic example code
```