CRAN Package Check Results for Package EMT

Last updated on 2020-08-07 01:49:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 2.01 27.70 29.71 NOTE
r-devel-linux-x86_64-debian-gcc 1.1 1.63 21.71 23.34 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 44.70 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 35.92 NOTE
r-devel-windows-ix86+x86_64 1.1 8.00 47.00 55.00 NOTE
r-patched-linux-x86_64 1.1 1.70 28.97 30.67 NOTE
r-patched-solaris-x86 1.1 54.20 NOTE
r-release-linux-x86_64 1.1 1.79 29.13 30.92 NOTE
r-release-macos-x86_64 1.1 NOTE
r-release-windows-ix86+x86_64 1.1 6.00 34.00 40.00 NOTE
r-oldrel-macos-x86_64 1.1 NOTE
r-oldrel-windows-ix86+x86_64 1.1 6.00 44.00 50.00 NOTE

Check Details

Version: 1.1
Check: R code for possible problems
Result: NOTE
    ExactMultinomialTest: no visible global function definition for
     'dmultinom'
    ExactMultinomialTest : <anonymous>: no visible global function
     definition for 'dmultinom'
    ExactMultinomialTestChisquare : <anonymous>: no visible global function
     definition for 'dmultinom'
    MonteCarloMultinomialTest: no visible global function definition for
     'rmultinom'
    MonteCarloMultinomialTest: no visible global function definition for
     'flush.console'
    MonteCarloMultinomialTestChisquare: no visible global function
     definition for 'rmultinom'
    MonteCarloMultinomialTestChisquare: no visible global function
     definition for 'flush.console'
    multinomial.test: no visible global function definition for
     'flush.console'
    plotMultinom: no visible global function definition for 'barplot'
    plotMultinom: no visible global function definition for 'mtext'
    Undefined global functions or variables:
     barplot dmultinom flush.console mtext rmultinom
    Consider adding
     importFrom("graphics", "barplot", "mtext")
     importFrom("stats", "dmultinom", "rmultinom")
     importFrom("utils", "flush.console")
    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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1
Check: Rd line widths
Result: NOTE
    Rd file 'EMT-internal.Rd':
     \usage lines wider than 90 characters:
     MonteCarloMultinomialTestChisquare(observed, prob, size, groups, numEvents, ntrial, atOnce)
    
    Rd file 'multinomial.test.Rd':
     \usage lines wider than 90 characters:
     multinomial.test(observed, prob, useChisq = FALSE, MonteCarlo = FALSE, ntrial = 100000, atOnce = 1000000)
     \examples lines wider than 100 characters:
     observed <- c(5,2,1) # observed data: 5 items in category one, 2 items in category two, 1 item in category three
     prob <- c(0.25, 0.5, 0.25) # model: hypothetical probability that an item falls into category one, two, or three
     ## Test the hypothesis that all sides of a dice pop up with the same probability (a 6-dimesional problem):
     prob <- c(pdice, pdice, pdice, pdice, pdice, pdice) # the model, determined by the hypothetical probabilities
     observed <- c(4, 5, 2, 7, 0, 1) # the observation consisting of 19 throws ( = sample size)
    
    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