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

Supporting adding request headers to fload #60

Merged
merged 4 commits into from
Dec 9, 2020

Conversation

eddelbuettel
Copy link
Owner

Minor addition but review would be nice just to make sure we agree on style and naming, I don't want to rush it only to come back in a bit and go what were we thinking? ..., The functionality is lovely.

One related thought that came up: Running the request that drove this (for a market data 'quote' request from https://tiingo.com) reveals that resulting order in the returned object may be random. Which sucks for stacking or rbind-ing data. Shall we add an option to may simply order columns by name? Or is this a 'best left to user' issue? data.table has an easy setcolorder that is already cheap so I could live with that too, but it seems user-unfriendly at a glance...

@codecov
Copy link

codecov bot commented Dec 5, 2020

Codecov Report

Merging #60 (e9f1a4a) into master (237449d) will increase coverage by 9.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   87.11%   96.13%   +9.02%     
==========================================
  Files           4       18      +14     
  Lines         194     1372    +1178     
==========================================
+ Hits          169     1319    +1150     
- Misses         25       53      +28     
Impacted Files Coverage Δ
R/fload.R 100.00% <100.00%> (ø)
R/utils.R 60.00% <100.00%> (+3.63%) ⬆️
inst/include/RcppSimdJson/deserialize/matrix.hpp 100.00% <0.00%> (ø)
...t/include/RcppSimdJson/deserialize/Type_Doctor.hpp 100.00% <0.00%> (ø)
src/internal-utils.cpp 100.00% <0.00%> (ø)
inst/include/RcppSimdJson/common.hpp 100.00% <0.00%> (ø)
src/rcppsimdjson_utils_check.cpp 100.00% <0.00%> (ø)
inst/include/RcppSimdJson/utils.hpp 98.71% <0.00%> (ø)
inst/include/RcppSimdJson/deserialize/vector.hpp 96.42% <0.00%> (ø)
inst/include/RcppSimdJson/deserialize.hpp 91.74% <0.00%> (ø)
... and 6 more

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 237449d...e9f1a4a. Read the comment docs.

@eddelbuettel eddelbuettel merged commit a851688 into master Dec 9, 2020
@eddelbuettel eddelbuettel deleted the feature/request_header branch December 9, 2020 13:25
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

1 participant