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

Issue with R version 3.6.1 - 3.6.3 #81

Closed
henriquesposito opened this issue Feb 4, 2021 · 1 comment · Fixed by #78
Closed

Issue with R version 3.6.1 - 3.6.3 #81

henriquesposito opened this issue Feb 4, 2021 · 1 comment · Fixed by #78
Assignees

Comments

@henriquesposito
Copy link
Collaborator

Because this R version uses factor instead of character as default, this causes some functions, such as as_matrix(), to fail. There are two solutions for the issue. We can require in the description file of migraph that users have an r version that is 4.0 or above. Or, alternatively, we can make sure the functions work with both versions by adding if else statements to the functions.

@henriquesposito henriquesposito self-assigned this Feb 4, 2021
@henriquesposito
Copy link
Collaborator Author

For the time being, I have updated the R version {migraph} depends upon on the description file to R vesrions 4.0 and above.

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 a pull request may close this issue.

1 participant