Skip to content

Commit 3c38fa6

Browse files
author
Katja Danielzik
committed
URL fix
1 parent 33f475f commit 3c38fa6

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 1.0.1
2+
Date: 2026-03-26 14:08:58 UTC
3+
SHA: 33f475fc0d6e91086025e373039ab2b19ffef486

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: BayesVolcano
22
Title: Creating Volcano Plots from Bayesian Model Posteriors
3-
Version: 1.0.0
3+
Version: 1.0.1
44
Authors@R:
55
c(person(given="Katja",family= "Danielzik", email="katja.danielzik@uni-due.de",
66
role = c("aut", "cre","cph"),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# BayesVolcano 1.0.1
2+
3+
- fixed DOI-URLs to https://doi.org/...
4+
15
# BayesVolcano 1.0.0
26

37
* Initial CRAN submission.
8+

vignettes/BayesVolcano.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To create a Bayesian volcano plot, BayesVolcano needs two main inputs:
3838
1. **Posterior samples**: A data frame where each column represents a biological effect (e.g., gene expression change) and each row shows posterior values.
3939
2. **Annotation metadata**: A data frame mapping parameter names to biological entities.
4040

41-
If you used [**rstan**](10.32614/CRAN.package.rstan) or [**brms**](10.32614/CRAN.package.brms) to fit your model, our `extract_fit()` function automatically converts your results into the right format. Just install the corresponding package (rstan or brms) first, then run `extract_fit(your_model,parameter_name)` to prepare your data.
41+
If you used [**rstan**](https://doi.org/10.32614/CRAN.package.rstan) or [**brms**](https://doi.org/10.32614/CRAN.package.brms) to fit your model, our `extract_fit()` function automatically converts your results into the right format. Just install the corresponding package (rstan or brms) first, then run `extract_fit(your_model,parameter_name)` to prepare your data.
4242

4343
## Posterior Samples
4444

0 commit comments

Comments
 (0)