inst/example/bad.R

fun = function(one)
{
  one.plus.one <- oen + 1
  four <- newVar <- matrix(1:10,nrow = 2)
  four[ 1, ]
  txt <- 'hi'
  three <- two+ 1
  if(txt == 'hi') 4
  5}  
{
r-lib/lintr documentation built on Sept. 15, 2024, 4:41 a.m.