Skip to content

Commit

Permalink
Merge pull request #342 from DeclareDesign/cran-patch
Browse files Browse the repository at this point in the history
cran patch
  • Loading branch information
graemeblair authored Mar 23, 2020
2 parents a4bfb48 + 5ed9a63 commit d90e147
Show file tree
Hide file tree
Showing 22 changed files with 172 additions and 58 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: estimatr
Type: Package
Title: Fast Estimators for Design-Based Inference
Version: 0.20.0
Version: 0.22.0
Authors@R: c(person("Graeme", "Blair", email = "[email protected]", role = c("aut", "cre")),
person("Jasper", "Cooper", email = "[email protected]", role = c("aut")),
person("Alexander", "Coppock", email = "[email protected]", role = c("aut")),
Expand All @@ -23,7 +23,7 @@ Imports:
rlang (>= 0.2.0)
LinkingTo: Rcpp, RcppEigen
Encoding: UTF-8
RoxygenNote: 6.1.1
RoxygenNote: 7.1.0
LazyData: true
Suggests:
fabricatr (>= 0.10.0),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# estimatr 0.20.0 (CRAN)
# estimatr 0.22.0

* Bug fixes

# estimatr 0.20.0

* Added support for `emmeans` (thanks @rvlenth)!
* Fixed bug when estimating `diagnostics` in `iv_robust()` without explicitly specifying `se_type` (issue #310)
Expand Down
2 changes: 2 additions & 0 deletions R/estimatr.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#' estimatr
#'
#' @description Fast procedures for small set of commonly-used, design-appropriate estimators with robust standard errors and confidence intervals. Includes estimators for linear regression, instrumental variables regression, difference-in-means, Horvitz-Thompson estimation, and regression improving precision of experimental estimates by interacting treatment with centered pre-treatment covariates introduced by Lin (2013) <doi:10.1214/12-AOAS583>.
#'
#' @docType package
#' @useDynLib estimatr, .registration = TRUE
#' @importFrom Rcpp evalCpp
Expand Down
1 change: 0 additions & 1 deletion R/helper_na_omit_detailed.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#' Extra logging on na.omit handler
#'
#' @param object a data.frame
#' @param ... unused
#'
#' @return a normal \code{omit} object, with the extra attribute \code{why_omit},
#' which contains the leftmost column containing an NA for each row that was dropped, by
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Submission

We are resubmitting a small update, `estimatr 0.20.0`, with bug fixes and the addition of a small new feature.

We have now fixed issues related to Solaris builds, MKL, and OpenBLAS. Apologies for the back and forth.
This small patch addresses errors on CRAN related to changes in stringsAsFactor and we think resolves all issues.

Thank you for your time reviewing the submission.

Expand All @@ -11,6 +9,7 @@ Thank you for your time reviewing the submission.
* ubuntu on travis-ci (devel, release, oldrel)
* OS X on travis-ci (release, oldrel)
* win-builder (devel, release, oldrel)
* rhub (including Solaris)

## R CMD check results

Expand Down
6 changes: 4 additions & 2 deletions man/alo_star_men.Rd

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

3 changes: 1 addition & 2 deletions man/commarobust.Rd

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

8 changes: 6 additions & 2 deletions man/declaration_to_condition_pr_mat.Rd

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

16 changes: 13 additions & 3 deletions man/difference_in_means.Rd

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

3 changes: 1 addition & 2 deletions man/estimatr.Rd

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

44 changes: 35 additions & 9 deletions man/extract.lm_robust.Rd

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

22 changes: 17 additions & 5 deletions man/horvitz_thompson.Rd

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

17 changes: 14 additions & 3 deletions man/iv_robust.Rd

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

3 changes: 1 addition & 2 deletions man/lh_robust.Rd

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

16 changes: 13 additions & 3 deletions man/lm_lin.Rd

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

16 changes: 13 additions & 3 deletions man/lm_robust.Rd

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

21 changes: 17 additions & 4 deletions man/lm_robust_fit.Rd

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

2 changes: 0 additions & 2 deletions man/na.omit_detailed.data.frame.Rd

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

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

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

9 changes: 7 additions & 2 deletions man/starprep.Rd

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

Loading

0 comments on commit d90e147

Please sign in to comment.