-
Notifications
You must be signed in to change notification settings - Fork 11
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
as.json no longer functioning on Cohort object in version 2.0.8 #97
Comments
This error occurred due to using a named vector as an input rather than an unnamed vector of concept IDs. Closing issue. |
glad you sorted it out, thanks for posting an issue |
Apologies for the confusion. The as.json function does appear broken after all, producing the same error provided previously (regardless of using a named or unnamed vector). Downgrading to 2.0.5 alleviates the problem for both named and unnamed vectors (though named vectors produce a faulty json down the line). If necessary, I can provide the exact code I'm using, though I am able to reproduce the error by following the user guide to the letter. |
may I ask what is name vector of concept IDs in this case? |
Hi @JetKinTanAccelteam, |
Whilst following the user guide, I came across the following error:
Downgrading to version 2.0.7 shows the problem only arises in version 2.0.8, as version 2.0.7 runs as.json as intended.
EDIT:
version 2.0.7 actually seems to present a similar issue. The problem seems to start from version 2.0.6 onward.
The text was updated successfully, but these errors were encountered: