-Site built with pkgdown 2.0.6.
+Site built with pkgdown 2.0.7.
diff --git a/articles/index.html b/articles/index.html
index 1a58c27..316590a 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -65,7 +65,7 @@ All vignettes
diff --git a/authors.html b/authors.html
index bba8e19..c50f756 100644
--- a/authors.html
+++ b/authors.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -68,14 +68,14 @@ Citation
- Bütikofer L, Haynes A (2022).
+
Bütikofer L, Haynes A (2023).
accrualPlot: Accrual Plots and Predictions for Clinical Trials.
https://github.com/CTU-Bern/accrualPlot, https://ctu-bern.github.io/accrualPlot/.
@Manual{,
title = {accrualPlot: Accrual Plots and Predictions for Clinical Trials},
author = {Lukas Bütikofer and Alan G. Haynes},
- year = {2022},
+ year = {2023},
note = {https://github.com/CTU-Bern/accrualPlot, https://ctu-bern.github.io/accrualPlot/},
}
@@ -90,7 +90,7 @@ Citation
diff --git a/favicon-16x16.png b/favicon-16x16.png
index ff2ecf0..7eee596 100644
Binary files a/favicon-16x16.png and b/favicon-16x16.png differ
diff --git a/favicon-32x32.png b/favicon-32x32.png
index d3957ae..f3910c5 100644
Binary files a/favicon-32x32.png and b/favicon-32x32.png differ
diff --git a/index.html b/index.html
index 1f7b61c..c3005d0 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -84,7 +84,7 @@
-
+
Accrual plots are an important tool when monitoring clinical trials. Some trials are terminated early due to low accrual, which is a waste of resources (including time). Assessing accrual rates can also be useful for planning analyses and estimating how long a trial needs to continue recruiting participants. accrualPlot
provides tools for such plots
Installation
@@ -171,15 +171,7 @@ Developers
-
+
@@ -192,7 +184,7 @@ Dev status
diff --git a/news/index.html b/news/index.html
index fb3b377..d70535d 100644
--- a/news/index.html
+++ b/news/index.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -50,6 +50,10 @@ Changelog
Source: NEWS.md
+
+
+
accrual_create_df: warning if by refers to a NULL object accrual_create_df: fix typo in documentation (last instead of first date) test-accrual_plots: named vector for target
+
bug fix in gg_accrual_plot_predict if accrual_df contains only one site and no overall
@@ -196,7 +200,7 @@
diff --git a/pkgdown.yml b/pkgdown.yml
index 07ec461..f5a3b44 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -1,7 +1,7 @@
pandoc: 2.7.3
-pkgdown: 2.0.6
+pkgdown: 2.0.7
pkgdown_sha: ~
articles:
accrualPlot: accrualPlot.html
-last_built: 2022-09-07T13:29Z
+last_built: 2023-02-22T10:41Z
diff --git a/reference/accrual_create_df.html b/reference/accrual_create_df.html
index 9015c73..640b31a 100644
--- a/reference/accrual_create_df.html
+++ b/reference/accrual_create_df.html
@@ -19,7 +19,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -92,7 +92,7 @@ Arguments
current_date
date of the data export or database freeze.
Single date, named date vector (with length and names corresponding to the levels of by),
-"common" (last date overall, default) or "site" (first date for each site).
+"common" (last date overall, default) or "site" (last date for each site).
overall
@@ -217,7 +217,7 @@ Examples
diff --git a/reference/accrual_linear_model.html b/reference/accrual_linear_model.html
index 7661108..59fe2f6 100644
--- a/reference/accrual_linear_model.html
+++ b/reference/accrual_linear_model.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -183,7 +183,7 @@ Examples
diff --git a/reference/accrual_plot_abs.html b/reference/accrual_plot_abs.html
index c46d5a8..3045deb 100644
--- a/reference/accrual_plot_abs.html
+++ b/reference/accrual_plot_abs.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -163,6 +163,9 @@ Value
accrual_plot_abs
returns a barplot of absolute accrual by time unit (stacked if accrual_df is a list).
+
+
+ggplot object
Details
@@ -236,7 +239,7 @@ Examples
diff --git a/reference/accrual_plot_cum.html b/reference/accrual_plot_cum.html
index 9567333..dc2310e 100644
--- a/reference/accrual_plot_cum.html
+++ b/reference/accrual_plot_cum.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -233,7 +233,7 @@ Examples
diff --git a/reference/accrual_plot_predict.html b/reference/accrual_plot_predict.html
index 5c2ab3f..47cf2a1 100644
--- a/reference/accrual_plot_predict.html
+++ b/reference/accrual_plot_predict.html
@@ -20,7 +20,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -278,6 +278,9 @@ Value
accrual_plot_predict
returns a plot with the accrual prediction.
+
+
+ggplot object
Details
@@ -389,7 +392,7 @@ Examples
diff --git a/reference/accrual_predict.html b/reference/accrual_predict.html
index 17cdd09..07d75e5 100644
--- a/reference/accrual_predict.html
+++ b/reference/accrual_predict.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -155,7 +155,7 @@ Examples
diff --git a/reference/accrual_table.html b/reference/accrual_table.html
index dcb4afe..d9fc389 100644
--- a/reference/accrual_table.html
+++ b/reference/accrual_table.html
@@ -18,7 +18,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -227,7 +227,7 @@ Examples
diff --git a/reference/accrual_time_unit.html b/reference/accrual_time_unit.html
index 8f184be..626623d 100644
--- a/reference/accrual_time_unit.html
+++ b/reference/accrual_time_unit.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -209,7 +209,7 @@ Examples
diff --git a/reference/accrualdemo.html b/reference/accrualdemo.html
index dd089f3..8eb3bc2 100644
--- a/reference/accrualdemo.html
+++ b/reference/accrualdemo.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -76,7 +76,7 @@ Format
diff --git a/reference/as.data.frame.accrual_list.html b/reference/as.data.frame.accrual_list.html
index d02f681..b97115d 100644
--- a/reference/as.data.frame.accrual_list.html
+++ b/reference/as.data.frame.accrual_list.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -313,7 +313,7 @@ Examples
diff --git a/reference/index.html b/reference/index.html
index 4382aa3..c560fdd 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -17,7 +17,7 @@
accrualPlot
- 1.0.8
+ 1.0.9
@@ -118,7 +118,7 @@