Crunch-io / rcrunch

R package for interacting with the Crunch API
https://crunch.io/r/crunch/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

reconcile slide queries from rcrunch with whaam behavior #564

Closed gergness closed 3 years ago

gergness commented 3 years ago

block array categories dimension in first dimension of a slide's analysis because whaam chokes on it

allow selectCategories() in the query so users can convert cat arrays into MRs like whaam does

codecov[bot] commented 3 years ago

Codecov Report

Merging #564 (aafaf16) into master (07aed04) will increase coverage by 0.02%. The diff coverage is 96.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #564      +/-   ##
==========================================
+ Coverage   90.55%   90.57%   +0.02%     
==========================================
  Files         128      128              
  Lines        8081     8110      +29     
==========================================
+ Hits         7318     7346      +28     
- Misses        763      764       +1     
Impacted Files Coverage Δ
R/slides.R 86.75% <95.45%> (+0.63%) :arrow_up:
R/formula.R 99.39% <100.00%> (+0.01%) :arrow_up:
R/as-vector.R 94.33% <0.00%> (ø)
R/crunch-data-frame.R 97.24% <0.00%> (+0.05%) :arrow_up:
R/as-data-frame.R 94.73% <0.00%> (+0.29%) :arrow_up:

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 07aed04...aafaf16. Read the comment docs.