-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Remove data.table from simulate.R * Remove data.table from postprocess.R * Remove data.table from observe.R aside from filter_obs_by_ptime * Remove data.table from roxygen in latent_individual.R * Rewrite as_latent_individual to use dplyr * Rebase * Use dplyr to subsample * Using dplyr in epidist vignette * Need to round here! * Use dplyr in epidist_diagnostics * Use dplyr in filter_obs_by_ptime * Altering creation of latent_individual to correctly work with dplyr (and uncovering bugs here that existed before) * Working through getting tests to pass * Two fixes to epidist vignette * Update FAQ vignette away from dt * Update approximate inference vignette * Remove call to arrange which creates bug (add issue for this) * Remove data.table from Imports * Rebase * Rebase * Lint * Fix to logo and improve a little * data.frame not data.table * Hexsticker fixes * Don't library data.table * Removing final uses of data.table using find in files... * Import runif * Remove another mention of data.table * Use dplyr in cmdstan check * Need to use , with data.frame * Fix to index being a factor issue * Perhaps this is needed? * Typo * Regenerate globals and namespace * Remove excess imports in line with R packages (2e) recommendations * Need higher version of R for data importing * Missed some stats:: qualifiers * Remove old test code * Somethings break when I don't import all of brms (because I'm not importing Stan). I think the saved data * Run document * Skip tests with fit on CRAN * Revert import all of brms * Resize logo
- Loading branch information
Showing
36 changed files
with
240 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.