2021-08-18 18:24:45 +00:00
|
|
|
#' List CDM versions supported by this package
|
|
|
|
#'
|
2021-08-18 19:30:04 +00:00
|
|
|
#' @export
|
|
|
|
|
2021-08-18 18:24:45 +00:00
|
|
|
listSupportedVersions <- function() {
|
2021-08-18 19:30:04 +00:00
|
|
|
supportedVersions <- c("5.3", "5.4")
|
2021-08-18 18:24:45 +00:00
|
|
|
return(supportedVersions)
|
|
|
|
}
|