Addressing notes in CRAN submission

This commit is contained in:
Clair Blacketer 2024-02-02 13:54:24 -05:00
parent fac08dfbee
commit 96c1711507
4 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
Version: 0.2.0 Version: 0.2.0
Date: 2024-01-31 19:11:21 UTC Date: 2024-02-02 17:59:14 UTC
SHA: 55c4d7a934e0c85d64503a89326cf7454209421a SHA: fac08dfbeed89abd254890cdb626185f5c8cfda3

View File

@ -1,6 +1,6 @@
#' List CDM versions supported by this package #' 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 #' @export
listSupportedVersions <- function() { listSupportedVersions <- function() {
supportedVersions <- c("5.3", "5.4") supportedVersions <- c("5.3", "5.4")

View File

@ -5,6 +5,6 @@
# Update based on reviewer feedback # Update based on reviewer feedback
- turned off tests when environment variables are not set - turned off tests when environment variables are not set
0 errors | 0 warnings | 1 note 0 errors | 0 warnings | 0 notes

View File

@ -7,7 +7,7 @@
listSupportedVersions() listSupportedVersions()
} }
\value{ \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{ \description{
List CDM versions supported by this package List CDM versions supported by this package