Skip to content

problems in later R versions. #74

Open
glilienthal wants to merge 3 commits intomunichrocker:masterfrom
glilienthal:master
Open

problems in later R versions. #74
glilienthal wants to merge 3 commits intomunichrocker:masterfrom
glilienthal:master

Conversation

@glilienthal
Copy link

@glilienthal glilienthal commented Nov 16, 2024

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.

Checks whether the R Version is 4.0.0 or older, otherwise dow not run default.StringAsFactors()
and another instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant