File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
inst/extdata/templates/codecheck Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,30 @@ This code was (not) straightforward to codecheck.
61
61
62
62
# CODECHECKER notes
63
63
64
+ ``` {r git_sha, echo=FALSE}
65
+ gitInfo <- ""
66
+ if(git2r::in_repository(root)) {
67
+ gitInfo <- paste0("This check is based on the commit `", git2r::last_commit()$sha, "`.")
68
+ }
69
+ ```
70
+
64
71
The GitHub repo ...
72
+ ` r gitInfo `
65
73
Code was written in ...
66
74
I went through the following steps ...
67
75
One hard problem was ...
76
+ I added the following files ... using tools/methods ...
68
77
69
78
This took ... minutes to complete on {a large workstation, my laptop}.
70
79
80
+ ## Recommendations
81
+
82
+ I suggest to the authors to consider the following suggestions for their next publication or workflow:
83
+
84
+ - ...
85
+
86
+ (document here if any of the suggestions were taken up by the authors in the meantime - do not remove any, keep track of contributions via feedback)
87
+
71
88
\clearpage
72
89
73
90
# Manifest files
You can’t perform that action at this time.
0 commit comments