We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c3f71 commit b3aa853Copy full SHA for b3aa853
inst/extdata/templates/codecheck/codecheck.Rmd
@@ -38,7 +38,7 @@ if ( !dir.exists(dest_dir) ) {
38
dir.create(dest_dir)
39
}
40
41
-manifest_df = copy_manifest_files(root, manifest,
+manifest_df = copy_manifest_files(root, metadata,
42
dest_dir, keep_full_path=FALSE)
43
```
44
@@ -52,7 +52,7 @@ latex_summary_of_metadata(metadata)
52
53
54
```{r summary_manifest, echo=FALSE, results='asis'}
55
-latex_summary_of_manifest(metadata, manifest_df)
+latex_summary_of_manifest(metadata, manifest_df, root)
56
57
58
0 commit comments