Skip to content

Commit

Permalink
Merge pull request #48 from RMI-PACTA/remove-js-translation-import
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Jan 9, 2025
2 parents 940f429 + 6a9cb7d commit 2d4bf64
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 850 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: workflow.pacta.dashboard
Title: Run PACTA dashboard JSON generation
Version: 0.0.0.9010
Version: 0.0.0.9011
Authors@R:
c(person(given = "Alex",
family = "Axthelm",
Expand Down
4 changes: 0 additions & 4 deletions R/prepare_pacta_dashboard_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ header_dictionary <- readr::read_csv(
col_types = readr::cols()
)

js_translations <- jsonlite::fromJSON(
txt = system.file("extdata/translation/js_labels.json", package = "workflow.pacta.dashboard")
)

sector_order <- readr::read_csv(
system.file("extdata/sector_order/sector_order.csv", package = "workflow.pacta.dashboard"),
col_types = readr::cols()
Expand Down
Loading

0 comments on commit 2d4bf64

Please sign in to comment.