Skip to content

Commit

Permalink
Addressing notes in CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
clairblacketer committed Feb 2, 2024
1 parent fac08df commit 96c1711
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion R/listSupportedVersions.R
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion man/listSupportedVersions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96c1711

Please sign in to comment.