Closed RobinHankin closed 2 years ago
Function clifford()
includes the lines
if (!isFALSE(getOption("warn_on_repeats")) & anyDuplicated(terms) >
0) {
warning("repeated element in terms")
}
but I am not sure how setting this option would work in the context of RStudio help files.
Installed R-4.2-0 and RStudio 2022.02.1+461, playing with the "Run examples" functionality for
rcliff()
. Find this:Looking at
rcliff
I see:I'll need to check, but it would seem that
suppressWarnings()
would be better?