tests/testfiles/missing-definitions.R

#. timer
f <- function() {
  cat('Hello, world!\n')
}

#' Roxygen!
#'
#' ignore me
#'
g <- function() {
  #. confusion
  5:1
}

#. per_centum
h <- function() {
  0.30 * 1.01
}
nteetor/tinsel documentation built on May 24, 2019, 9:56 a.m.