diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index b6b24a7..6af2ef3 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.1.1 -Date: 2022-08-16 19:05:40 UTC -SHA: b977c4763407da581accf25ddf783c012d63199b +Version: 0.1.2 +Date: 2023-02-19 04:24:09 UTC +SHA: 46035bcaa1848e1f2104113cde8d1f06fe18cacd diff --git a/docs/articles/dependencies.html b/docs/articles/dependencies.html index 6d340de..6e7eb82 100644 --- a/docs/articles/dependencies.html +++ b/docs/articles/dependencies.html @@ -88,7 +88,7 @@

Acknowledgements

Vathy M. Kamulete

-

Last Updated: 2023-02-18

+

Last Updated: 2023-02-19

Source: vignettes/dependencies.Rmd diff --git a/docs/articles/diy-score.html b/docs/articles/diy-score.html index 46840f5..ad8f74d 100644 --- a/docs/articles/diy-score.html +++ b/docs/articles/diy-score.html @@ -88,7 +88,7 @@

Bring Your Own Scores

Vathy M. Kamulete

-

Last Updated: 2023-02-18

+

Last Updated: 2023-02-19

Source: vignettes/diy-score.Rmd diff --git a/docs/articles/motivation.html b/docs/articles/motivation.html index 1317efe..7d95f89 100644 --- a/docs/articles/motivation.html +++ b/docs/articles/motivation.html @@ -88,7 +88,7 @@

A 10-minute Crash Course

Vathy M. Kamulete

-

Last Updated: 2023-02-18

+

Last Updated: 2023-02-19

Source: vignettes/motivation.Rmd diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 2e08a7a..9dac3bd 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,5 +5,5 @@ articles: dependencies: dependencies.html diy-score: diy-score.html motivation: motivation.html -last_built: 2023-02-19T02:29Z +last_built: 2023-02-19T07:35Z diff --git a/docs/reference/bf_compare.html b/docs/reference/bf_compare.html index 66b8e07..00f2980 100644 --- a/docs/reference/bf_compare.html +++ b/docs/reference/bf_compare.html @@ -157,9 +157,9 @@

Examples

#> $frequentist #> [1] 0.03600104 #> -# Run in parallel on local cluster -library(future) -future::plan(future::multisession) +# To run in parallel on local cluster, uncomment the next two lines. +# library(future) +# future::plan(future::multisession) parallel_test <- bf_compare(os_train, os_test) parallel_test #> $bayes_perm diff --git a/docs/reference/bf_from_os.html b/docs/reference/bf_from_os.html index 7ceabe0..2a9c47b 100644 --- a/docs/reference/bf_from_os.html +++ b/docs/reference/bf_from_os.html @@ -166,9 +166,9 @@

Examples

#> BF's denominator: Pr(WAUC < 0.0833) #> => BF > 3 favors view that the test set is worse off than training. #> Sample sizes: 100 in training and 100 in test set. -# Run in parallel on local cluster -library(future) -future::plan(future::multisession) +# To run in parallel on local cluster, uncomment the next two lines. +# library(future) +# future::plan(future::multisession) parallel_test <- bf_from_os(os_train, os_test) parallel_test #> Bayesian test for no adverse shift