Skip to content

Commit

Permalink
Adding CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
salernos committed Dec 3, 2024
1 parent bc0b963 commit 0817a9c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^dev$
^doc$
^Meta$
^cran-comments\.md$
26 changes: 26 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Summary of new changes

* Added a `NEWS.md` file to track changes to the package.

* Added a `pkgdown` site for the package.

* `ipd()` now allows for regression through the origin with `intercept = FALSE` argument.

* `ipd()` now takes an additional argument, `na_action`, to handle missing covariate data.

* Currently supports `"na.fail"` and `"na.omit"`. Defaults to `na.fail`.

* Provides a more informative error message and lists which covariates are missing observations.

* `ipd()` now takes an additional argument, `n_t`, which denotes the (optional) size of the training set used to generate the prediction rule. Defaults to `Inf` but is necessary for the `postpi_X` methods if `n_t` < `n`, `N`, the number of labeled and unlabeled observations, respectively, in the data being analyzed.

## R CMD check results

── R CMD check results ────────────────────────────────────────────────────────────────────────────────── ipd 0.1.3 ────
Duration: 3m 51.3s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

## Downstream dependencies

character(0)

0 comments on commit 0817a9c

Please sign in to comment.