16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
|
## Appendix
|
||
|
|
||
|
### Session information
|
||
|
```r
|
||
|
<% print(sessionInfo()) %>
|
||
|
```
|
||
|
Total processing time was <%=rspDuration <- round(Sys.time()-rspStartTime, digits=2)%> <%=attr(rspDuration, "units")%>.
|
||
|
|
||
|
|
||
|
### Reproducibility
|
||
|
To reproduce this report, do:
|
||
|
```r
|
||
|
<%@ifeq fcnname=""%><%@string fcnname="${colname}"%><%@endif%>
|
||
|
html <- matrixStats:::benchmark('<%@string name="fcnname"%>'<%@ifneq fcntags=""%>, tags='<%@string name="fcntags"%>'<%@endif%>)
|
||
|
```
|