From 96c1711507cf2a44987c3c31d71f296c9d256dc0 Mon Sep 17 00:00:00 2001 From: Clair Blacketer Date: Fri, 2 Feb 2024 13:54:24 -0500 Subject: [PATCH] Addressing notes in CRAN submission --- CRAN-SUBMISSION | 4 ++-- R/listSupportedVersions.R | 2 +- cran-comments.md | 2 +- man/listSupportedVersions.Rd | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index ee69c79..2480bb0 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 0.2.0 -Date: 2024-01-31 19:11:21 UTC -SHA: 55c4d7a934e0c85d64503a89326cf7454209421a +Date: 2024-02-02 17:59:14 UTC +SHA: fac08dfbeed89abd254890cdb626185f5c8cfda3 diff --git a/R/listSupportedVersions.R b/R/listSupportedVersions.R index 9482204..ac559e1 100644 --- a/R/listSupportedVersions.R +++ b/R/listSupportedVersions.R @@ -1,6 +1,6 @@ #' List CDM versions supported by this package #' -#' @return A character vector containing the support CDM versions in {major}.{minor} format. +#' @return A character vector containing the support CDM versions in major.minor format. #' @export listSupportedVersions <- function() { supportedVersions <- c("5.3", "5.4") diff --git a/cran-comments.md b/cran-comments.md index bf5afe1..cc11b58 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,6 +5,6 @@ # Update based on reviewer feedback - turned off tests when environment variables are not set -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 notes diff --git a/man/listSupportedVersions.Rd b/man/listSupportedVersions.Rd index 3cbe89f..c578f84 100644 --- a/man/listSupportedVersions.Rd +++ b/man/listSupportedVersions.Rd @@ -7,7 +7,7 @@ listSupportedVersions() } \value{ -A character vector containing the support CDM versions in {major}.{minor} format. +A character vector containing the support CDM versions in major.minor format. } \description{ List CDM versions supported by this package