Last updated on 2019-04-13 01:58:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 1.85 | 24.87 | 26.72 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.35 | 19.70 | 21.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 31.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 30.11 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 7.00 | 33.00 | 40.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 1.57 | 24.63 | 26.20 | NOTE | |
r-patched-solaris-x86 | 1.1 | 45.20 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 1.11 | 23.32 | 24.43 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1 | 2.00 | 30.00 | 32.00 | NOTE | |
r-release-osx-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 2.00 | 30.00 | 32.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1 | NOTE |
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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