-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
59 lines (39 loc) · 2.39 KB
/
README.Rmd
File metadata and controls
59 lines (39 loc) · 2.39 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
---
title: "README"
output: md_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
<img src="man/figures/FMG-hex_3.png" width=250 align="right" />
# fmgr
R package for Forest Management Geodatabase reporting.
## Project Status
[](https://www.tidyverse.org/lifecycle)
[](https://www.repostatus.org/#active)
[](commits/master)
[](/commits/master)
[](http://choosealicense.com/licenses/cc0-1.0/)
## Description
<img src="man/figures/r_logo.png" width=40 align="left" />
The `fmgr` R package contains functions for producing standard reporting products from the Forest Management Geodatabase (FMG).
<img src="man/figures/HDQLO-03_h120.jpg" width=125 align="right" />
## Funding
Funding for the development and maintenance of the Forest Management Geodatabase (FMG) has been provided by:
* USACE Rock Island District, Operations Division, Mississippi River Project, Natural Resources.
***
## Latest Updates
Check out the [NEWS](NEWS.md) for details on the latest updates.
***
## Authors
* [Michael Dougherty](mailto:Michael.P.Dougherty@usace.army.mil), Geographer, Rock Island District, U.S. Army Corps of Engineers
* [Christopher Hawes](mailto:Christopher.C.Hawes@usace.army.mil), Geographer, Rock Island District, U.S. Army Corps of Engineers
* [Ben Vandermyde](mailto:Benjamin.J.Vandermyde@usace.army.mil), Forester, Rock Island District, U.S. Army Corps of Engineers
* [Lauren McNeal](mailto:Lauren.J.McNeal@usace.army.mil), Forester, Rock Island District, U.S. Army Corps of Engineers
* [Amanda Ross](mailto:Amanda.L.Ross@usace.army.mil), Geographer, Rock Island District, U.S. Army Corps of Engineers
***
## Install
To install the `fmgr` package, install from GitHub using the `remotes` package:
```{r install, eval=FALSE}
remotes::install_github(repo = "ForestManagementGeodatabase/fmgr")
```
## Bug Reports
If you find any bugs using `fmgr`, please open an [issue](https://github.com/ForestManagementGeodatabase/fmgr/issues).