https://github.com/danforthcenter/pcvr
R functions for use with plantCV output
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.7%) to scientific vocabulary
Repository
R functions for use with plantCV output
Basic Info
- Host: GitHub
- Owner: danforthcenter
- Language: R
- Default Branch: main
- Homepage: https://danforthcenter.github.io/pcvr/
- Size: 414 MB
Statistics
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
pcvr 
R functions for use with plantCV output
Installation
A stable version of pcvr can be installed from CRAN
install.packages("pcvr")
library(pcvr)
Alternatively, the development version of pcvr can be installed using remotes/devtools install_github as shown below.
Note that the default behavior in devtools/remotes is to only install true dependencies. Several functions in pcvr use specific packages that would otherwise not be needed for most work, notably the brms supporting functions. To install suggested packages (see DESCRIPTION file) add dependencies=T to the install_github function call.
devtools::install_github("danforthcenter/pcvr", build_vignettes=T) # to install without building vignettes set the build_vignettes argument to F or exclude it.
library(pcvr)
Usage
Please see the bellwether vignette for a general introduction to pcvr. In the future we expect to have more vignettes and to specialize each to some degree.
``` vignette("bellwether", package="pcvr")
or
browseVignettes("pcvr") ```
Feedback
Please report bugs and make feature requests with issues in this repository.
Owner
- Name: Donald Danforth Plant Science Center
- Login: danforthcenter
- Kind: organization
- Location: St. Louis, MO
- Website: https://danforthcenter.org
- Repositories: 97
- Profile: https://github.com/danforthcenter
Our Mission: Improve the Human Condition Through Plant Science
GitHub Events
Total
- Watch event: 1
- Delete event: 16
- Issue comment event: 27
- Push event: 107
- Pull request event: 34
- Create event: 22
Last Year
- Watch event: 1
- Delete event: 16
- Issue comment event: 27
- Push event: 107
- Pull request event: 34
- Create event: 22
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Josh Sumner | 5****r | 493 |
| joshqsumner | j****r@g****m | 24 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 147
- Average time to close issues: N/A
- Average time to close pull requests: about 19 hours
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.21
- Merged pull requests: 138
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 30
- Average time to close issues: N/A
- Average time to close pull requests: about 17 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.73
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- joshqsumner (3)
Pull Request Authors
- joshqsumner (185)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 260 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: pcvr
Plant Phenotyping and Bayesian Statistics
- Homepage: https://github.com/danforthcenter/pcvr
- Documentation: http://cran.r-project.org/web/packages/pcvr/pcvr.pdf
- License: GPL-2
-
Latest release: 1.3.1
published 11 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 3.5.0 depends
- FactoMineR * imports
- bayestestR * imports
- data.table * imports
- extraDistr * imports
- ggplot2 * imports
- ggpubr * imports
- ggridges * imports
- igraph * imports
- jsonlite * imports
- lme4 * imports
- methods * imports
- mgcv * imports
- parallel * imports
- patchwork * imports
- scales * imports
- stats * imports
- utils * imports
- viridis * imports
- brms * suggests
- caret * suggests
- cmdstanr * suggests
- curl * suggests
- knitr * suggests
- rmarkdown * suggests
- rstan * suggests
- testthat >= 3.0.0 suggests
- vroom * suggests