Skip to content

Commit

Permalink
Merge pull request #38 from NIVANorge/dev
Browse files Browse the repository at this point in the history
added stringr to app
  • Loading branch information
ciaran-dk authored Oct 18, 2024
2 parents a1138d8 + bd445fe commit 3c23eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ library(terra)
library(reactable)
library(htmltools)
library(shiny.router)
library(stringr)

r_colors <- rgb(t(col2rgb(colors()) / 255))
names(r_colors) <- colors()
Expand Down

0 comments on commit 3c23eb8

Please sign in to comment.