Commit e1045528 authored by Dorchies David's avatar Dorchies David
Browse files

ci: fix R 3.6 incompatibility because of change in the default value of StringAsFactor in R 4.0

Refs #25
Showing with 1 addition and 1 deletion
+1 -1
......@@ -56,7 +56,7 @@ GRiwrm <- function(db,
#' @export
#' @examples
#' CheckColumnTypes(
#' data.frame(string = c("A"), numeric = c(1)),
#' data.frame(string = c("A"), numeric = c(1), stringsAsFactors = FALSE),
#' list(string = "character", numeric = "double")
#' )
#'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment