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

Remove/deprecate the functions using constructor_spec()? #1440

Closed
maelle opened this issue Aug 13, 2024 · 1 comment
Closed

Remove/deprecate the functions using constructor_spec()? #1440

maelle opened this issue Aug 13, 2024 · 1 comment
Labels
lifecycle Deprecating old APIs

Comments

@maelle
Copy link
Contributor

maelle commented Aug 13, 2024

For instance

#' @rdname sample_pa
#' @param ... Passed to `sample_pa()`.
#' @export
pa <- function(...) constructor_spec(sample_pa, ...)

They might be used in revdeps though.

I am seeing them as I am trying to remove the embedded lazyeval.

@maelle maelle added the lifecycle Deprecating old APIs label Aug 13, 2024
@maelle
Copy link
Contributor Author

maelle commented Aug 13, 2024

ah no I get it now

@maelle maelle closed this as completed Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle Deprecating old APIs
Projects
None yet
Development

No branches or pull requests

1 participant