Last updated on 2020-08-07 01:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.99 | 44.48 | 47.47 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.03 | 33.70 | 36.73 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 64.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 55.52 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 15.00 | 73.00 | 88.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 4.70 | 42.42 | 47.12 | OK | |
r-patched-solaris-x86 | 0.1.1 | 86.80 | ERROR | |||
r-release-linux-x86_64 | 0.1.1 | 4.65 | 42.24 | 46.89 | OK | |
r-release-macos-x86_64 | 0.1.1 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.1.1 | 14.00 | 55.00 | 69.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 7.00 | 61.00 | 68.00 | OK |
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘DT’ ‘ggplot2’ ‘knitr’ ‘pander’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘EpiSignalDetection-Ex.R’ failed
The error most likely occurred in:
> ### Name: runEpiSDReport
> ### Title: Run the EpiSignalDetection report (HTML markdown)
> ### Aliases: runEpiSDReport
>
> ### ** Examples
>
> #---> OR
>
> #-- First setting the parameters to run the report for
> input <- list(
+ disease = "Salmonellosis",
+ country = "Portugal",
+ indicator = "Reported cases",
+ stratification = "Confirmed cases",
+ unit = "Month",
+ daterange = c("2011-01-01", "2016-12-31"),
+ algo = "FarringtonFlexible",
+ testingperiod = 6
+ )
>
> #-- Second running the report based on the EpiSignalDetection::SignalData dataset
> #-- and store it in a temporary folder
> runEpiSDReport(input = input)
Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Execution halted
Flavors: r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64