Skip to content

Commit

Permalink
Try to fix GH action by using openxlsx function
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Jan 9, 2025
1 parent 822e47b commit 18d9c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Suggests:
kwb.dwd,
kwb.python,
plotly,
openxlsx,
reticulate,
rmarkdown,
soilDB
Expand Down
2 changes: 1 addition & 1 deletion vignettes/modelling_scenarios.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ provide_soil_columns <- function(path)
{
`%>%` <- magrittr::`%>%`
x <- kwb.db::hsGetTable(path, "my_results2", stringsAsFactors = FALSE) %>%
x <- openxlsx::read.xlsx(path, namedRegion = "my_results2") %>%
janitor::clean_names() %>%
dplyr::mutate(substanz_name = stringr::str_trim(substanz_name),
half_life_days = dplyr::case_when(
Expand Down

0 comments on commit 18d9c75

Please sign in to comment.