16 lines
445 B
Plaintext
Raw Normal View History

2025-01-12 00:52:51 +08:00
## 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%>)
```