-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error : 'vec_dim' is not an exported object from 'namespace:vctrs' #25
Comments
What is your `sessionInfo()` after `library(roadoi)` on a fresh session please?
…On Tue, 15 Oct 2019 at 17:22, Markus Skyttner ***@***.***> wrote:
I ran into this issue after installing the package today and running this example code from the Vignette:
library(roadoi) roadoi::oadoi_fetch(dois = c("10.1186/s12864-016-2566-9", "10.1103/physreve.88.012814"), email = ***@***.***")
Maybe the vctrs:::vec_dim() used to be exported from that namespace but is no longer?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
Found this, it might be related Seems there the solution was to update pillar, not sure if that is relevant but |
In a fresh R session, I can now run that code from the Vignette, with |
Great, glad it works for you!
…On Tue, 15 Oct 2019 at 18:35, Markus Skyttner ***@***.***> wrote:
In a fresh R session, I can now run that code from the Vignette, with
pillar_1.4.2 installed, without getting the error.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25?email_source=notifications&email_token=AAM7YRRAKJANGXPROZRUQ6DQOXWMDA5CNFSM4JA6HQP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBJNPXQ#issuecomment-542300126>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM7YRXBVUJZDBW6WWSCXM3QOXWMDANCNFSM4JA6HQPQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into this issue after installing the package today and running this example code from the Vignette:
Maybe the
vctrs:::vec_dim()
used to be exported from that namespace but is no longer?The text was updated successfully, but these errors were encountered: