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

Port lazy functions to rlang #92

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

lionel-
Copy link
Collaborator

@lionel- lionel- commented Nov 14, 2016

No description provided.

@codecov-io
Copy link

Current coverage is 96.94% (diff: 88.88%)

Merging #92 into master will decrease coverage by 1.36%

@@             master        #92   diff @@
==========================================
  Files            15         14     -1   
  Lines           354        327    -27   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            348        317    -31   
- Misses            6         10     +4   
  Partials          0          0          

Powered by Codecov. Last update c155c3d...1b2f6f1

@lionel-
Copy link
Collaborator Author

lionel- commented Nov 14, 2016

dplyr passes R CMD check with this branch, I'm currently running revdep_check() to check the other packages.

Copy link
Owner

@hadley hadley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a bullet in NEWS too

}
} else {
env
if (!missing(default_env)) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe need !missing(defaul_env) && !is.null(default_env) ?

@lionel-
Copy link
Collaborator Author

lionel- commented Nov 14, 2016

Needs a bullet in NEWS too

Yes I'll write the rationale for switching from promise-climbing to stack-climbing and for forking rlang from lazyeval.

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

Successfully merging this pull request may close these issues.

3 participants