Check that while (TRUE) is not used for infinite loops. While this is valid
R code, using repeat {} is more explicit.
See also
linters for a complete list of linters available in lintr.
Check that while (TRUE) is not used for infinite loops. While this is valid
R code, using repeat {} is more explicit.
linters for a complete list of linters available in lintr.