-
Notifications
You must be signed in to change notification settings - Fork 1
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
Quickstart guide example fails #4
Comments
Thanks so much for reporting this, @mjbroerman -- and yikes 😬 ! Not a very "Quick Start" after all.. Could you please tell me what you get for |
Yes that would've been helpful to include in the first place. A bit new to this! 😅
Indeed, new to this space also and it's all quite exciting! So glad your package is a part of it! |
Thanks so much, @mjbroerman ! This seems to be a case of So, while the example given doesn't work, if the controlled vocabulary contains only entries that have a match in the data, the function operates correctly. We can see this if I subset the first level of the controlled vocabulary to only include
In the short term, if your validation checks only include stubs present in the dataset you are validating, you will not encounter this issue in practice. However, I am very glad to know about it because its clearly a problem that needs to be fixed! In the next comment, I'm going to leave myself some notes on initial research into why this is happening under the hood. Feel free to ignore the next comment because my goal is that users shouldn't have to think about that level. 🙂 |
Notes to self: In
Now in Tentatively, it looks like the right way to fix this will be something like this:
However, I need to do more research to understand:
Reprex for self:
|
Hey @mjbroerman ! This should be fixed now with the latest dev version of There's a secondary issue about filepath escaping depending on your OS. If you wish to keep using the version of
Otherwise, try reinstalling |
Hi Emily,
Lovely package. I wanted to use it for an upcoming project, and while I was kicking the tires, I hit this
Likewise when interrogating:
I'd love to find out this was my misunderstanding, thanks!
The text was updated successfully, but these errors were encountered: