https://github.com/alexander-pastukhov/uncertainr
Collection of Functions To Characterize Uncertainty
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Collection of Functions To Characterize Uncertainty
Basic Info
- Host: GitHub
- Owner: alexander-pastukhov
- Language: R
- Default Branch: master
- Homepage: https://alexander-pastukhov.github.io/uncertainr/
- Size: 1.3 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 11 months ago
· Last pushed 10 months ago
Metadata Files
Readme
README.md
uncertainr
Collection of Functions To Characterize Uncertainty
Workshop walkthrough
For the walkthrough on creating this package please follow this link.
Installation
To install from CRAN
r
install.packages("installr")
To install from github
r
library("devtools")
install_github("alexander-pastukhov/installr", dependencies=TRUE)
Usage
```r library(installr)
lower_pi(rnorm(100)) ```
Owner
- Name: Alexander (Sasha) Pastukhov
- Login: alexander-pastukhov
- Kind: user
- Location: Bamberg, Germany
- Company: Otto-Friedrich-Universität Bamberg
- Website: https://alexander-pastukhov.github.io/
- Twitter: PastukhovSasha
- Repositories: 6
- Profile: https://github.com/alexander-pastukhov
GitHub Events
Total
- Push event: 10
- Create event: 3
Last Year
- Push event: 10
- Create event: 3
Dependencies
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests