commit | e7b1945c5d542feed48254914f39b4086b6e1b49 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri May 31 14:43:10 2024 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri May 31 14:43:10 2024 +0200 |
tree | 5f3974540bb450758b8d68dd4b4611078926d9c7 | |
parent | a39d0cc66078e613cc225d8e24cbc29a9a00feda [diff] |
Fix CI build Change-Id: I94958f7b7409732b6ab172908996eacb04d25c8f
diff --git a/R/utils.R b/R/utils.R index dba1921..ddd11a1 100644 --- a/R/utils.R +++ b/R/utils.R
@@ -1,7 +1,7 @@ # Most here is from thesisdown for the posterdown_pdf option find_file <- function(template, file) { template <- system.file("rmarkdown", "templates", template, file, - package = "posterdown") + package = "posterdown.ids") if (template == "") { stop("Couldn't find template file ", template, "/", file, call. = FALSE) }