vibass
R-package for the introductory course on Bayesian inference at the València International Bayesian Summer School
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 (10.9%) to scientific vocabulary
Keywords
bayesian-inference
teaching
Last synced: 6 months ago
·
JSON representation
Repository
R-package for the introductory course on Bayesian inference at the València International Bayesian Summer School
Basic Info
- Host: GitHub
- Owner: VABAR
- Language: R
- Default Branch: main
- Homepage: http://vabar.es/vibass/
- Size: 71.8 MB
Statistics
- Stars: 9
- Watchers: 8
- Forks: 1
- Open Issues: 1
- Releases: 1
Topics
bayesian-inference
teaching
Created over 4 years ago
· Last pushed 8 months ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# vibass
[`r htmltools::img(src = "http://vabar.es/images//widget_vibass8.png", width = "300px")`](http://vabar.es/events/vibass8/)
[](https://github.com/VABAR/vibass/actions)
[](https://CRAN.R-project.org/package=vibass)
[](https://vabar.r-universe.dev/vibass)
Teaching materials for the [introductory course on Bayesian inference](http://vabar.es/events/vibass8-intro/) at [VIBASS](http://vabar.es/events/vibass8/)
## Installation
Install the released version of `vibass` from CRAN:
```{r install-cran, eval = FALSE}
install.packages('vibass')
```
Or install the development version from our [`r-universe`](https://vabar.r-universe.dev/vibass) with:
```{r install-r-universe, eval = FALSE}
install.packages('vibass', repos = c('https://vabar.r-universe.dev', 'https://cloud.r-project.org'))
```
## Example
If installed with vignettes, the package contains the course practicals.
Otherwise, it points to the corresponding articles in the web site
[http://vabar.es/vibass/](http://vabar.es/vibass/).
Most importantly, it contains interactive apps associated with some of the
practicals
```{r example, eval = FALSE}
library(vibass)
## If installed with vignettes:
## Otherwise, read at: http://vabar.es/vibass/
browseVignettes('vibass') # Index of all practicals
vignette('p1') # Open practical
vibass_app() # Lists available apps
vibass_app(1) # Launch the interactive app for practical 1
```

Owner
- Name: Valencia Bayesian Research Group
- Login: VABAR
- Kind: organization
- Location: Valencia, Spain
- Website: http://vabar.github.io/
- Repositories: 2
- Profile: https://github.com/VABAR
GitHub Events
Total
- Issues event: 1
- Watch event: 3
- Push event: 21
Last Year
- Issues event: 1
- Watch event: 3
- Push event: 21
Packages
- Total packages: 1
-
Total downloads:
- cran 242 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: vibass
Materials for Introductory Course on Bayesian Learning
- Homepage: http://vabar.es/vibass/
- Documentation: http://cran.r-project.org/web/packages/vibass/vibass.pdf
- License: GPL-3
-
Latest release: 1.0.1
published 8 months ago
Rankings
Dependent packages count: 26.1%
Dependent repos count: 32.1%
Average: 48.1%
Downloads: 86.2%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.6 depends
- cli * imports
- crayon * imports
- dplyr * imports
- extraDistr * imports
- ggplot2 * imports
- golem * imports
- knitr * imports
- magrittr * imports
- rlang * imports
- rstudioapi * imports
- shiny >= 1.5 imports
- tibble * imports
- tidyr * imports
- INLA * suggests
- R2BayesX * suggests
- cowplot * suggests
- hrbrthemes * suggests
- htmlwidgets * suggests
- magick * suggests
- pacman * suggests
- plotly * suggests
- png * suggests
- rmarkdown * suggests
- waffle * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/upload-artifact main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
.github/workflows/pkgdown.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite