The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The hook_numberLines
function automates line numbering on code blocks.
By default, the feature affects only source codes.
## [1] "Output lines are not numbered"
The feature can be introduced to other types of code blocks as well, i.e. output, message, warning, and error.
# After `hook_numberLines(c("source", "output"))`,
# Source lines are numbered
"Output lines are also numbered"
In order to disable the feature on selected chunks, specify the numberLines
chunk option that determines which types of code blocks need line numbers.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.