Skip to content

Commit b4904aa

Browse files
Used here to try and resolve path issues to the JSON file
1 parent c7b62ce commit b4904aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-suite-report.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ knitr::kable(gen_report)
4141

4242
```{r include = FALSE}
4343
# dynamically create changed_manifests.json file based on templates list
44-
dca_config_df <- jsonlite::fromJSON("dca-template-config.json", simplifyVector = TRUE)
44+
dca_config_df <- jsonlite::fromJSON(here("dca-template-config.json"))
4545
changed_manifests_df <- dca_config_df[!(dca_config_df$schema_name %in% templates)]
4646
jsonlite::write_json(changed_manifests_df, "changed-manifests.json", pretty = TRUE, auto_unbox = TRUE)
4747
cat(getwd()) # see what the working directory is since JSON isn't being parsed

0 commit comments

Comments
 (0)