Skip to content

Commit b3aa853

Browse files
committed
Update template Rmd to match code
1 parent e2c3f71 commit b3aa853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/extdata/templates/codecheck/codecheck.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if ( !dir.exists(dest_dir) ) {
3838
dir.create(dest_dir)
3939
}
4040
41-
manifest_df = copy_manifest_files(root, manifest,
41+
manifest_df = copy_manifest_files(root, metadata,
4242
dest_dir, keep_full_path=FALSE)
4343
```
4444

@@ -52,7 +52,7 @@ latex_summary_of_metadata(metadata)
5252
```
5353

5454
```{r summary_manifest, echo=FALSE, results='asis'}
55-
latex_summary_of_manifest(metadata, manifest_df)
55+
latex_summary_of_manifest(metadata, manifest_df, root)
5656
```
5757

5858

0 commit comments

Comments
 (0)