Skip to content

Commit b11a640

Browse files
committed
Fix CRAN issues.
1 parent e5556d6 commit b11a640

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

DESCRIPTION

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: inphr
2-
Title: Inference for Persistence Homology in R
2+
Title: Statistical Inference for Persistence Homology Data
33
Version: 0.0.1
44
Authors@R:
55
person("Aymeric", "Stamm", , "aymeric.stamm@cnrs.fr", role = c("aut", "cre"),
@@ -10,7 +10,12 @@ Description: A set of functions for performing null hypothesis testing on
1010
persistence diagrams themselves or vectorizations. In the former case, they
1111
are embedded in a metric space using either the Bottleneck or Wasserstein
1212
distance. In the former case, persistence data becomes functional data and
13-
inference is performed using tools available in the 'fdatest' package.
13+
inference is performed using tools available in the 'fdatest' package. Main
14+
reference for the interval-wise testing method: Pini A., Vantini S. (2017)
15+
"Interval-wise testing for functional data" <doi:10.1080/10485252.2017.1306627>.
16+
Main reference for inference on populations of networks: Lovato, I., Pini, A.,
17+
Stamm, A., & Vantini, S. (2020) "Model-free two-sample test for network-valued
18+
data" <doi:10.1016/j.csda.2019.106896>.
1419
License: GPL (>= 3)
1520
Encoding: UTF-8
1621
Roxygen: list(markdown = TRUE)

cran-comments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Second resubmission
2+
3+
This is a resubmission in which
4+
5+
- we modified the title to remove the redundant "in R";
6+
- we added in the Description field of the DESCRIPTION file some references to describing the methods in the package.
7+
18
## Resubmission
29

310
This is a resubmission in which we made sure to shorten example execution time on windows platforms.

0 commit comments

Comments
 (0)