Addressing notes in CRAN submission
This commit is contained in:
parent
fac08dfbee
commit
96c1711507
|
@ -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
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue