CRAN Package Check Results for Package rv

Last updated on 2018-06-17 19:49:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.2 5.10 47.17 52.27 ERROR
r-devel-linux-x86_64-debian-gcc 2.3.2 3.95 36.62 40.57 ERROR
r-devel-linux-x86_64-fedora-clang 2.3.2 68.41 NOTE
r-devel-linux-x86_64-fedora-gcc 2.3.2 64.12 NOTE
r-devel-windows-ix86+x86_64 2.3.2 13.00 66.00 79.00 NOTE
r-patched-linux-x86_64 2.3.2 4.56 46.39 50.95 ERROR
r-patched-solaris-x86 2.3.2 82.20 NOTE
r-release-linux-x86_64 2.3.2 4.93 45.99 50.92 ERROR
r-release-windows-ix86+x86_64 2.3.2 14.00 59.00 73.00 NOTE
r-release-osx-x86_64 2.3.2 NOTE
r-oldrel-windows-ix86+x86_64 2.3.2 6.00 64.00 70.00 NOTE
r-oldrel-osx-x86_64 2.3.2 OK

Check Details

Version: 2.3.2
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     [.rv [.rvfactor [.rvsummary [<-.rv [<-.rvsummary cbind.rv rbind.rv
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 2.3.2
Check: Rd \usage sections
Result: NOTE
    S3 methods shown with full name in documentation object 'cbind.rv':
     ‘cbind.rv’ ‘rbind.rv’
    
    The \usage entries for S3 methods should use the \method markup and not
    their full name.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64

Version: 2.3.2
Check: examples
Result: ERROR
    Running examples in ‘rv-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: rvdiscrete
    > ### Title: Generate Random Vectors from a Discrete Sampling Model
    > ### Aliases: rvdiscrete
    > ### Keywords: classes
    >
    > ### ** Examples
    >
    > # 8 people draw a number each from 1..10 with replacement.
    > # What is the probability that the highest number of the eight is "10"?
    > u <- rvdiscrete(n=8, x=1:10) # 8 iid variables from the discrete uniform 1:10.
    > Pr(max(u)==10)
    [1] 0.58
    > # What is the probability that the person with the 3rd smallest number
    > # has at least "3"?
    > s <- sort(u) # order distribution
    > Pr(s[3]>=3)
    Error in is.rv(x) : (list) object cannot be coerced to type 'double'
    Calls: Pr -> is.logical.rv -> is.rv
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.3.2
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Loading required package: parallel
    
    Error: processing vignette ‘rv-doc.Rnw’ failed with diagnostics:
     chunk 11
    Error in -x[1] : invalid argument to unary operator
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64