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

Deal with dplyr deprecation of funs(). #391

Merged
merged 2 commits into from Feb 4, 2019
Merged

Deal with dplyr deprecation of funs(). #391

merged 2 commits into from Feb 4, 2019

Conversation

michaelquinn32
Copy link
Collaborator

@michaelquinn32 michaelquinn32 commented Feb 4, 2019

Closes #369

For more info, see tidyverse/dplyr/issues/3433

@codecov-io
Copy link

codecov-io commented Feb 4, 2019

Codecov Report

Merging #391 into v2 will increase coverage by 1.8%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##               v2    #391     +/-   ##
========================================
+ Coverage   93.09%   94.9%   +1.8%     
========================================
  Files          10      10             
  Lines         478     471      -7     
========================================
+ Hits          445     447      +2     
+ Misses         33      24      -9
Impacted Files Coverage Δ
R/sfl.R 100% <100%> (ø) ⬆️
R/get_skimmers.R 100% <100%> (ø) ⬆️
R/skim_with.R 100% <100%> (+8.49%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7938de5...7726231. Read the comment docs.

Since `sfl` now wraps a list, we don't need to maintain a separate mechanic for dropping skimmers.
@elinw
Copy link
Collaborator

elinw commented Feb 4, 2019

That's lovely, will merge but I don't think this deals with the other soft deprecations ...

@elinw elinw merged commit 92df571 into v2 Feb 4, 2019
@elinw elinw deleted the v2-sfl branch February 4, 2019 12:41
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.

None yet

3 participants