Last updated on 2021-04-29 10:50:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.14 | 20.69 | 22.83 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.55 | 16.37 | 17.92 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 38.21 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 27.94 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0 | 4.00 | 31.00 | 35.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0 | ERROR | ||||
r-patched-linux-x86_64 | 1.0 | 2.15 | 20.57 | 22.72 | ERROR | |
r-patched-solaris-x86 | 1.0 | 43.00 | OK | |||
r-release-linux-x86_64 | 1.0 | 2.05 | 20.04 | 22.09 | OK | |
r-release-macos-x86_64 | 1.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 32.00 | 38.00 | OK | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 27.00 | 31.00 | NOTE |
Version: 1.0
Check: examples
Result: ERROR
Running examples in 'QKPIs-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: QKPIs-package
> ### Title: Quantitative Key Performance Indicators
> ### Aliases: QKPIs-package QKPIs
>
> ### ** Examples
>
> ## For Sales metric
> df1 = data.frame(jan =c(23455, 56432, 64344), Feb = c(21145, 43213, 76433), Mar = c(2355,
+ 86432, 64344), April= c(41149, 67746, 43203), May= c(85438, 05847,6849),
+ June = c(5565,44253, 78253))
> sam(status = df1, tgoal = 54635, dtev = 1)
Error in assign("snm", c(NULL), envir = .BaseNamespaceEnv) :
cannot add binding of 'snm' to the base environment
Calls: sam -> assign
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘QKPIs-Ex.R’ failed
The error most likely occurred in:
> ### Name: QKPIs-package
> ### Title: Quantitative Key Performance Indicators
> ### Aliases: QKPIs-package QKPIs
>
> ### ** Examples
>
> ## For Sales metric
> df1 = data.frame(jan =c(23455, 56432, 64344), Feb = c(21145, 43213, 76433), Mar = c(2355,
+ 86432, 64344), April= c(41149, 67746, 43203), May= c(85438, 05847,6849),
+ June = c(5565,44253, 78253))
> sam(status = df1, tgoal = 54635, dtev = 1)
Error in assign("snm", c(NULL), envir = .BaseNamespaceEnv) :
cannot add binding of 'snm' to the base environment
Calls: sam -> assign
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-x86_64-gcc10-UCRT
Version: 1.0
Check: R code for possible problems
Result: NOTE
sam: no visible global function definition for ‘plot’
Undefined global functions or variables:
plot
Consider adding
importFrom("graphics", "plot")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64