Skip to content

Commit 34bc21b

Browse files
committed
fixed check bug
1 parent 633364d commit 34bc21b

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Imports:
3131
tidybayes,
3232
ttBulk,
3333
testthat,
34-
benchmarkme
34+
benchmarkme,
35+
multidplyr
3536
Remotes:
3637
github::stemangiola/ttBulk, github::stan-dev/rstantools, github::tidyverse/[email protected]
3738
LinkingTo:

NAMESPACE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Generated by roxygen2: do not edit by hand
22

33
export(add_attr)
4-
export(check_if_within_posterior)
54
export(create_design_matrix)
65
export(do_inference)
7-
export(do_parallel_end)
8-
export(do_parallel_start)
96
export(fit_to_counts_rng_approximated)
107
export(format_input)
118
export(ppc_seq)

R/do_parallel.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#' @export
2+
33
do_parallel_start = function(df, cores, partition_by){
44

55
# Only if cores > 1
@@ -24,7 +24,7 @@ do_parallel_start = function(df, cores, partition_by){
2424

2525
}
2626

27-
#' @export
27+
2828
do_parallel_end = function(.){
2929
(.) %>%
3030
# Only if cores > 1

R/ppcSeq.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ add_exposure_rate = function(input.df, fit){
592592
)
593593
}
594594

595-
#' @export
596595
check_if_within_posterior = function(input.df, my_df, do_check_column, value_column){
597596

598597
writeLines(sprintf("executing %s", "check_if_within_posterior"))

0 commit comments

Comments
 (0)