Last updated on 2017-07-21 08:48:27.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 2.43 | 58.57 | 61.00 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 2.59 | 54.55 | 57.14 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 102.86 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 99.82 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 1.1 | 9.00 | 163.00 | 172.00 | NOTE | |
| r-patched-linux-x86_64 | 1.1 | 2.40 | 54.92 | 57.33 | NOTE | |
| r-patched-solaris-x86 | 1.1 | 132.20 | NOTE | |||
| r-release-linux-x86_64 | 1.1 | 2.64 | 55.17 | 57.81 | NOTE | |
| r-release-windows-ix86+x86_64 | 1.1 | 7.00 | 103.00 | 110.00 | NOTE | |
| r-release-osx-x86_64 | 1.1 | WARN | ||||
| r-oldrel-windows-ix86+x86_64 | 1.1 | 10.00 | 99.00 | 109.00 | NOTE | |
| r-oldrel-osx-x86_64 | 1.1 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
GammaDist: no visible binding for global variable ‘rgamma’
VEpowerPP: no visible global function definition for ‘qnorm’
applyStopRules: no visible global function definition for ‘qnorm’
finalLogRankTest: no visible global function definition for ‘qnorm’
finalLogRankTest: no visible global function definition for ‘pchisq’
generateDropout: no visible global function definition for ‘rexp’
generateEnrollment: no visible global function definition for ‘rpois’
generateEnrollment: no visible global function definition for ‘runif’
generateInfection: no visible global function definition for ‘rexp’
generateInfection : <anonymous>: no visible global function definition
for ‘rexp’
getAlphaPerTest: no visible global function definition for ‘uniroot’
getHarmBound: no visible global function definition for ‘dbinom’
getHarmBound: no visible global function definition for ‘write.csv’
getTreatmentAssignment : <anonymous>: no visible global function
definition for ‘runif’
getTreatmentAssignment: no visible global function definition for
‘runif’
simTrial: no visible global function definition for ‘runif’
sumTrialOneTrtArm: no visible global function definition for ‘quantile’
testVE: no visible global function definition for ‘qnorm’
Undefined global functions or variables:
dbinom pchisq qnorm quantile rexp rgamma rpois runif uniroot
write.csv
Consider adding
importFrom("stats", "dbinom", "pchisq", "qnorm", "quantile", "rexp",
"rgamma", "rpois", "runif", "uniroot")
importFrom("utils", "write.csv")
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: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'seqDesignInstructions.tex' failed.
LaTeX errors:
! LaTeX Error: File `multirow.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.8 \usepackage
[round,authoryear]{natbib}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64