Skip to content

Commit

Permalink
version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Feb 14, 2024
1 parent 702ab95 commit 6d7bd17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: unusualprofile
Title: Calculates Conditional Mahalanobis Distances
Version: 0.1.3
Version: 0.1.4
Authors@R: c(
person("W. Joel", "Schneider", , "w.joel.schneider@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8393-5316")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# unusualprofile 0.1.3 _2022-12-07_
# unusualprofile 0.1.4 _2024-02-14_

* Added `zSEE` to output list from `cond_maha`. It contains the standardized standard error of the estimate.
* Fixed bug where `SEE` slot in output lists from `cond_maha` was incorrectly reporting standardized standard error of the estimate---what what is now `zSEE`. The `SEE` slot now reports the (unstandardized) standard error of the estimate.

# unusualprofile 0.1.3 _2023-08-27_

* Minor fixes


# unusualprofile 0.1.2 _2022-12-07_

Expand Down
9 changes: 4 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
## Test environments

- local OS X install, R 4.2.2
- local OS X install, R 4.3.2
- Windows Server 2022, R-devel, 64 bit
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
- macOS 10.13.6 High Sierra, R-release, CRAN's setup
- Fedora Linux, R-devel, clang, gfortran
- win-builder R version 4.2.3 (2023-03-15 ucrt)
- win-builder R version 4.3.2 (2023-10-31 ucrt)
- win-builder R Under development (unstable) (2024-02-13 r85898 ucrt)

## R CMD check results

Duration: 28.5s
# R CMD check results ── unusualprofile 0.1.4 ────
Duration: 29.7s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

Expand Down

0 comments on commit 6d7bd17

Please sign in to comment.