-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
executable file
·45 lines (33 loc) · 2.04 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Travis-CI Build Status](https://travis-ci.org/mt-climate-office/mcor.svg?branch=master)](https://travis-ci.org/mt-climate-office/mcor)
[![Coverage Status](https://img.shields.io/codecov/c/github/mt-climate-office/mcor/master.svg)](https://codecov.io/github/mt-climate-office/mcor?branch=master)
# **`mcor`**: The core Montana Climate Office *R* package
<img src="https://climate.umt.edu/imx/MCO-Logo-Footer.png" alt="The Montana Climate Office Logo" style="width: 300px;"/><br>
The [Montana Climate Office](https://climate.umt.edu/) is an independent state-designated body that provides Montanans with high-quality, timely, relevant, and scientifically based climate information and services. The **`mcor`** package is the base *R* package for the Montana Climate Office *R* products. It contains useful data such as county and climate division maps, data download tools for commonly used datasets, and convenience functions including standard web and print map templates.
## Installation
You can install **`mcor`** from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("mt-climate-office/mcor")
```
## Contributing
Contributions to this package are welcome from within or outside of the Montana Climate Office; please submit an issue or pull request. Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
-----
**Montana Climate Office**<br>
Montana Forest & Conservation Experiment Station<br>
University of Montana<br>
32 Campus Drive<br>
Missoula, MT 59812<br>
Phone: (406) 243-6793<br>
[[email protected]](mailto:[email protected])