Skip to content

Commit

Permalink
Merge pull request #353 from insightsengineering/cran-1.1.4
Browse files Browse the repository at this point in the history
prep for cran release
  • Loading branch information
gowerc authored May 18, 2022
2 parents 25fd7f2 + 9060385 commit 6f3d058
Show file tree
Hide file tree
Showing 8 changed files with 707 additions and 157 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
^.*\.Rcheck$

^CONTRIBUTING.md$
^local$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rbmi
Title: Reference Based Multiple Imputation
Version: 1.1.3
Version: 1.1.4
Authors@R: c(
person("Craig", "Gower-Page", email = "[email protected]", role = c("aut", "cre")),
person("Alessandro", "Noci", email = "[email protected]", role = c("aut")),
Expand Down
15 changes: 11 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# rbmi (development version)

* Updated reference urls
* No changes

# rbmi 1.1.4

* Updated urls for references in vignettes
* Fixed a bug where visit factor levels were re-constructed incorrectly in `delta_template()`
* Fixed a bug where the wrong visit was displayed in the error message for when a specific visit doesn't have any data in `draws()`
* Fixed a bug where the wrong input parameter was displayed in an error message in `simulate_data()`


# rbmi 1.1.1 & 1.1.3
* Various minor tweaks to address CRAN checks
* Otherwise no change in functionality from 1.1.0

* No change in functionality from 1.1.0
* Various minor tweaks to address CRAN checks messages

# rbmi 1.1.0

Expand Down
18 changes: 10 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Resubmission
This is a resubmission. In this version I have:
## Summary of Submission

* Fixed the clang-UBSAN error
In this version I have:

* Implemented minor bug fixes
* Cleaned up documentation

## R CMD check results

Expand All @@ -21,12 +23,12 @@ Both of the above notes are a consequence of using rstan in the package followin

## Test environments

The package was tested in the following environments (in GitHub actions):
The package was tested in the following environments:

- Ubuntu 20.04, R release
- Windows latest, R release
- Mac OS latest, R release
- Ubuntu 20.04, R devel
- Ubuntu 20.04, R release (GitHub Actions)
- Windows latest, R release (Local Machine)
- Mac OS latest, R release (Local Machine + GitHub Actions)
- Ubuntu 20.04, R devel (GitHub Actions)


## Downstream dependencies
Expand Down
222 changes: 201 additions & 21 deletions vignettes/advanced.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vignettes/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This is because pkgdown only supports ".Rmd" https://github.com/r-lib/pkgdown/issues/781


devtools::install()
devtools::install(dependencies = FALSE)


rmarkdown::render(
Expand Down
250 changes: 215 additions & 35 deletions vignettes/quickstart.html

Large diffs are not rendered by default.

354 changes: 267 additions & 87 deletions vignettes/stat_specs.html

Large diffs are not rendered by default.

0 comments on commit 6f3d058

Please sign in to comment.