Skip to content

Commit ddb5614

Browse files
committed
Prepearing for CRAN submission
1 parent b27e465 commit ddb5614

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
^\.venv$
33
^LICENSE\.md$
44
^\.github$
5+
^cran-comments\.md$

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ Authors@R:
55
person("Matthew T.", "Warkentin", , "matthew.warkentin@ucalgary.ca", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-8730-3511"))
77
Description: An implementation of the INTEGRAL-Radiomics pulmonary nodule malignancy prediction model.
8-
The package enables standardized preprocessing, radiomic feature extraction, and malignancy risk
8+
The package enables standardized preprocessing, radiomics feature extraction, and malignancy risk
99
prediction for pulmonary nodules detected on computed tomography (CT) imaging. It is designed to
1010
support reproducible research for radiomics-based lung cancer risk assessment workflows. The
11-
INTEGRAL-Radiomics model was originally described in https://doi.org/10.1136/thorax-2023-220226
12-
(PMID: 38195644).
11+
INTEGRAL-Radiomics model was originally described in <doi:10.1136/thorax-2023-220226> (PMID: 38195644).
1312
License: MIT + file LICENSE
1413
Encoding: UTF-8
1514
Roxygen: list(markdown = TRUE)

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## R CMD check results
2+
3+
0 errors | 0 warnings | 1 note
4+
5+
* This is a new release.

man/integralrad-package.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)