fgeo
[Meta R-package on CRAN] Analyse forest diversity and dynamics
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
4 of 20 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.9%) to scientific vocabulary
Keywords
abundance
demography
dynamic
dynamics
ecology
fgeo
forestgeo
forests
habitat
metapackage
tree
Keywords from Contributors
tidyverse
setup
grammar
data-manipulation
xlsx
xls
spreadsheet
excel
regular-expression
strings
Last synced: 5 months ago
·
JSON representation
Repository
[Meta R-package on CRAN] Analyse forest diversity and dynamics
Basic Info
- Host: GitHub
- Owner: forestgeo
- License: other
- Language: R
- Default Branch: master
- Homepage: https://forestgeo.github.io/fgeo/.
- Size: 22.4 MB
Statistics
- Stars: 34
- Watchers: 6
- Forks: 12
- Open Issues: 8
- Releases: 0
Topics
abundance
demography
dynamic
dynamics
ecology
fgeo
forestgeo
forests
habitat
metapackage
tree
Created about 8 years ago
· Last pushed about 6 years ago
Metadata Files
Readme
Contributing
License
Code of conduct
README.Rmd
---
output: github_document
editor_options:
chunk_output_type: console
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
fig.show = "hold",
comment = "#>",
fig.path = "man/figures/README-"
)
```
#
Analyze forest diversity and dynamics
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://travis-ci.org/forestgeo/fgeo)
[](https://codecov.io/github/forestgeo/fgeo?branch=master)
[](https://cran.r-project.org/package=fgeo)
```{r, echo=FALSE}
# Creates a functional link when used with DT table.
fgeo_link <- function(package, topic = NULL) {
end <- glue::glue(">{package}")
if (!is.null(topic)) {end <- glue::glue("/reference/>{topic}")}
glue::glue("")
}
link_core <- function(pattern) {
core <- fgeo_to_attach()()
fgeo_link(core[grepl(pattern, core)])
}
analyze <- "analyze"
visualize <- "map"
manipulate <- "tool"
datasets <- "x"
```
__fgeo__ helps you to install, load, and access the documentation of multiple packages to analyze forest diversity and dynamics (`r purrr::map_chr(fgeo::fgeo_packages(include_self = FALSE), fgeo_link)`). This package-collection allows you to manipulate and plot [ForestGEO](http://www.forestgeo.si.edu/) data, and to do common analyses including abundance, demography, and species-habitats associations.
* [Search functions and datasets](https://forestgeo.github.io/fgeo/articles/siteonly/reference.html)
* [Ask questions, report bugs, or propose features](https://github.com/forestgeo/fgeo/issues/new)
## Installation
Make sure your R environment is as follows:
* R version is recent
* All packages are updated (run `update.packages()`; maybe use `ask = FALSE`)
* No other R session is running
* Current R session is clean (click _Session > Restart R_)
Install the latest stable version of __fgeo__ from [CRAN](https://cran.r-project.org/) with:
```R
install.packages("fgeo")
```
Or install the development version of __fgeo__ from [GitHub](https://github.com/) with:
```R
# install.packages("devtools")
devtools::install_github("forestgeo/fgeo.x")
```
* [How to setup .Rprofile for easiest installation of __fgeo__?](https://forestgeo.github.io/fgeo/articles/siteonly/questions-and-answers.html#how-to-setup--rprofile-for-easiest-installation-of-fgeo)
* [How to update __fgeo__?](https://forestgeo.github.io/fgeo/articles/siteonly/questions-and-answers.html#how-to-update-fgeo)
* [How to remove __fgeo__?](https://forestgeo.github.io/fgeo/articles/siteonly/questions-and-answers.html#how-to-remove-fgeo)
* [How to avoid or fix common installation problems?](https://forestgeo.github.io/fgeo/articles/siteonly/questions-and-answers.html#how-to-avoid-or-fix-common-installation-problems)
## Example
```{r example}
library(fgeo)
```
### Explore __fgeo__
On an interactive session, `fgeo_help()` and `fgeo_browse_reference()` help you to search documentation.
```
if (interactive()) {
# To search on the viewer; accepts keywords
fgeo_help()
# To search on a web browser
fgeo_browse_reference()
}
```
### Access and manipulate data
`example_path()` allows you to access datasets stored in your R libraries.
```{r}
example_path()
(vft_file <- example_path("view/vft_4quad.csv"))
```
#### `read_| Name | Commits | |
|---|---|---|
| maurolepore | m****e@g****m | 565 |
| hadley | h****m@g****m | 107 |
| Haley Overstreet | 4****h | 5 |
| Lepore | L****M@S****U | 3 |
| Dirk Eddelbuettel | e****d@d****g | 3 |
| Gábor Csárdi | c****r@g****m | 3 |
| Derek Chiu | d****u@b****a | 2 |
| ForestGEO | f****o@s****u | 2 |
| Jennifer (Jenny) Bryan | j****n@g****m | 2 |
| Ben Marwick | b****k@h****m | 1 |
| Darío Hereñú | m****a@g****m | 1 |
| Greg Macfarlane | g****e@g****m | 1 |
| Jim Hester | j****r@g****m | 1 |
| Matthew Lincoln | m****n | 1 |
| Michael Toth | m****h@g****m | 1 |
| Ri Ram | e****4@g****m | 1 |
| Serhat Cevikel | s****l@y****m | 1 |
| zhaoy | z****y | 1 |
| Jennifer (Jenny) Bryan | j****y@s****a | 1 |
| Rainer Stuetz | r****z@a****t | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 102
- Total pull requests: 112
- Average time to close issues: 23 days
- Average time to close pull requests: about 12 hours
- Total issue authors: 4
- Total pull request authors: 4
- Average comments per issue: 0.75
- Average comments per pull request: 0.15
- Merged pull requests: 96
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- maurolepore (99)
- LisaHuelsmann (1)
- hmullerlandau (1)
- teixeirak (1)
Pull Request Authors
- maurolepore (105)
- overstreeth (5)
- kant (1)
- mokhancodes (1)
Top Labels
Issue Labels
docs (11)
feature (5)
help wanted (4)
bug (3)
good first issue (3)
hacktoberfest (3)
refactor (2)
performance (1)
wip (1)
Pull Request Labels
docs (1)
Packages
- Total packages: 1
-
Total downloads:
- cran 143 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: fgeo
Analyze Forest Diversity and Dynamics
- Homepage: http://forestgeo.github.io/fgeo
- Documentation: http://cran.r-project.org/web/packages/fgeo/fgeo.pdf
- License: GPL-3
-
Latest release: 1.1.4
published over 6 years ago
Rankings
Forks count: 6.4%
Stargazers count: 10.1%
Dependent repos count: 24.4%
Average: 26.1%
Dependent packages count: 28.0%
Downloads: 61.7%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.2 depends
- cli >= 1.1.0 imports
- crayon >= 1.3.4 imports
- dplyr >= 0.8.1 imports
- fgeo.analyze >= 1.1.10 imports
- fgeo.plot >= 1.1.6 imports
- fgeo.tool >= 1.2.4 imports
- fgeo.x >= 1.1.3 imports
- glue >= 1.3.1 imports
- magrittr >= 1.5 imports
- purrr >= 0.3.2 imports
- rlang >= 0.3.4 imports
- rstudioapi >= 0.10 imports
- utils * imports
- DT >= 0.6 suggests
- covr >= 3.2.1 suggests
- kableExtra >= 1.1.0 suggests
- knitr >= 1.23 suggests
- rmarkdown >= 1.12 suggests
- spelling >= 2.1 suggests
- testthat >= 2.1.1 suggests