packrat/lib/x86_64-pc-linux-gnu/3.2.3/evaluate/tests/testthat/example-1.r

# These test cases check that interweave
# works for a variety of situations

a <- 1  # Comment after an expression
b <- 2

{
  a
  b
}

# Here is a comment which should be followed
# by two new lines

{
  print(a)  # comment in a block
  print(b)
}

a; b

a; b # Comment
etsakl/DasyMapR documentation built on May 16, 2019, 9:07 a.m.