Skip to content

Commit

Permalink
Update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Mar 18, 2024
1 parent c25632c commit a8bd7a3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions vignettes/articles/downloads.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ reactable(
),
paginationType = "jump",
elementId = "cran-dwn",
defaultPageSize = 25,
columns <- list(
package = colDef(
cell = function(value) {
Expand All @@ -231,8 +230,7 @@ reactable(
},
align = "left",
sticky = "left",
rowHeader = TRUE,
minWidth = 220
rowHeader = TRUE
),
"daily avg." = colDef(
format = colFormat(separators = TRUE),
Expand Down Expand Up @@ -316,7 +314,6 @@ reactable(
),
paginationType = "jump",
elementId = "posit-dwn",
defaultPageSize = 25,
columns = list(
package = colDef(
cell = function(value) {
Expand All @@ -327,8 +324,7 @@ reactable(
},
align = "left",
sticky = "left",
rowHeader = TRUE,
minWidth = 220
rowHeader = TRUE
),
"Downloads (Last month)" = colDef(format = colFormat(separators = TRUE))
)
Expand Down

0 comments on commit a8bd7a3

Please sign in to comment.