knitr::opts_chunk$set(
  comment = "#>",
  error = FALSE,
  tidy = FALSE
)

Generated R file

The first two lines of the generated R file contain a comment indicating the package version used to generate the R file, and the original source location, with a warning to not edit the generated R file by hand. The comment is in the following form:

# Generated by autofun (<package version>): do not edit by hand!!!
# Please edit source code in <path to source code>.R


samuel-rosa/autofun documentation built on May 29, 2019, 1:03 p.m.