-
Notifications
You must be signed in to change notification settings - Fork 0
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
Small tweaks to merge before the workshop #117
Conversation
richfitz
commented
Nov 14, 2024
- Same fix for help
- Spelling errors
- Build favicon
- Eventually update version to 0.3.0 (small change now to avoid conflicts at each rebase)
@@ -313,7 +313,7 @@ parse_compat_fix_assign_dt <- function(expr, call) { | |||
## might look. For now, this is not allowed. | |||
odin_parse_error( | |||
c("Don't assign to 'dt'", | |||
i = "'dt' is now provided to {.help dust::dust_system_create}'", | |||
i = "'dt' is now provided to {.fun dust::dust_system_create}'", | |||
x = paste( | |||
"Your odin code contains an assignment to 'dt' that we can't", | |||
"automatically migrate"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Below - {.vignette migrating}
sadly seems not clickable in RStudio (red no entry icon).
Changing to {.vignette odin2::migrating}
makes it clickable, but then gives
Error: vignette ‘migrating’ not found - I will play some more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works if you install from r-universe it seems