Skip to content

Commit

Permalink
Revert mistaken added commit from other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Oct 3, 2024
1 parent fc99c6d commit f59fbf9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 74 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export(as_latent_individual)
export(epidist)
export(epidist_diagnostics)
export(epidist_family)
export(epidist_family_family)
export(epidist_family_model)
export(epidist_family_prior)
export(epidist_formula)
export(epidist_model_prior)
Expand Down
30 changes: 0 additions & 30 deletions R/family.R

This file was deleted.

9 changes: 9 additions & 0 deletions R/globals.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Generated by roxyglobals: do not edit by hand

utils::globalVariables(c(
".data", # <epidist_diagnostics>
"samples", # <epidist_diagnostics>
".data", # <as_latent_individual.data.frame>
"stime_lwr", # <as_latent_individual.data.frame>
"stime_upr", # <as_latent_individual.data.frame>
"ptime_upr", # <as_latent_individual.data.frame>
"woverlap", # <epidist_stancode.epidist_latent_individual>
".data", # <observe_process>
".data", # <filter_obs_by_obs_time>
".data", # <filter_obs_by_ptime>
":=", # <filter_obs_by_ptime>
".data", # <add_mean_sd.lognormal_samples>
".data", # <add_mean_sd.gamma_samples>
"rlnorm", # <simulate_secondary>
".data", # <simulate_secondary>
".data", # <.replace_prior>
"prior_new", # <.replace_prior>
"source_new", # <.replace_prior>
NULL
Expand Down
2 changes: 1 addition & 1 deletion R/latent_individual.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ is_latent_individual <- function(data) {
inherits(data, "epidist_latent_individual")
}

#' Create an `epidist` custom family for the latent_individual model
#' Check if data has the `epidist_latent_individual` class
#'
#' @param data A `data.frame` containing line list data
#' @param family Output of a call to `brms::brmsfamily()`
Expand Down
27 changes: 0 additions & 27 deletions inst/scratch.R

This file was deleted.

14 changes: 3 additions & 11 deletions man/epidist_family.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/epidist_family.default.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/epidist_family.epidist_latent_individual.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f59fbf9

Please sign in to comment.