-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replacing donttest with dontrun * version number to dev (and some trailing spaces) * getting ready for release - update version to 0.5.1 - add new change to news - update cran comments to reflect current update * updating the docs for the changed example * updating cran comments to reflect R versions tested
- Loading branch information
1 parent
021aa3f
commit 27bb38c
Showing
5 changed files
with
13 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: glmmboot | ||
Type: Package | ||
Title: Bootstrap Resampling for Mixed Effects and Plain Models | ||
Version: 0.5.0 | ||
Version: 0.5.1 | ||
Authors@R: person("Colman", "Humphrey", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Description: Performs bootstrap resampling for most models that update() works for. There | ||
are two primary functions: bootstrap_model() performs block resampling if random effects | ||
are present, and case resampling if not; bootstrap_ci() converts output from | ||
bootstrap model runs into confidence intervals and p-values. By default, | ||
bootstrap_model() calls bootstrap_ci(). | ||
bootstrap_model() calls bootstrap_ci(). | ||
Package motivated by Humphrey and Swingley (2018) <arXiv:1805.08670>. | ||
License: AGPL-3 | file LICENSE | ||
URL: https://github.com/ColmanHumphrey/glmmboot | ||
|
@@ -18,7 +18,7 @@ Depends: | |
R (>= 3.1) | ||
Imports: methods, | ||
stats | ||
Suggests: | ||
Suggests: | ||
glmmTMB (>= 0.2.1), | ||
testthat (>= 0.11.0), | ||
parallel (>= 3.0.0), | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.