Skip to content

Commit

Permalink
fix error in 'changeColorsDependencies()'
Browse files Browse the repository at this point in the history
  • Loading branch information
dfriend21 committed Nov 24, 2024
1 parent 8861561 commit 1b5b957
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/changeColors.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ changeColorsDependencies <- function() {
"gradientmaps",
"0.0.1",
src = system.file("htmlwidgets/lib/gradientmaps", package = "leafem"),
package = "leafem",
script = "gradientmaps.js"
),
htmltools::htmlDependency(
"gradientmaps_r_binding",
utils::packageVersion("leafem"),
src = system.file("htmlwidgets/lib/gradientmaps", package = "leafem"),
package = "leafem",
script = "changeColors.js"
)
)
Expand Down

0 comments on commit 1b5b957

Please sign in to comment.