Skip to content
Prev 9676 / 12125 Next

[R-pkg-devel] pkg check: SyntaxError: break must be inside loop or switch

R-under-devel via winbuilder is giving me the following note, for the
ctsem package. I have no idea what it refers to -- I chased down the
few instances of using the break function in my package and reworked
the code to get rid of them, but didn't help. Any clues, or idea why
this note is so uninformative, would be welcome...

* checking data for non-ASCII characters ... NOTE
  SyntaxError: break must be inside loop or switch
      at :2513

Cheers,
Charles