inst/tests/etc/exampleParser-1-Input.R

# Ignore this
# First comment
iga <- 5
igb <- 7

#-!Start example code

a <- 10
b <- 7
c <- a - b
  #-!print(c)
  
  # Testing indendation
  d <- a %% b
    c <- a - b

#-!print(c)  

#-!End example code

# This is again to be ignored
  igc <- iga %% igb
dkaschek/dMod documentation built on June 12, 2025, 2:50 a.m.