Skip to content
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

assign_label() gives wrong message #74

Closed
jmbarbone opened this issue Jan 13, 2022 · 0 comments · Fixed by #83
Closed

assign_label() gives wrong message #74

jmbarbone opened this issue Jan 13, 2022 · 0 comments · Fixed by #83
Labels
bug 🐛 Something isn't working documentation ✏️ Improvements or additions to documentation easier 🐇 Minimal work
Milestone

Comments

@jmbarbone
Copy link
Owner

Should be "assign_labels()"

This should get deprecated anyway.

library(mark)

x <- 1
assign_label(x, 2)
#> Warning: 'assign_label' is deprecated.
#> Use 'assign_label' instead.
#> See help("Deprecated")
#> [1] 1
#> attr(,"label")
#> [1] 2

Created on 2022-01-13 by the reprex package (v2.0.1)

@jmbarbone jmbarbone added bug 🐛 Something isn't working documentation ✏️ Improvements or additions to documentation labels Jan 13, 2022
@jmbarbone jmbarbone added this to the 0.4.2 milestone Jan 14, 2022
@jmbarbone jmbarbone added the easier 🐇 Minimal work label Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working documentation ✏️ Improvements or additions to documentation easier 🐇 Minimal work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant