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

Replacement operators for firm closures #30

Closed
egnha opened this issue May 2, 2017 · 1 comment
Closed

Replacement operators for firm closures #30

egnha opened this issue May 2, 2017 · 1 comment

Comments

@egnha
Copy link
Owner

egnha commented May 2, 2017

These would accompany the component extractors firm_core(), firm_checks(), firm_args(), firm_error(). They should apply only to firm closures.

Example: Replace the (input validation) checks of one function by those of another

f <- firmly(function(x, y) NULL, ~is.numeric) 
g <- firmly(function(x, y) NULL, ~is.character)

firm_checks(f) <- firm_checks(g)
@egnha egnha closed this as completed May 11, 2017
@egnha egnha reopened this May 11, 2017
@egnha
Copy link
Owner Author

egnha commented Feb 10, 2019

Package frozen at 1.0.0.

@egnha egnha closed this as completed Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant