Skip to content

Commit 559bb76

Browse files
Merge pull request #4 from oncoray/v1.0.2
Release V1.0.2
2 parents 1690766 + 7dfe715 commit 559bb76

62 files changed

Lines changed: 2976 additions & 2020 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ manuscript_latex/elsarticle.cls
7171
manuscript_latex/elsarticle.log
7272
/manuscript_latex/template
7373
manuscript_rmarkdown/deprecated_residual_plot.RDS
74+
manuscript_rmarkdown/raw_ecn_statistics_R2_depr.RDS
75+
manuscript_latex/sn-jnl.log
76+
manuscript_latex/manuscript.synctex.gz

R/DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: power.transform
22
Title: Location and Scale Invariant Power Transformations
3-
Version: 1.0.1
3+
Version: 1.0.2
44
Authors@R:
55
c(
66
person("Alex", "Zwanenburg",
@@ -23,7 +23,7 @@ BugReports: https://github.com/oncoray/power.transform/issues
2323
License: EUPL
2424
Encoding: UTF-8
2525
Roxygen: list(markdown = TRUE)
26-
RoxygenNote: 7.3.2
26+
RoxygenNote: 7.3.3
2727
Imports:
2828
data.table,
2929
methods,
@@ -52,6 +52,7 @@ Collate:
5252
'Utilities.R'
5353
'WeightingFunctions.R'
5454
'WeightingFunctionParameters.R'
55+
'aaa.R'
5556
'power.transform-package.R'
5657
Suggests:
5758
ggplot2 (>= 3.4.0),

R/NAMESPACE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Generated by roxygen2: do not edit by hand
22

33
export(assess_transformation)
4-
export(cn.test)
54
export(create_transformer_skeleton)
6-
export(ecn.test)
5+
export(ecn_test)
76
export(find_transformation_parameters)
87
export(get_lambda)
98
export(get_residuals)

R/NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Version 1.0.2
2+
3+
## Changes
4+
5+
- `ecn.test` was renamed to `ecn_test`. It now additionally takes `tau`, `n`,
6+
and `kappa` as arguments (see function documentation).
7+
8+
- `cn.test` was deprecated. Use `ecn_test` with `kappa = 1.0` instead.
9+
10+
- When checking if required packages are installed, `power.transform` now caches
11+
results. This prevents unnecessary look-up.
12+
113
# Version 1.0.1
214

315
## Changes

0 commit comments

Comments
 (0)