Last updated on 2021-02-05 15:54:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.92 | 22.55 | 24.47 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.22 | 17.79 | 19.01 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 38.94 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 29.91 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 5.00 | 33.00 | 38.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 1.84 | 21.97 | 23.81 | OK | |
r-patched-solaris-x86 | 0.1.0 | 46.70 | OK | |||
r-release-linux-x86_64 | 0.1.0 | 1.88 | 22.21 | 24.09 | OK | |
r-release-macos-x86_64 | 0.1.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.0 | 4.00 | 39.00 | 43.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 3.00 | 26.00 | 29.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘unga-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: table_unga
> ### Title: A function for cross tabulation.
> ### Aliases: table_unga
>
> ### ** Examples
>
> set.seed(123456)
> gender<-round(runif(50,1,2))
> variable_1<-round(runif(50,1,5))
> variable_2<-round(runif(50,1,5))
> variable_3<-round(runif(50,1,5))
> df<-data.frame(gender,variable_1,variable_2,variable_3)
> table_unga(5,1,gender,df)
Error in xtfrm.data.frame(x) : cannot xtfrm data frames
Calls: table_unga ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘Vignette.Rmd’ using rmarkdown
Quitting from lines 74-75 (Vignette.Rmd)
Error: processing vignette ‘Vignette.Rmd’ failed with diagnostics:
cannot xtfrm data frames
--- failed re-building ‘Vignette.Rmd’
SUMMARY: processing the following file failed:
‘Vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc