CRAN Package Check Results for Maintainer ‘Alex Lewin <a.m.lewin at imperial.ac.uk>’

Last updated on 2020-08-07 01:50:11 CEST.

Package NOTE
fuzzyFDR 12
LDtests 12

Package fuzzyFDR

Current CRAN status:

Version: 1.0
Check: R code for possible problems
Result: NOTE
    fuzzyBHexact: warning in round(pvals, d = dp): partial argument match
     of 'd' to 'digits'
    fuzzyBHexact: warning in round(pprev, d = dp): partial argument match
     of 'd' to 'digits'
    fuzzyBHexact: warning in round(p.minus, d = 4): partial argument match
     of 'd' to 'digits'
    fuzzyBHexact: warning in round(p.plus, d = 4): partial argument match
     of 'd' to 'digits'
    fuzzyBHexact: warning in round(a.minus, d = 4): partial argument match
     of 'd' to 'digits'
    fuzzyBHexact: warning in round(a.plus, d = 4): partial argument match
     of 'd' to 'digits'
    fuzzyBHexact: warning in round(new.p.minus, d = 4): partial argument
     match of 'd' to 'digits'
    fuzzyBHexact: warning in round(new.p.plus, d = 4): partial argument
     match of 'd' to 'digits'
    fuzzyBHexact: warning in round(pvals, d = 4): partial argument match of
     'd' to 'digits'
    fuzzyBHexact: warning in round(pprev, d = 4): partial argument match of
     'd' to 'digits'
    fuzzyBHexact: warning in round(tau, d = 4): partial argument match of
     'd' to 'digits'
    probRejTies: no visible binding for global variable 'nn'
    Undefined global functions or variables:
     nn
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'tmp-alloc.R'
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

Package LDtests

Current CRAN status:

Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    Fisher1sided: warning in round(dp, d = 9): partial argument match of
     'd' to 'digits'
    HWE2sided.table: warning in round(xtable, d = 4): partial argument
     match of 'd' to 'digits'
    LD2sided.pvals: warning in round(dp, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.pvals: warning in round(LR, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.pvals: warning in round(rr, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.pvals: warning in round(dprime, d = 9): partial argument match
     of 'd' to 'digits'
    LD2sided.pvals: warning in round(delta2, d = 9): partial argument match
     of 'd' to 'digits'
    LD2sided.pvals: warning in round(yuleQ, d = 9): partial argument match
     of 'd' to 'digits'
    LD2sided.tables: warning in round(dp, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.tables: warning in round(LR, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.tables: warning in round(rr, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.tables: warning in round(dprime, d = 9): partial argument
     match of 'd' to 'digits'
    LD2sided.tables: warning in round(delta2, d = 9): partial argument
     match of 'd' to 'digits'
    LD2sided.tables: warning in round(yuleQ, d = 9): partial argument match
     of 'd' to 'digits'
    LD2sided.tables: warning in round(xtable, d = 3): partial argument
     match of 'd' to 'digits'
    LD2sided.tables: warning in round(ztable, d = 3): partial argument
     match of 'd' to 'digits'
    Fisher1sided: no visible global function definition for 'dhyper'
    HWE2sided: no visible global function definition for 'abline'
    HWE2sided.table: no visible global function definition for 'points'
    HWE2sided.table: no visible global function definition for 'title'
    LD2sided.pvals: no visible global function definition for 'dhyper'
    LD2sided.tables: no visible global function definition for 'dhyper'
    Undefined global functions or variables:
     abline dhyper points title
    Consider adding
     importFrom("graphics", "abline", "points", "title")
     importFrom("stats", "dhyper")
    to your NAMESPACE file.
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-macos-x86_64, r-release-windows-ix86+x86_64

Version: 1.0
Check: Rd files
Result: NOTE
    prepare_Rd: HWE2sided.Rd:15-16: Dropping empty section \details
    prepare_Rd: HWE2sided.table.Rd:17-18: Dropping empty section \details
    prepare_Rd: LD2sided.pvals.Rd:13-14: Dropping empty section \details
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    Fisher1sided: warning in round(dp, d = 9): partial argument match of
     'd' to 'digits'
    HWE2sided.table: warning in round(xtable, d = 4): partial argument
     match of 'd' to 'digits'
    LD2sided.pvals: warning in round(dp, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.pvals: warning in round(LR, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.pvals: warning in round(rr, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.pvals: warning in round(dprime, d = 9): partial argument match
     of 'd' to 'digits'
    LD2sided.pvals: warning in round(delta2, d = 9): partial argument match
     of 'd' to 'digits'
    LD2sided.pvals: warning in round(yuleQ, d = 9): partial argument match
     of 'd' to 'digits'
    LD2sided.tables: warning in round(dp, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.tables: warning in round(LR, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.tables: warning in round(rr, d = 9): partial argument match of
     'd' to 'digits'
    LD2sided.tables: warning in round(dprime, d = 9): partial argument
     match of 'd' to 'digits'
    LD2sided.tables: warning in round(delta2, d = 9): partial argument
     match of 'd' to 'digits'
    LD2sided.tables: warning in round(yuleQ, d = 9): partial argument match
     of 'd' to 'digits'
    LD2sided.tables: warning in round(xtable, d = 3): partial argument
     match of 'd' to 'digits'
    LD2sided.tables: warning in round(ztable, d = 3): partial argument
     match of 'd' to 'digits'
    Fisher1sided: no visible global function definition for ‘dhyper’
    HWE2sided: no visible global function definition for ‘plot’
    HWE2sided: no visible global function definition for ‘abline’
    HWE2sided.table: no visible global function definition for ‘plot’
    HWE2sided.table: no visible global function definition for ‘points’
    HWE2sided.table: no visible global function definition for ‘title’
    LD2sided.pvals: no visible global function definition for ‘dhyper’
    LD2sided.tables: no visible global function definition for ‘dhyper’
    Undefined global functions or variables:
     abline dhyper plot points title
    Consider adding
     importFrom("graphics", "abline", "plot", "points", "title")
     importFrom("stats", "dhyper")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64