Skip to content

Commit 806058a

Browse files
committed
still tweaks to Description field
1 parent 343dc7f commit 806058a

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Maintainer: Joonas Miettinen <joonas.miettinen@cancer.fi>
77
Description: Enables computation of epidemiological statistics where e.g.
88
counts or mortality rates of the reference population are used. Currently
99
supported: excess hazard models, rates, mean survival times, relative
10-
survival, and standardized incidence / mortality ratios (SIRs/SMRs),
10+
survival, as well as standardized incidence and mortality ratios (SIRs/SMRs),
1111
all of which can be easily adjusted for e.g. age.
1212
Fast splitting and aggregation of 'Lexis' objects (from package 'Epi')
1313
and other computations achieved using 'data.table'.

cran-comments.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11

22
# popEpi CRAN upload, v.0.4.1
33

4-
## Checked on:
4+
## Checked on R-hub:
5+
* Fedora Linux, R-devel, clang, gfortran
6+
* Windows Server 2008 R2 SP1, R-oldrel, 32/64 bit
7+
* Ubuntu Linux 16.04 LTS, R-release, GCC (R 3.2.2)
8+
9+
## Other checks:
510
* http://win-builder.r-project.org/, R 3.3.2 & R-devel
611
* Windows 7, R 3.3.2
712
* Ubuntu 16.04, R 3.3.2
813
* Travis-CI.org: Ubuntu 12.04, R 3.3.2
914

1015
## Checking results
1116

12-
Finished with `Status: OK` with no `WARNING`s nor `ERROR`s. Got `NOTE` about maintainer email for CRAN maintainers, and this `NOTE` from R-devel:
17+
Finished with `Status: OK` with no `WARNING`s nor `ERROR`s. Only got this `NOTE` from R-devel:
1318

1419
```
15-
Possibly mis-spelled words in DESCRIPTION:
16-
Epi (7:356)
17-
SIRs (7:233)
18-
SMRs (7:238)
20+
* checking CRAN incoming feasibility ... NOTE
21+
Maintainer: 'Joonas Miettinen <joonas.miettinen@cancer.fi>'
1922
```
2023

21-
The words are not mis-spelled.
22-
2324
## Re-submission notes
2425

2526
In our previous submission, non-English words in the Description field were asked to be single-quoted, and abbreviations explained. The previous text was
@@ -28,5 +29,10 @@ In our previous submission, non-English words in the Description field were aske
2829
2930
and the new text is
3031

31-
> Enables computation of epidemiological statistics where e.g. counts or mortality rates of the reference population are used. Currently supported: excess hazard models, rates, mean survival times, relative survival, and standardized incidence / mortality ratios (SIRs/SMRs), all of which can be easily adjusted for e.g. age. Fast splitting and aggregation of 'Lexis' objects (from package 'Epi') and other computations achieved using 'data.table'.
32-
32+
> Enables computation of epidemiological statistics where e.g.
33+
counts or mortality rates of the reference population are used. Currently
34+
supported: excess hazard models, rates, mean survival times, relative
35+
survival, as well as standardized incidence and mortality ratios (SIRs/SMRs),
36+
all of which can be easily adjusted for e.g. age.
37+
Fast splitting and aggregation of 'Lexis' objects (from package 'Epi')
38+
and other computations achieved using 'data.table'.

0 commit comments

Comments
 (0)