inst/rsp_tests/ifdef.R

# RSP preprocessing variable 'DEBUG' exists.
# RSP preprocessing variable 'UNKNOWN' does not exists.

make_addition = function(a, b) {
  c=a+b
  plot(c)
  return(c)
}
HenrikBengtsson/R.rsp documentation built on Feb. 20, 2024, 9:03 p.m.