-
Notifications
You must be signed in to change notification settings - Fork 143
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
"type_sum not exported" error on Windows with R 3.6 #1378
Comments
Thanks. Does this come from Lines 474 to 482 in 22fe9e9
|
Maybe We ran into similar issues before when |
Hopefully the attached commit fixes this. I'll also try to send a patch for base R when I get the time. |
I'm seeing a repeat of r-lib/pillar#462 but very specifically just on Windows with R 3.6.3. I've traced it to
rlang::abort()
, which callspillar::type_sum()
insiderlang:::trace_back()
. I understand rlang and pillar are quite entangled in this area, so please let me know if I should move this issue to or open a complementary issue in rlang.https://github.com/rstudio/learnr/runs/5521901016?check_suite_focus=true#step:7:210
Here's a concise summary of the session info in the runner.
The text was updated successfully, but these errors were encountered: