Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyam-k committed Apr 15, 2024
1 parent e3e0a37 commit a664134
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: saeczi
Type: Package
Title: Small Area Estimation for Continuous Zero Inflated Data
Version: 0.1.2.9000
Version: 0.1.3.9000
Authors@R: c(person("Josh", "Yamamoto", role = c("aut", "cre"),
email = "joshuayamamoto5@gmail.com"),
person("Dinan", "Elsyad", role = "aut"),
Expand All @@ -16,7 +16,7 @@ Description: Provides functionality to fit a zero-inflated estimator for small a
mixed effects regression model via a two-stage modeling approach. The estimator's mean
squared error is estimated via a parametric bootstrap method. Chandra and others
(2012, <doi:10.1080/03610918.2011.598991>) introduce and describe this estimator and mean
squared error estimator. White and others (2024+, <arXiv:2402.03263>) describe the
squared error estimator. White and others (2024+, <doi:10.48550/arXiv.2402.03263>) describe the
applicability of this estimator to estimation of forest attributes and further assess the
estimator's properties.
License: MIT + file LICENSE
Expand Down
17 changes: 17 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Resubmission

This fixes a few minor bugs.

The package was tested on the following systems:

* macos-latest (release)
* windows-latest (devel)
* ubuntu-latest (devel)
* ububtu-latest (release)
* ubuntu-latest (oldrel-1)

and received

0 errors | 0 warnings | 0 notes


## Resubmission

This enhances the testing and fixes a few minor bugs

The package was tested on the following systems:
Expand Down

0 comments on commit a664134

Please sign in to comment.