Skip to content

Commit

Permalink
fix: trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Sep 22, 2021
1 parent 91b8771 commit 8a0d056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions r_package/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/inst/htmlwidgets/upsetjs.js.LICENSE.txt
doc
Meta
/vignettes/*.R
/vignettes/*.html
3 changes: 1 addition & 2 deletions r_package/R/data-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ extractCombinationsImpl <- function(df,
color = setColors[i],
type = "distinctIntersection",
elems = if (store.elems) elems else c(),
cardinality = length(elems),
setNames = setNames[i][[1]],
setNames = setNames[i][[1]], cardinality = length(elems)
),
class = "upsetjs_combination"
)
Expand Down

0 comments on commit 8a0d056

Please sign in to comment.