baker
π©βπ³ π₯§ Bayesian Analysis Kit for Etiology Research via Nested Partially Latent Class Models
Science Score: 46.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
-
βDOI references
Found 7 DOI reference(s) in README -
βAcademic publication links
Links to: arxiv.org -
βCommitters with academic emails
4 of 10 committers (40.0%) from academic institutions -
βInstitutional organization owner
-
βJOSS paper metadata
-
βScientific vocabulary similarity
Low similarity (16.6%) to scientific vocabulary
Keywords
bayesian
case-control
cran-r
latent-class-analysis
r
rstats
Last synced: 6 months ago
·
JSON representation
Repository
π©βπ³ π₯§ Bayesian Analysis Kit for Etiology Research via Nested Partially Latent Class Models
Basic Info
- Host: GitHub
- Owner: zhenkewu
- License: other
- Language: C++
- Default Branch: master
- Homepage: https://zhenkewu.com/baker/
- Size: 146 MB
Statistics
- Stars: 8
- Watchers: 5
- Forks: 9
- Open Issues: 1
- Releases: 3
Topics
bayesian
case-control
cran-r
latent-class-analysis
r
rstats
Created over 10 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
library(badger)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
**baker**: Bayesian Analysis Kit for Etiology Research
------
> An R Package for Fitting Bayesian [Nested Partially Latent Class Models](https://academic.oup.com/biostatistics/article/18/2/200/2555349/Nested-partially-latent-class-models-for-dependent)
[](https://github.com/zhenkewu/baker/actions)
`r badger::badge_cran_release("baker", "green")`
`r badger::badge_cran_download("baker", "grand-total", "green")`
`r badger::badge_cran_download("baker", "last-month", "green")`
`r badger::badge_cran_download("baker", "last-week", "green")`
`r badger::badge_devel("zhenkewu/baker", "blue")`
`r badger::badge_lifecycle("maturing", "blue")`
**Maintainer**: Zhenke Wu, zhenkewu@umich.edu
**Source Code**: Please click [here](https://github.com/zhenkewu/baker) for source code on GitHub.
**Issues**: Please click [here](https://github.com/zhenkewu/baker/issues) to report reproducible issues.
**Vignette**: Please click [here](https://zhenkewu.com/assets/html/baker_vignette.html) to read the latest long-version vignette; a short version can be found [here](https://zhenkewu.com/baker/articles/baker_demo.html).
**Package website:** Please click [here](https://zhenkewu.com/baker/) for a website generated by `pkgdown`, which contains html format of the package manual ("Refence").
**References**: If you are using **baker** for population and individual estimation from case-control data, please cite the following papers:
| | Citation |
| ------------- | ------------- |
| partially Latent Class Models (pLCM) | Wu, Z., Deloria-Knoll, M., Hammitt, L. L., Zeger, S. L. and the Pneumonia Etiology Research for Child Health Core Team (2016), Partially latent class models for caseβcontrol studies of childhood pneumonia aetiology. *J. R. Stat. Soc. C*, 65: 97β114. `r badger::badge_doi("10.1111/rssc.12101", "yellow")`|
| nested pLCM | Wu, Z., Deloria-Knoll, M., Zeger, S.L.; Nested partially latent class models for dependent binary data; estimating disease etiology. *Biostatistics* 2017; 18 (2): 200-213. `r badger::badge_doi("10.1093/biostatistics/kxw037", "yellow")`|
| nested pLCM regression | Wu, Z., Chen, I (2021). Probabilistic Cause-of-disease Assignment using Case-control Diagnostic Tests: A Hierarchical Bayesian Approach. *Statistics in Medicine* 40(4):823-841. `r badger::badge_doi("10.1002/sim.8804", "yellow")`|
| Application |Maria Deloria Knoll, Wei Fu, Qiyuan Shi, Christine Prosperi, Zhenke Wu, Laura L. Hammitt, Daniel R. Feikin, Henry C. Baggett, Stephen R.C. Howie, J. Anthony G. Scott, David R. Murdoch, Shabir A. Madhi, Donald M. Thea, W. Abdullah Brooks, Karen L. Kotloff, Mengying Li, Daniel E. Park, Wenyi Lin, Orin S. Levine, Katherine L. OβBrien, Scott L. Zeger; Bayesian Estimation of Pneumonia Etiology: Epidemiologic Considerations and Applications to the Pneumonia Etiology Research for Child Health Study, *Clinical Infectious Diseases*, Volume 64, Issue suppl_3, 15 June 2017, Pages S213βS227 `r badger::badge_doi("10.1093/cid/cix144", "yellow")`|
| Primary PERCH Analysis | The PERCH Study Group (2019). Aetiology of severe hospitalized pneumonia in HIV-uninfected children from Africa and Asia: the Pneumonia Aetiology Research for Child Health (PERCH) Case-Control Study. *The Lancet* 394(10200): 757-779. `r badger::badge_doi("10.1016/S0140-6736(19)30721-4", "yellow")`|
| Software paper | Chen I, Shi Q, Zeger SL, Wu Z (2022+) `baker`: An `R` package for Nested Partially-Latent Class Models. `r badge_custom("arxiv", "preprint", "red", "https://arxiv.org/abs/2202.11778")` `r badge_custom("vignette", "workflow", "blue", "https://zhenkewu.com/assets/html/baker_vignette.html")`|
There are a number of scientific papers on global health and infectious diseases
that have used the model and some the software (in its earlier versions). Some notable
examples are listed below:
| | Notable References using `baker` (model and/or software)|
| ------------- | ------------- |
|1 |Kubale et al. (2023). Etiology of acute lower respiratory illness hospitalizations among infants in four countries. *Open Forum Infectious Diseases*, ofad580. `r badger::badge_doi("10.1093/ofid/ofad580", "green")`
|2 |Saha SK et al. (2018). Causes and incidence of community-acquired serious infections among young children in south Asia (ANISA): an observational cohort study. *The Lancet* 392(10142):145-159. `r badger::badge_doi("10.1016/S0140-6736(18)31127-9","green")`
## Table of content
- [1. Installation](#id-section1)
- [2. Vignettes](#id-section2)
- [3. Graphical User Interface (GUI)](#id-section3)
- [4. Analytic Goal](#id-section4)
- [5. Comparison to Other Existing Solutions](#id-section5)
- [6. Details](#id-section6)
- [7. Platform](#id-section7)
- [8. Connect `R` to `JAGS` on Unix systems or OSX](#id-section8)
- [9. Submit Jobs to Computing Cluster via a shell script](#id-section9)
- [10. Connect `R` to `JAGS` on Windows](#id-section10)
- [11. Example Datasets](#id-section11)
Installation
--------------
```r
# install.packages("devtools",repos="https://cloud.r-project.org")
devtools::install_github("zhenkewu/baker")
```
Note:
* run `install.packages("pbkrtest")` for `R(>=3.2.3)` if this
package is reported as missing.
* Windows User: use `devtools::install_github("zhenkewu/baker",INSTALL_opts=c("--no-multiarch"))` instead if you see an error message `ERROR: loading failed for 'i386'` (Thanks Chrissy!).
Vignettes
-------------
```r
devtools::install_github("zhenkewu/baker", build_vignettes=TRUE) # will take extra time to run a few examples.
browseVignettes("baker")
```
Graphical User Interface (GUI)
--------------------------------
```r
# install.packages("devtools",repos="http://watson.nci.nih.gov/cran_mirror/")
devtools::install_github("zhenkewu/baker")
shiny::runApp(system.file("shiny", package = "baker"))
```
For developers interested in low-level details, here is a pretty awesome [visualization](https://stackoverflow.com/questions/44143110/visualizing-r-function-dependencies)
of the function dependencies within the package:
```r
library(DependenciesGraphs) # if not installed, try this-- devtools::install_github("datastorm-open/DependenciesGraphs")
library(QualtricsTools) # devtools::install_github("emmamorgan-tufts/QualtricsTools")
dep <- funDependencies('package:baker','nplcm')
plot(dep)
```
You will get a dynamic figure. A snapshot is below:

Analytic Goal
-------------------------------------
- To study disease etiology from case-control data from multiple sources that have measurement errors. If you are interested in estimating the population etiology pie (fraction), and the probability of each cause for individual case, try `baker`.
Comparison to Other Existing Solutions
------------------------------------------------
- Acknowledges various levels of measurement errors and combines multiple sources
of data for optimal disease diagnosis.
- Main function: `nplcm()` that fits the model with or without covariates.
Details
-------------------------------------
1. Implements hierarchical Bayesian models to infer disease etiology for multivariate binary data. The package builds in functionalities for data cleaning, exploratory data analyses, model specification, model estimation, visualization and model diagnostics and comparisons, catalyzing vital effective communications between analysts and practicing clinicians.
2. `baker` has implemented models for dependent measurements given disease status, regression analyses of etiology, multiple imperfect measurements, different priors for true positive rates among cases with differential measurement characteristics, and multiple-pathogen etiology.
3. Scientists in [Pneumonia Etiology Research for Child Health](https://www.jhsph.edu/ivac/) (PERCH) study usually refer to the etiology distribution as "*population etiology pie*" and "*individual etiology pie*" for their compositional nature, hence the name of the package.
Platform
---------
- The `baker` package is compatible with OSX, Linux and Windows systems, each requiring a slightly different setup as described below. If you need to speed up the installation and analysis, please contact the
maintainer or chat by clicking the `gitter` button at the top of this README file.
Connect `R` to `JAGS`
---------------------------------
#### Mac OSX (10.11+)
1. Use [Just Another Gibbs Sampler (JAGS)](https://mcmc-jags.sourceforge.io/)
2. Install JAGS 4.3.2 (or 4.2.0 - currently it is slightly slower for 4.3.2, which was updated to be compatible with R 4.3.x); Download [here](https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Mac%20OS%20X/)
3. Install `R`; Download from [here](https://cran.r-project.org/)
4. Fire up `R`, run `R` command `install.packages("rjags")`
5. Run `R` command `library(rjags)` in R console; If the installations are successful, you'll see some notes like this:
```r
>library(rjags)
Loading required package: coda
Linked to JAGS 4.x.0
Loaded modules: basemod,bugs
```
- Run `R` command `library(baker)`. If the package `ks` cannot be loaded due to failure of loading package `rgl`, first install X11 by going [here](https://www.xquartz.org/releases/XQuartz-2.7.11.html), followed by
```r
install.packages("http://download.r-forge.r-project.org/src/contrib/rgl_0.95.1504.tar.gz",repo=NULL,type="source")
```
#### Unix (Build from source without administrative privilege)
Here we use [JHPCE](https://jhpce.jhu.edu/) as an example. [The complete installation guide](https://sourceforge.net/projects/mcmc-jags/files/Manuals/4.x/) offers
extra information.
1. Download source code for [JAGS 4.2.0](https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.2.0.tar.gz/download);
The workflow would be similar for later versions of `JAGS`.
2. Suppose you've downloaded it in `~/local/jags/4.2.0`. Follow the bash commands below:
``` bash
# change to the directory with the newly downloaded source files:
cd ~/local/jags/4.2.0
# create a new folder named "usr"
mkdir usr
# decompress files:
tar zxvf JAGS-4.2.0.tar.gz
# change to the directory with newly decompressed files:
cd ~/local/jags/4.2.0/JAGS-4.2.0
# specify new JAGS home:
export JAGS_HOME=$HOME/local/jags/4.2.0/usr
export PATH=$JAGS_HOME/bin:$PATH
# link to BLAS and LAPACK:
# Here I have used "/usr/lib64/atlas/" and "/usr/lib64/" on JHPCE that give me
# access to libblas.so.3 and liblapack.so.3. Please modify to paths on your system.
LDFLAGS="-L/usr/lib64/atlas/ -L/usr/lib64/" ./configure --prefix=$JAGS_HOME --libdir=$JAGS_HOME/lib64
# if you have 8 cores:
make -j8
make install
# prepare to install R package, rjags:
export PKG_CONFIG_PATH=$HOME/local/jags/4.2.0/usr/lib64/pkgconfig
module load R
R> install.packages("rjags")
# or if the above fails, try:
R>install.packages("rjags", configure.args="--enable-rpath")
```
3. Also check out the [INSTALLATION](https://CRAN.R-project.org/package=rjags/INSTALL) file for `rjags` package.
Submitting Jobs to Computing Cluster via a shell script
---------------------------------
Again, I use JHPCE as an example.
``` bash
#!/bin/bash
#$ -M zhenkewu@gmail.com
#$ -N baker_regression_perch
#$ -o /users/zhwu/baker_regression/data_analysis/baker_regression_test.txt
#$ -e /users/zhwu/baker_regression/data_analysis/baker_regression_test.txt
export JAGS_HOME=$HOME/local/jags/4.2.0/usr
export PATH=$JAGS_HOME/bin:$PATH
export LD_LIBRARY_PATH=$JAGS_HOME/lib64
cd /users/zhwu/baker_regression/data_analysis
#$ -cwd
echo "**** Job starts ****"
date
echo "**** JHPCE info ****"
echo "User: ${USER}"
echo "Job id: ${JOB_ID}"
echo "Job name: ${JOB_NAME}"
echo "Hostname: ${HOSTNAME}"
Rscript real_regression_data_jhpce.R
echo "**** Job ends ****"
date
```
#### Windows
- JAGS 4.2.0 (also applicable to later versions)
1. Install `R`; Download from [here](https://cran.r-project.org/)
2. Install [JAGS 4.2.0](https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/); Add the path to JAGS 4.2.0 into the environmental variable (essential for R to find the jags program). See [this](https://superuser.com/questions/949560/how-do-i-set-system-environment-variables-in-windows-10) for setting environmental variables;
- alternatives are `brew install -v jags` for OSX, `sudo apt-get install jags` for Ubuntu/Debian
3. Fire up `R`, run `R` command `install.packages("rjags")`
4. Install [`Rtools`](https://cran.r-project.org/bin/windows/Rtools/) (for building and installing R packages from source); Add the path to `Rtools` (e.g., `C:\Rtools\`) into your environmental variables so that R knows where to find it.
#### Example data sets
We provide two simulated data sets in the package:
`data(data_nplcm_noreg)`
`data(data_nplcm_reg_nest)`
Owner
- Name: Zhenke Wu
- Login: zhenkewu
- Kind: user
- Location: Ann Arbor, Michigan, USA
- Company: University of Michigan
- Website: http://zhenkewu.com
- Twitter: ZhenkeWu
- Repositories: 6
- Profile: https://github.com/zhenkewu
Statistics, Individualized health, Visualization. The future is already here β itβs just not very evenly distributed. -William Gibson
GitHub Events
Total
- Issues event: 1
Last Year
- Issues event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| zhenkewu | z****u@g****m | 541 |
| Irena Chen | i****a@u****u | 39 |
| muschellij2 | m****2@g****m | 35 |
| adigherman | a****g@j****u | 8 |
| Vince Carey | s****c@c****u | 3 |
| Zhenke Wu | z****u@m****u | 2 |
| Zhenke Wu | z****u@Z****l | 2 |
| Zhenke Wu | z****u@M****l | 1 |
| fupangpangpang | j****u@g****m | 1 |
| Bruce Swihart | s****t | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 15
- Average time to close issues: 4 months
- Average time to close pull requests: about 2 months
- Total issue authors: 4
- Total pull request authors: 4
- Average comments per issue: 2.33
- Average comments per pull request: 0.87
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- potatolover222 (2)
- zhenkewu (2)
- Flynn-stagram (1)
- manofcrowd (1)
Pull Request Authors
- realirena (9)
- muschellij2 (3)
- vjcitn (2)
- adigherman (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 172 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: baker
"Nested Partially Latent Class Models"
- Homepage: https://github.com/zhenkewu/baker
- Documentation: http://cran.r-project.org/web/packages/baker/baker.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.3
published about 2 years ago
Rankings
Forks count: 7.7%
Stargazers count: 21.1%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 36.7%
Downloads: 89.7%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- R2jags >= 0.5 imports
- abind * imports
- binom >= 1.1 imports
- coda >= 0.16 imports
- ggplot2 >= 1.0 imports
- ggpubr >= 0.4.0 imports
- gridExtra >= 2.0 imports
- lubridate >= 1.3 imports
- mgcv >= 1.8 imports
- mvbutils >= 2.7.4.1 imports
- reshape2 >= 1.4 imports
- rjags >= 4 imports
- robCompositions >= 2.0.3 imports
- shinyFiles >= 0.6 imports
- shinydashboard >= 0.5.1 imports
- stats * imports
- utils * imports
- covr * suggests
- knitcitations * suggests
- knitr * suggests
- rmarkdown * suggests
- spelling * suggests
- testthat * suggests
.github/workflows/R-CMD-check.yaml
actions
- 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
revdep/library.noindex/baker/new/MatrixModels/DESCRIPTION
cran
- R >= 3.6.0 depends
- Matrix >= 1.6 imports
- methods * imports
- stats * imports
revdep/library.noindex/baker/new/R2WinBUGS/DESCRIPTION
cran
- R >= 2.13.0 depends
- boot * depends
- coda >= 0.11 depends
- graphics * imports
- stats * imports
- utils * imports
- BRugs >= 0.3 suggests
revdep/library.noindex/baker/new/RcppArmadillo/DESCRIPTION
cran
- R >= 3.3.0 depends
- Rcpp >= 0.11.0 imports
- methods * imports
- stats * imports
- utils * imports
- Matrix >= 1.3.0 suggests
- pkgKitten * suggests
- reticulate * suggests
- slam * suggests
- tinytest * suggests
revdep/library.noindex/baker/new/RcppEigen/DESCRIPTION
cran
- R >= 3.6.0 depends
- Rcpp >= 0.11.0 imports
- stats * imports
- utils * imports
- Matrix * suggests
- inline * suggests
- microbenchmark * suggests
- pkgKitten * suggests
- tinytest * suggests
revdep/library.noindex/baker/new/baker/DESCRIPTION
cran
- R >= 4.3.0 depends
- R2jags >= 0.5 imports
- abind * imports
- binom >=1.1 imports
- coda >= 0.16 imports
- ggplot2 >=1.0 imports
- ggpubr >= 0.4.0 imports
- gridExtra >= 2.0 imports
- lubridate >= 1.3 imports
- mgcv >= 1.8 imports
- mvbutils >= 2.7.4.1 imports
- reshape2 >= 1.4 imports
- rjags >= 4 imports
- robCompositions >= 2.0.3 imports
- shinyFiles >= 0.6 imports
- shinydashboard >= 0.5.1 imports
- stats * imports
- utils * imports
- covr * suggests
- knitcitations * suggests
- knitr * suggests
- rmarkdown * suggests
- spelling * suggests
- testthat * suggests
revdep/library.noindex/baker/new/bslib/DESCRIPTION
cran
- R >= 2.10 depends
- base64enc * imports
- cachem * imports
- grDevices * imports
- htmltools >= 0.5.7 imports
- jquerylib >= 0.1.3 imports
- jsonlite * imports
- lifecycle * imports
- memoise >= 2.0.1 imports
- mime * imports
- rlang * imports
- sass >= 0.4.0 imports
- bsicons * suggests
- curl * suggests
- fontawesome * suggests
- ggplot2 * suggests
- knitr * suggests
- magrittr * suggests
- rappdirs * suggests
- rmarkdown >= 2.7 suggests
- shiny >= 1.8.0 suggests
- testthat * suggests
- thematic * suggests
- withr * suggests
revdep/library.noindex/baker/new/cowplot/DESCRIPTION
cran
- R >= 3.5.0 depends
- ggplot2 >= 3.4.0 imports
- grDevices * imports
- grid * imports
- gtable * imports
- methods * imports
- rlang * imports
- scales * imports
- Cairo * suggests
- PASWR * suggests
- VennDiagram * suggests
- covr * suggests
- dplyr * suggests
- forcats * suggests
- gridGraphics >= 0.4 suggests
- knitr * suggests
- lattice * suggests
- magick * suggests
- maps * suggests
- patchwork * suggests
- ragg * suggests
- rmarkdown * suggests
- testthat >= 1.0.0 suggests
- tidyr * suggests
- vdiffr >= 0.3.0 suggests
revdep/library.noindex/baker/new/data.table/DESCRIPTION
cran
- R >= 3.1.0 depends
- methods * imports
- R.utils * suggests
- bit >= 4.0.4 suggests
- bit64 >= 4.0.0 suggests
- curl * suggests
- knitr * suggests
- nanotime * suggests
- rmarkdown * suggests
- xts * suggests
- yaml * suggests
- zoo >= 1.8 suggests
revdep/library.noindex/baker/new/dplyr/DESCRIPTION
cran
- R >= 3.5.0 depends
- R6 * imports
- cli >= 3.4.0 imports
- generics * imports
- glue >= 1.3.2 imports
- lifecycle >=1.0.3 imports
- magrittr >= 1.5 imports
- methods * imports
- pillar >= 1.9.0 imports
- rlang >= 1.1.0 imports
- tibble >= 3.2.0 imports
- tidyselect >= 1.2.0 imports
- utils * imports
- vctrs >= 0.6.4 imports
- DBI * suggests
- Lahman * suggests
- RMySQL * suggests
- RPostgreSQL * suggests
- RSQLite * suggests
- bench * suggests
- broom * suggests
- callr * suggests
- covr * suggests
- dbplyr >= 2.2.1 suggests
- ggplot2 * suggests
- knitr * suggests
- lobstr * suggests
- microbenchmark * suggests
- nycflights13 * suggests
- purrr * suggests
- rmarkdown * suggests
- stringi >= 1.7.6 suggests
- testthat >= 3.1.5 suggests
- tidyr >= 1.3.0 suggests
- withr * suggests
revdep/library.noindex/baker/new/e1071/DESCRIPTION
cran
- class * imports
- grDevices * imports
- graphics * imports
- methods * imports
- proxy * imports
- stats * imports
- utils * imports
- MASS * suggests
- Matrix * suggests
- SparseM * suggests
- cluster * suggests
- mlbench * suggests
- nnet * suggests
- randomForest * suggests
- rpart * suggests
- slam * suggests
- xtable * suggests
revdep/library.noindex/baker/new/fpc/DESCRIPTION
cran
- R >= 2.0 depends
- MASS * imports
- class * imports
- cluster * imports
- diptest * imports
- flexmix * imports
- grDevices * imports
- graphics * imports
- kernlab * imports
- mclust * imports
- methods * imports
- parallel * imports
- prabclus * imports
- robustbase * imports
- stats * imports
- utils * imports
- mvtnorm * suggests
- pdfCluster * suggests
- tclust * suggests
revdep/library.noindex/baker/new/haven/DESCRIPTION
cran
- R >= 3.6 depends
- cli >= 3.0.0 imports
- forcats >= 0.2.0 imports
- hms * imports
- lifecycle * imports
- methods * imports
- readr >= 0.1.0 imports
- rlang >= 0.4.0 imports
- tibble * imports
- tidyselect * imports
- vctrs >= 0.3.0 imports
- covr * suggests
- crayon * suggests
- fs * suggests
- knitr * suggests
- pillar >= 1.4.0 suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
- utf8 * suggests
revdep/library.noindex/baker/new/htmltools/DESCRIPTION
cran
- R >= 2.14.1 depends
- knitr * enhances
- base64enc * imports
- digest * imports
- ellipsis * imports
- fastmap >= 1.1.0 imports
- grDevices * imports
- rlang >= 1.0.0 imports
- utils * imports
- Cairo * suggests
- markdown * suggests
- ragg * suggests
- shiny * suggests
- testthat * suggests
- withr * suggests
revdep/library.noindex/baker/new/httpuv/DESCRIPTION
cran
- R >= 2.15.1 depends
- R6 * imports
- Rcpp >= 1.0.7 imports
- later >= 0.8.0 imports
- promises * imports
- utils * imports
- callr * suggests
- curl * suggests
- testthat * suggests
- websocket * suggests
revdep/library.noindex/baker/new/later/DESCRIPTION
cran
- Rcpp >= 0.12.9 imports
- rlang * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 2.1.0 suggests
revdep/library.noindex/baker/new/lme4/DESCRIPTION
cran
- Matrix >= 1.2 depends
- R >= 3.5.0 depends
- methods * depends
- stats * depends
- MASS * imports
- boot * imports
- graphics * imports
- grid * imports
- lattice * imports
- minqa >= 1.1.15 imports
- nlme >= 3.1 imports
- nloptr >= 1.0.4 imports
- parallel * imports
- splines * imports
- utils * imports
- HSAUR3 * suggests
- MEMSS * suggests
- car * suggests
- dfoptim * suggests
- gamm4 * suggests
- ggplot2 * suggests
- knitr * suggests
- merDeriv * suggests
- mgcv * suggests
- mlmRev * suggests
- numDeriv * suggests
- optimx >= 2013.8.6 suggests
- pbkrtest * suggests
- rmarkdown * suggests
- rr2 * suggests
- semEff * suggests
- statmod * suggests
- testthat >= 0.8.1 suggests
- tibble * suggests
revdep/library.noindex/baker/new/mclust/DESCRIPTION
cran
- R >= 3.0 depends
- grDevices * imports
- graphics * imports
- stats * imports
- utils * imports
- MASS * suggests
- geometry >= 0.4 suggests
- knitr >= 1.4 suggests
- mix >= 1.0 suggests
- rmarkdown >= 2.10 suggests
revdep/library.noindex/baker/new/mvtnorm/C_API_Example/DESCRIPTION
cran
- mvtnorm * depends
revdep/library.noindex/baker/new/mvtnorm/DESCRIPTION
cran
- R >= 3.5.0 depends
- stats * imports
- numDeriv * suggests
- qrng * suggests
revdep/library.noindex/baker/new/ranger/DESCRIPTION
cran
- R >= 3.1 depends
- Matrix * imports
- Rcpp >= 0.11.2 imports
- survival * suggests
- testthat * suggests
revdep/library.noindex/baker/new/sass/DESCRIPTION
cran
- R6 * imports
- fs >= 1.2.4 imports
- htmltools >= 0.5.1 imports
- rappdirs * imports
- rlang >= 0.4.10 imports
- curl * suggests
- knitr * suggests
- rmarkdown * suggests
- shiny * suggests
- testthat * suggests
- withr * suggests
revdep/library.noindex/baker/new/sass/sass-color/DESCRIPTION
cran
revdep/library.noindex/baker/new/sass/sass-font/DESCRIPTION
cran
revdep/library.noindex/baker/new/sass/sass-size/DESCRIPTION
cran
revdep/library.noindex/baker/new/sass/sass-theme/DESCRIPTION
cran
revdep/library.noindex/baker/new/scales/DESCRIPTION
cran
- R >= 3.6 depends
- R6 * imports
- RColorBrewer * imports
- cli * imports
- farver >= 2.0.3 imports
- glue * imports
- labeling * imports
- lifecycle * imports
- munsell >=0.5 imports
- rlang >= 1.0.0 imports
- viridisLite * imports
- bit64 * suggests
- covr * suggests
- dichromat * suggests
- ggplot2 * suggests
- hms >= 0.5.0 suggests
- stringi * suggests
- testthat >= 3.0.0 suggests
revdep/library.noindex/baker/new/shiny/DESCRIPTION
cran
- R >= 3.0.2 depends
- methods * depends
- R6 >= 2.0 imports
- bslib >=0.3.0 imports
- cachem * imports
- commonmark >= 1.7 imports
- crayon * imports
- ellipsis * imports
- fastmap >=1.1.1 imports
- fontawesome >= 0.4.0 imports
- glue >= 1.3.2 imports
- grDevices * imports
- htmltools >=0.5.4 imports
- httpuv >= 1.5.2 imports
- jsonlite >= 0.9.16 imports
- later >= 1.0.0 imports
- lifecycle >= 0.2.0 imports
- mime >= 0.3 imports
- promises >= 1.1.0 imports
- rlang >= 0.4.10 imports
- sourcetools * imports
- tools * imports
- utils * imports
- withr * imports
- xtable * imports
- Cairo >= 1.5 suggests
- datasets * suggests
- dygraphs * suggests
- future * suggests
- ggplot2 * suggests
- knitr >=1.6 suggests
- magrittr * suggests
- markdown * suggests
- ragg * suggests
- reactlog >= 1.0.0 suggests
- rmarkdown * suggests
- sass * suggests
- showtext * suggests
- testthat >= 3.0.0 suggests
- yaml * suggests
revdep/library.noindex/baker/new/shiny/examples/01_hello/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/02_text/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/03_reactivity/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/04_mpg/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/05_sliders/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/06_tabsets/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/07_widgets/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/08_html/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/09_upload/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/10_download/DESCRIPTION
cran
revdep/library.noindex/baker/new/shiny/examples/11_timer/DESCRIPTION
cran
revdep/library.noindex/baker/new/sp/DESCRIPTION
cran
- R >= 3.5.0 depends
- methods * depends
- grDevices * imports
- graphics * imports
- grid * imports
- lattice * imports
- stats * imports
- utils * imports
- RColorBrewer * suggests
- deldir * suggests
- gstat * suggests
- knitr * suggests
- raster * suggests
- rmarkdown * suggests
- sf * suggests
- terra * suggests
revdep/library.noindex/baker/new/stringi/DESCRIPTION
cran
- R >= 3.4 depends
- stats * imports
- tools * imports
- utils * imports
revdep/library.noindex/baker/new/stringr/DESCRIPTION
cran
- R >= 3.6 depends
- cli * imports
- glue >= 1.6.1 imports
- lifecycle >= 1.0.3 imports
- magrittr * imports
- rlang >= 1.0.0 imports
- stringi >= 1.5.3 imports
- vctrs >= 0.4.0 imports
- covr * suggests
- dplyr * suggests
- gt * suggests
- htmltools * suggests
- htmlwidgets * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
- tibble * suggests
revdep/library.noindex/baker/new/testthat/DESCRIPTION
cran
- R >= 3.6.0 depends
- R6 >= 2.5.1 imports
- brio >= 1.1.3 imports
- callr >= 3.7.3 imports
- cli >= 3.6.1 imports
- desc >=1.4.2 imports
- digest >= 0.6.33 imports
- evaluate >= 0.21 imports
- jsonlite >=1.8.7 imports
- lifecycle >= 1.0.3 imports
- magrittr >= 2.0.3 imports
- methods * imports
- pkgload >= 1.3.2.1 imports
- praise >= 1.0.0 imports
- processx >= 3.8.2 imports
- ps >= 1.7.5 imports
- rlang >= 1.1.1 imports
- utils * imports
- waldo >= 0.5.1 imports
- withr >= 2.5.0 imports
- covr * suggests
- curl >= 0.9.5 suggests
- diffviewer >= 0.1.0 suggests
- knitr * suggests
- rmarkdown * suggests
- rstudioapi * suggests
- shiny * suggests
- usethis * suggests
- vctrs >= 0.1.0 suggests
- xml2 * suggests
revdep/library.noindex/baker/new/vroom/DESCRIPTION
cran
- R >= 3.6 depends
- bit64 * imports
- cli >= 3.2.0 imports
- crayon * imports
- glue * imports
- hms * imports
- lifecycle >=1.0.3 imports
- methods * imports
- rlang >= 0.4.2 imports
- stats * imports
- tibble >= 2.0.0 imports
- tidyselect * imports
- tzdb >= 0.1.1 imports
- vctrs >= 0.2.0 imports
- withr * imports
- archive * suggests
- bench >= 1.1.0 suggests
- covr * suggests
- curl * suggests
- dplyr * suggests
- forcats * suggests
- fs * suggests
- ggplot2 * suggests
- knitr * suggests
- patchwork * suggests
- prettyunits * suggests
- purrr * suggests
- rmarkdown * suggests
- rstudioapi * suggests
- scales * suggests
- spelling * suggests
- testthat >= 2.1.0 suggests
- tidyr * suggests
- utils * suggests
- waldo * suggests
- xml2 * suggests
revdep/library.noindex/baker/new/waldo/DESCRIPTION
cran
- R >= 3.6 depends
- cli * imports
- diffobj >= 0.3.4 imports
- fansi * imports
- glue * imports
- methods * imports
- rematch2 * imports
- rlang >= 1.0.0 imports
- tibble * imports
- R6 * suggests
- covr * suggests
- testthat >= 3.0.0 suggests
- withr * suggests
- xml2 * suggests
revdep/library.noindex/baker/new/bslib/lib/bs-a11y-p/package.json
npm
revdep/library.noindex/baker/new/bslib/lib/bs-colorpicker/package.json
npm
- bootstrap >=4.0
- jquery >=2.2
- popper.js >=1.10
revdep/library.noindex/baker/new/bslib/lib/bs3/package.json
npm
revdep/library.noindex/baker/new/bslib/lib/bs4/package.json
npm
revdep/library.noindex/baker/new/bslib/lib/bs5/package.json
npm
revdep/library.noindex/baker/new/bslib/lib/bsw3/package.json
npm
revdep/library.noindex/baker/new/bslib/lib/bsw4/package.json
npm
revdep/library.noindex/baker/new/bslib/lib/bsw5/package.json
npm
revdep/library.noindex/baker/new/bslib/package.json
npm
- parcel-bundler ^1.12.4 development
- bs-a11y-p github:paypal/bootstrap-accessibility-plugin#fbbf870eafc1ee5d4547fabbeea71778ddbe2166
- bs-colorpicker npm:bootstrap-colorpicker@3.4.0
- bs3 npm:bootstrap-sass@3.4.1
- bs4 npm:bootstrap@4.6.0
- bs5 npm:bootstrap@5.3.1
- bsw3 npm:bootswatch@3.4.1
- bsw4 npm:bootswatch@4.6.0
- bsw5 npm:bootswatch@5.3.1
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite