Skip to content

Commit

Permalink
chore: style viztest script
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 23, 2023
1 parent a15bb9a commit 3182048
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions scripts/viztest.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ remotes::install_github("schloerke/viztest")

# compare to leaflet.js v0.7.x
# viztest::viztest(".", "rstudio/leaflet@d489e2c", resize = FALSE, stomp = TRUE)
viztest::viztest(".", "leaflet", output_dir = paste("../viztest",
devtools::as.package(".")$package, devtools::as.package(".")$version, sep = "-"), resize = FALSE, stomp = TRUE)
viztest::viztest(
".",
"leaflet",
output_dir = paste(
"../viztest",
devtools::as.package(".")$package,
devtools::as.package(".")$version,
sep = "-"
),
resize = FALSE,
stomp = TRUE
)

# viztest::viztest(".", "rstudio/leaflet", resize = FALSE, stomp = TRUE, skip_old = TRUE)

0 comments on commit 3182048

Please sign in to comment.