DatawRappr icon indicating copy to clipboard operation
DatawRappr copied to clipboard

problems in later R versions.

Open glilienthal opened this issue 1 year ago • 0 comments

I hope this fixes the error I received when running the following in R 4.4.0.

dw_list_charts()

Error in default.stringsAsFactors() : 'default.stringsAsFactors' is defunct. Use 'stringsAsFactors = FALSE' instead. See help("Defunct")

However, running this I get

dw_list_charts()

Error in (function (..., deparse.level = 1, make.row.names = TRUE, stringsAsFactors = FALSE, : invalid list argument: all variables should have the same length

I still send the pull request, as it might help.

glilienthal avatar Nov 16 '24 18:11 glilienthal