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

print.noted() doesn't pass ... params #67

Closed
jmbarbone opened this issue Dec 13, 2021 · 0 comments · Fixed by #68
Closed

print.noted() doesn't pass ... params #67

jmbarbone opened this issue Dec 13, 2021 · 0 comments · Fixed by #68
Labels
bug 🐛 Something isn't working enhancement 💎 Feature enhancement

Comments

@jmbarbone
Copy link
Owner

This wasn't intentional.

mark/R/note.R

Lines 101 to 107 in 6cbf8a0

print.noted <- function(x, ...) {
print_note(x)
y <- x
note(y) <- NULL
print(y)
invisible(x)
}

print(y, ...)

@jmbarbone jmbarbone added bug 🐛 Something isn't working enhancement 💎 Feature enhancement labels Dec 13, 2021
@jmbarbone jmbarbone mentioned this issue Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working enhancement 💎 Feature enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant