Skip to content

Autoname-j 2#4057

Merged
mattdowle merged 2 commits intomasterfrom
autoname_j_2
Nov 18, 2019
Merged

Autoname-j 2#4057
mattdowle merged 2 commits intomasterfrom
autoname_j_2

Conversation

@mattdowle
Copy link
Copy Markdown
Member

Follow up to #3802 to pass R 3.1.0
Closes #4048 without bumping

I found a simple way to backport the R 3.2.0 feature without using a switch on version number or feature test. This avoids the complexity of more code and nocov.
Also slightly simplified the logic in data.table.R regarding autonaming to avoid a little bit of overhead, but that wasn't needed to support R 3.1.0.

@mattdowle mattdowle added this to the 1.12.7 milestone Nov 18, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 18, 2019

Codecov Report

Merging #4057 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4057      +/-   ##
=========================================
+ Coverage    99.4%   99.4%   +<.01%     
=========================================
  Files          72      72              
  Lines       13673   13674       +1     
=========================================
+ Hits        13592   13593       +1     
  Misses         81      81
Impacted Files Coverage Δ
R/data.table.R 100% <100%> (ø) ⬆️
src/wrappers.c 100% <100%> (ø) ⬆️

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 883a136...87c856c. Read the comment docs.

@mattdowle mattdowle merged commit dca83c4 into master Nov 18, 2019
@mattdowle mattdowle deleted the autoname_j_2 branch November 18, 2019 22:54
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.

Bump R dependency to R 3.2.0 ?

1 participant