Skip to content

coerce vec items to list#3529

Merged
mattdowle merged 1 commit intomasterfrom
rbind_vec_list
Apr 30, 2019
Merged

coerce vec items to list#3529
mattdowle merged 1 commit intomasterfrom
rbind_vec_list

Conversation

@mattdowle
Copy link
Copy Markdown
Member

Closes #3528
Follow up to #3504

@mattdowle mattdowle added this to the 1.12.4 milestone Apr 30, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 30, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3529      +/-   ##
==========================================
+ Coverage   97.01%   97.01%   +<.01%     
==========================================
  Files          66       66              
  Lines       12484    12510      +26     
==========================================
+ Hits        12111    12137      +26     
  Misses        373      373
Impacted Files Coverage Δ
src/rbindlist.c 100% <100%> (ø) ⬆️
R/frank.R 100% <0%> (ø) ⬆️
R/data.table.R 97.65% <0%> (ø) ⬆️
R/setops.R 98.96% <0%> (ø) ⬆️
R/fread.R 98.6% <0%> (+0.04%) ⬆️
R/setkey.R 98.31% <0%> (+0.04%) ⬆️
R/fcast.R 90.42% <0%> (+0.1%) ⬆️
R/shift.R 96.29% <0%> (+0.14%) ⬆️
R/utils.R 91.66% <0%> (+0.17%) ⬆️
R/bmerge.R 93.22% <0%> (+0.23%) ⬆️

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 78acb70...d9ecbf1. Read the comment docs.

1 similar comment
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 30, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3529      +/-   ##
==========================================
+ Coverage   97.01%   97.01%   +<.01%     
==========================================
  Files          66       66              
  Lines       12484    12510      +26     
==========================================
+ Hits        12111    12137      +26     
  Misses        373      373
Impacted Files Coverage Δ
src/rbindlist.c 100% <100%> (ø) ⬆️
R/frank.R 100% <0%> (ø) ⬆️
R/data.table.R 97.65% <0%> (ø) ⬆️
R/setops.R 98.96% <0%> (ø) ⬆️
R/fread.R 98.6% <0%> (+0.04%) ⬆️
R/setkey.R 98.31% <0%> (+0.04%) ⬆️
R/fcast.R 90.42% <0%> (+0.1%) ⬆️
R/shift.R 96.29% <0%> (+0.14%) ⬆️
R/utils.R 91.66% <0%> (+0.17%) ⬆️
R/bmerge.R 93.22% <0%> (+0.23%) ⬆️

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 78acb70...d9ecbf1. Read the comment docs.

@mattdowle mattdowle merged commit 9296d24 into master Apr 30, 2019
@mattdowle mattdowle deleted the rbind_vec_list branch April 30, 2019 21:56
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.

rbindlist stacks list with vector incorrectly

1 participant