CRAN Package Check Results for Package waffect

Last updated on 2020-07-20 12:48:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 12.87 33.08 45.95 NOTE
r-devel-linux-x86_64-debian-gcc 1.2 9.19 26.36 35.55 NOTE
r-devel-linux-x86_64-fedora-clang 1.2 70.10 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2 56.52 NOTE
r-devel-windows-ix86+x86_64 1.2 42.00 69.00 111.00 NOTE
r-patched-linux-x86_64 1.2 9.89 33.18 43.07 NOTE
r-patched-solaris-x86 1.2 77.00 NOTE
r-release-linux-x86_64 1.2 9.99 32.77 42.76 NOTE
r-release-windows-ix86+x86_64 1.2 41.00 67.00 108.00 NOTE
r-oldrel-macos-x86_64 1.2 NOTE
r-oldrel-windows-ix86+x86_64 1.2 52.00 91.00 143.00 NOTE

Check Details

Version: 1.2
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: 'Rcpp'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.2
Check: Rd line widths
Result: NOTE
    Rd file 'waffect-package.Rd':
     \examples lines wider than 100 characters:
     ## Not run: Typical usage to simulate case/control phenotypes under H1 (in this example: 5 individuals, 2 cases, 3 controls, the probab ... [TRUNCATED]
     ## Not run: Simulation of phenotypes in the multiclass case (in this example: 4 individuals and 3 classes, 1 individual in class 1, 2 ... [TRUNCATED]
    
    Rd file 'waffect.Rd':
     \examples lines wider than 100 characters:
     ## Not run: Typical usage to simulate case/control phenotypes under H1 (in this example: 12 individuals, 7 cases, 5 controls, the proba ... [TRUNCATED]
     waffect(prob = c(0.2, 0.4, 0.9, 0.6, 0.9, 0.1, 0.4, 0.6, 0.6, 0.3, 0.8, 0.1), count=c(7,5), label=c(1,0))
     waffect(prob = c(0.2, 0.4, 0.9, 0.6, 0.9, 0.1, 0.4, 0.6, 0.6, 0.3, 0.8, 0.1), count=c(7,5), label=c(1,0))
     waffect(prob = c(0.2, 0.4, 0.9, 0.6, 0.9, 0.1, 0.4, 0.6, 0.6, 0.3, 0.8, 0.1), count=7, label=c(1,0))
     ## Not run: If prob is not specified then a constant vector of probabilities is assumed by default. This is equivalent to simulate phen ... [TRUNCATED]
    
    These lines will be truncated in the PDF 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-release-linux-x86_64

Version: 1.2
Check: compiled code
Result: NOTE
    File 'waffect/libs/waffect.so':
     Found 'rand', possibly from 'rand' (C)
     Object: 'waffect.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 1.2
Check: compiled code
Result: NOTE
    File ‘waffect/libs/waffect.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘waffect.o’
    File ‘waffect/libs/waffect.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.2
Check: compiled code
Result: NOTE
    File 'waffect/libs/i386/waffect.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'waffect.o'
    File 'waffect/libs/x64/waffect.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'waffect.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.2
Check: compiled code
Result: NOTE
    File ‘waffect/libs/waffect.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Object: ‘waffect.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-oldrel-macos-x86_64