burnr
Basic tools to analyze forest fire history data (e.g. FHX) in R.
https://github.com/ltrr-arizona-edu/burnr
Category: Biosphere
Sub Category: Wildfire
Keywords
citation cran dendrochronology ecology forestfire plot r scientific statistics
Keywords from Contributors
downscale forest
Last synced: about 21 hours ago
JSON representation
Repository metadata
🔥 Forest fire history analysis in R.
- Host: GitHub
- URL: https://github.com/ltrr-arizona-edu/burnr
- Owner: ltrr-arizona-edu
- Created: 2012-08-03T22:12:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-30T16:26:08.000Z (3 months ago)
- Last Synced: 2025-12-09T04:21:45.458Z (17 days ago)
- Topics: citation, cran, dendrochronology, ecology, forestfire, plot, r, scientific, statistics
- Language: R
- Homepage: https://ltrr-arizona-edu.github.io/burnr/
- Size: 7.13 MB
- Stars: 15
- Watchers: 8
- Forks: 10
- Open Issues: 17
- Releases: 15
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# burnr
[](https://cran.r-project.org/package=burnr)
[](https://coveralls.io/github/ltrr-arizona-edu/burnr?branch=master)
[](https://github.com/ltrr-arizona-edu/burnr/actions)
[](https://cran.r-project.org/package=burnr)
[](https://doi.org/10.5281/zenodo.594459)
Basic tools to analyze forest fire history data (e.g. FHX) in R. This is designed for power users and projects with special needs.
## Installation
You can install the released version of burnr from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("burnr")
```
And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("ltrr-arizona-edu/burnr")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(burnr)
# This gives you a basic plot. There are more advanced options. For example, we can color our plot by sample species.
data(lgr2_meta)
plot(lgr2,
color_group = lgr2_meta$SpeciesID,
color_id = lgr2_meta$TreeID,
plot_legend = TRUE
)
```
## Support
Documentation is included in the code. If you're new to `burnr`, our [2018 paper in Dendrochronologia](https://doi.org/10.1016/j.dendro.2018.02.005) is a nice survey of the package with many examples. We also have instructional vignettes on the project website, . And you can work through examples, with included data, in an R project hosted by @chguiterman on GitHub: . We're working to enhance our instruction and add to these demos on the burnr website, so please send us requests for new tips and tricks, or create your own and share with us!
## Citation
Please cite the original `burnr` paper if you use it in your research:
> Malevich, Steven B., Christopher H. Guiterman, and Ellis Q. Margolis (2018) [Burnr: Fire History Analysis and Graphics in R](https://www.sciencedirect.com/science/article/abs/pii/S1125786517301418?via%3Dihub). _Dendrochronologia_ 49: 9–15. DOI: 10.1016/j.dendro.2018.02.005.
Citations help us to identify user needs and justify additional time developing and maintaining `burnr`.
## Development
Please file bugs in the [bug tracker](https://github.com/ltrr-arizona-edu/burnr/issues).
Want to contribute? Great! We're following [Hadley's packaging workflow](https://r-pkgs.org/) and [style guide](https://style.tidyverse.org/). Fork away.
If you're not a developer, don't worry! We also welcome help with documentation and tutorials.
Owner metadata
- Name: Laboratory of Tree-Ring Research
- Login: ltrr-arizona-edu
- Email:
- Kind: organization
- Description:
- Website: http://ltrr.arizona.edu/
- Location: The University of Arizona, Tucson AZ 85721, USA
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/5680763?v=4
- Repositories: 26
- Last ynced at: 2024-03-26T16:14:05.567Z
- Profile URL: https://github.com/ltrr-arizona-edu
GitHub Events
Total
- Issue comment event: 1
- Push event: 1
- Pull request event: 2
- Fork event: 1
Last Year
- Issue comment event: 1
- Push event: 1
- Pull request event: 2
Committers metadata
Last synced: 2 days ago
Total Commits: 444
Total Committers: 2
Avg Commits per committer: 222.0
Development Distribution Score (DDS): 0.207
Commits in past year: 3
Committers in past year: 1
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Brewster Malevich | s****v@g****m | 352 |
| Chris Guiterman | c****n@e****u | 92 |
Committer domains:
Issue and Pull Request metadata
Last synced: 18 days ago
Total issues: 158
Total pull requests: 47
Average time to close issues: 9 months
Average time to close pull requests: 4 days
Total issue authors: 2
Total pull request authors: 2
Average comments per issue: 1.05
Average comments per pull request: 1.96
Merged pull request: 44
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: about 1 month
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 1.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- brews (136)
- chguiterman (22)
Top Pull Request Authors
- chguiterman (25)
- brews (22)
Top Issue Labels
- enhancement (82)
- bug (65)
- help wanted (9)
- invalid (8)
- good first issue (6)
- documentation (3)
- duplicate (2)
Top Pull Request Labels
- bug (29)
- enhancement (22)
- documentation (2)
Package metadata
- Total packages: 1
-
Total downloads:
- cran: 267 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 12
- Total maintainers: 1
cran.r-project.org: burnr
Forest Fire History Analysis
- Homepage: https://github.com/ltrr-arizona-edu/burnr/
- Documentation: http://cran.r-project.org/web/packages/burnr/burnr.pdf
- Licenses: GPL (≥ 3)
- Latest release: 0.6.1 (published almost 4 years ago)
- Last Synced: 2025-12-22T03:05:54.683Z (4 days ago)
- Versions: 12
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 267 Last month
-
Rankings:
- Forks count: 7.999%
- Stargazers count: 14.653%
- Average: 19.832%
- Dependent repos count: 24.3%
- Downloads: 24.354%
- Dependent packages count: 27.852%
- Maintainers (1)
Dependencies
- R >= 3.2 depends
- MASS * imports
- forcats * imports
- ggplot2 * imports
- glue * imports
- plyr * imports
- reshape2 * imports
- rlang * imports
- stats * imports
- stringr * imports
- tidyr * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
Score: 9.75359446296151