-
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.
- Loading branch information
Showing
3 changed files
with
31 additions
and
17 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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# bootES 1.3.0 | ||
|
||
* `bootES` now rejects fractional `R` values for the number samples (#13) | ||
|
||
* `R` values of `0` are now allowed to disable sampling (#11) | ||
|
||
* Add `bootES` logo | ||
|
||
* Moved updates from `ChangeLog` to `NEWS.md` file to track changes to the | ||
package. | ||
|
||
* Update CI scripts to latest as provided by `usethis` package (#18) | ||
|
||
# bootES 1.2.1 | ||
|
||
* Convert from `RUnit` to `testthat` | ||
|
||
* Replace `cor.diff` test | ||
|
||
* Update author emails and package metadata | ||
|
||
* Add BugReports URL | ||
|
||
# bootES 1.2.0 | ||
|
||
* Fixed bug in `akp.robust.d`` | ||
|
||
* Update NAMESPACE to import from boot, graphics, and stats | ||
|
||
* Update package description to be a complete sentence. |