Skip to content
Snippets Groups Projects
Verified Commit 3cc3fe94 authored by jens.preussner's avatar jens.preussner :ghost:
Browse files

Fixed bug; Removed suggested package from testing environment

parent f26eba96
No related branches found
No related tags found
No related merge requests found
Pipeline #105019 passed
......@@ -3,5 +3,4 @@ r-base
r-flexdashboard
r-knitr
r-yaml
r-highcharter
zip
\ No newline at end of file
......@@ -21,7 +21,7 @@ add_vis_object <- function(report, object, package, page = "default", title = NU
component_id <- paste0("obj_", stringi::stri_rand_strings(1, 6))
# Save plot as RDS
saveRDS(object, file = file.path(report@workdir, "envs", paste0(component_id, ".rds")))
saveRDS(object, file = file.path(report@datadir, paste0(component_id, ".rds")))
# Expand template
timestamp <- Sys.time()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment