Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: power.transform
Title: Location and Scale Invariant Power Transformations
Version: 1.0.3
Version: 1.0.4
Authors@R:
c(
person("Alex", "Zwanenburg",
Expand Down
8 changes: 8 additions & 0 deletions R/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 1.0.4

## Changes

- Updated citation, since the manuscript was published in *Machine Learning*:
Zwanenburg, A. and Löck, S. (2026) *Location and scale-invariant power transformations for transforming data to normality*,
Machine Learning, 115(3). Available at: https://doi.org/10.1007/s10994-026-06994-3.

# Version 1.0.3

## Changes
Expand Down
19 changes: 2 additions & 17 deletions R/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
This is a new release. R CMD was run locally (windows), and using GitHub Actions
R CMD was run locally (windows), and using GitHub Actions
on Ubuntu, Mac-OS and Windows for R-latest and R-devel.

Version 1.0.3 prevents the issue leading to the error on
r-devel-linux-x86_64-fedora-gcc for 1.0.2, which was caused by an error in the
data.table package that has been fixed in data.table 1.18.0.

Additionally, R CMD was run with `_R_CHECK_DEPENDS_ONLY_ = True`


# R CMD check results

0 errors | 0 warnings | 2 notes

❯ checking CRAN incoming feasibility ... [12s] NOTE
Maintainer: 'Alex Zwanenburg <alexander.zwanenburg@nct-dresden.de>'

New submission

Package was archived on CRAN

CRAN repository db overrides:
X-CRAN-Comment: Archived on 2026-01-15 as issues were not addressed
in time.
0 errors | 0 warnings | 1 notes

❯ checking for future file timestamps ... NOTE
unable to verify current time
11 changes: 11 additions & 0 deletions R/inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bibentry(
bibtype = "Article",
title = "Location and scale-invariant power transformations for transforming data to normality",
author = c(person("Alex", "Zwanenburg"),
person("Steffen", 'L{\\"o}ck')),
journal = "Machine Learning",
year = 2026,
volume = 115,
number = 3,
doi = "10.1007/s10994-026-06994-3"
)
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ Stable versions of `power.transformation` can be installed from CRAN.

## Citation

A publication on location- and scale-invariant power transformations is forthcoming.
If you use the package, feel free to cite our [work](https://doi.org/10.1007/s10994-026-06994-3):

```
Zwanenburg, A. and Löck, S. (2026) Location and scale-invariant power transformations for transforming data to normality,
Machine Learning, 115(3). Available at: https://doi.org/10.1007/s10994-026-06994-3.
```
Loading