CRAN Package Check Results for Package omnibus

Last updated on 2023-11-28 13:51:02 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.7 5.81 34.96 40.77 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.7 3.75 26.74 30.49 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.7 49.50 OK
r-devel-linux-x86_64-fedora-gcc 1.2.7 47.55 OK
r-devel-windows-x86_64 1.2.7 5.00 51.00 56.00 OK
r-patched-linux-x86_64 1.2.7 6.00 33.93 39.93 OK
r-release-linux-x86_64 1.2.7 4.00 33.78 37.78 OK
r-release-macos-arm64 1.2.7 21.00 OK
r-release-macos-x86_64 1.2.7 43.00 OK
r-release-windows-x86_64 1.2.7 6.00 52.00 58.00 OK
r-oldrel-macos-arm64 1.2.7 23.00 OK
r-oldrel-macos-x86_64 1.2.7 32.00 OK
r-oldrel-windows-x86_64 1.2.7 7.00 54.00 61.00 OK

Check Details

Version: 1.2.7
Check: Rd files
Result: NOTE checkRd: (-1) maxRuns.Rd:22: Lost braces; missing escapes or markup? 22 | Consider an ordered set of values, say {1, 4, 0, 0, 0, 2, 0, 10}. We can ask, what is the number of times in which zeroes appear successively? In this example, we have one set of three continuous zeros, and one set of a single zero. So the number of runs with zero is 2, and the maximum run length is 3. This function calculates the number of runs based on a certain condition for defining the run. The condition is stated as a function that returns a logical value. The function for this example would be \code{function(x) x == 0}. | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc