uncertainty
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: CWWhitney
- Language: R
- Default Branch: main
- Size: 87.9 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 1
Created over 4 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
Changelog
Citation
README.Rmd
---
output: github_document
---
# uncertainty
A collection of functions for use in assessing uncertainty. Install using
`devtools::install_github("CWWhitney/uncertainty")`
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(uncertainty)
```
Owner
- Name: Cory Whitney
- Login: CWWhitney
- Kind: user
- Location: Bonn, Germany
- Company: University of Bonn
- Website: https://www.zef.de/index.php?id=2232&tx_zefportal_staff[ref]=2252&tx_zefportal_staff[uid]=1799&no_cache=1
- Twitter: human_ecologist
- Repositories: 42
- Profile: https://github.com/CWWhitney
Holistic and collaborative research processes related to decision theory, human ecology, ethno- botany/biology/ecology.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Whitney" given-names: "Cory" orcid: "https://orcid.org/0000-0003-4988-4583" - family-names: "Luedeling" given-names: "Eike" orcid: "https://orcid.org/0000-0002-7316-3631" title: "uncertainty" version: 0.1.1 doi: 10.5281/zenodo.6640203 date-released: 2022-06-13 url: "https://github.com/CWWhitney/uncertainty"
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| CWWhitney | w****y@g****m | 36 |
| eikeluedeling | l****g@u****e | 10 |
Committer Domains (Top 20 + Academic)
uni-bonn.de: 1
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/r.yml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-r f57f1301a053485946083d7a45022b278929a78a composite
DESCRIPTION
cran
- R >= 2.10 depends
- MASS * imports
- assertthat * imports
- ggplot2 * imports
- graphics * imports
- psych * imports
- raster * imports
- stats * imports
- knitr * suggests
- rmarkdown * suggests