Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems in later R versions. #74

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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