-
Notifications
You must be signed in to change notification settings - Fork 114
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
add recipes 1.1.0 post #697
Conversation
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.
Super stoked for this release to hit CRAN! :)
The word "specify" feels like it's used rather loosely in this post. Does that refer specifically to a call to recipe()
, or any calls to functions that happen before prep()
?
In general, tidyteam authors end the last sentence or clause before a code block with .
or :
, with some variation between authors. This post uses .
, ;
, ,
, or no punctuation at all rather freely. Could you standardize that approach here?
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.
Cookies!!!😍🍪
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.
These are some cool new features!
prep() | ||
|
||
rec_spec %>% | ||
bake(data_unseen) |
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.
The resulting warning has a stray \
in it, before the word before
:
#> Warning: ! There are new levels in
x
: "c".
#> ℹ Consider using step_novel() (?recipes::step_novel()
) \ before
#>step_dummy()
to handle unseen values.
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.
fixed in tidymodels/recipes#1346
cheating and rendering with that version to avoid this
Co-authored-by: Simon P. Couch <[email protected]> Co-authored-by: Hannah Frick <[email protected]>
Preview: https://deploy-preview-697--tidyverse-org.netlify.app/blog/2024/07/recipes-1-1-0/
Expected to go out around july 1st