Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
---
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 -->
[](https://github.com/eco4cast/score4cast/actions)
[](https://CRAN.R-project.org/package=score4cast)
[](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
```