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
}

Try the tinsel package in your browser

Any scripts or data that you put into this service are public.

tinsel documentation built on May 2, 2019, 1:30 p.m.