Skip to content

Commit 3ac911b

Browse files
authored
CRAN release v0.1.0
1 parent 7d1a793 commit 3ac911b

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Package: readmission
22
Title: Hospital Readmission Data for Patients with Diabetes
3-
Version: 0.0.3
3+
Version: 0.1.0
44
Authors@R:
55
person("Simon", "Couch", , "simonpatrickcouch@gmail.com", role = c("aut", "cre"))
6-
Description: Clinical care data from 130 U.S. hospitals in years 1999-2008.
6+
Description: Clinical care data from 130 U.S. hospitals in the years 1999-2008
7+
adapted from the study Strack et al. (2014) <doi:10.1155/2014/781670>.
78
Each row describes an "encounter" with a patient with diabetes, including
89
variables on demographics, medications, patient history, diagnostics,
910
payment, and readmission.

R/readmission.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#'
6060
#' Weerts, H., Dudík M., Edgar, R., Jalali, A., Lutz, R., & Madaio, M. 2023.
6161
#' Fairlearn: Assessing and Improving Fairness of AI Systems. Journal of
62-
#' Machine Learning Research, 24(257):18.
62+
#' Machine Learning Research, 24(257):1-8.
6363
#'
6464
#' @examples
6565
#'

cran-comments.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
## R CMD check results
1+
This is a resubmission of an initial release. The first submission review
2+
comments requested:
23

3-
0 errors | 0 warnings | 1 note
4+
* References to sources also be added to the package DESCRIPTION, and
5+
* A re-wording of a sentence in the package DESCRIPTION.
46

5-
* This is a new release.
7+
Both comments have been addressed. Adding the requested reference introduced
8+
the NOTE:
9+
10+
```
11+
Possibly misspelled words in DESCRIPTION:
12+
Strack (7:28)
13+
al (7:38)
14+
et (7:35)
15+
```
16+
17+
The noted words are spelled as intended.
18+
19+
Otherwise, the package checks are free of ERRORs, WARNINGs, and NOTEs.

man/readmission.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)