Last updated on 2020-12-31 00:46:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.5 | 15.24 | 172.80 | 188.04 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.5 | 11.83 | 127.03 | 138.86 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.5 | 222.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.5 | 217.66 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.5 | 33.00 | 171.00 | 204.00 | OK | |
r-patched-linux-x86_64 | 0.9.5 | 9.77 | 157.78 | 167.55 | OK | |
r-patched-solaris-x86 | 0.9.5 | 305.90 | OK | |||
r-release-linux-x86_64 | 0.9.5 | 9.42 | 156.72 | 166.14 | OK | |
r-release-macos-x86_64 | 0.9.5 | OK | ||||
r-release-windows-ix86+x86_64 | 0.9.5 | 34.00 | 198.00 | 232.00 | OK | |
r-oldrel-macos-x86_64 | 0.9.5 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.5 | 19.00 | 114.00 | 133.00 | ERROR |
Version: 0.9.5
Check: examples
Result: ERROR
Running examples in 'akc-Ex.R' failed
The error most likely occurred in:
> ### Name: doc_group
> ### Title: Construct network of documents based on keyword co-occurrence
> ### Aliases: doc_group
>
> ### ** Examples
>
> library(akc)
> bibli_data_table %>%
+ keyword_clean(id = "id",keyword = "keyword") %>%
+ doc_group(id = "id",keyword = "keyword") -> grouped_doc
Warning: `distinct_()` is deprecated as of dplyr 0.7.0.
Please use `distinct()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Warning: `tbl_df()` is deprecated as of dplyr 1.0.0.
Please use `tibble::as_tibble()` instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Error in `colnames<-`(`*tmp*`, value = c("item1", "item2", "value")) :
attempt to set 'colnames' on an object with less than two dimensions
Calls: %>% ... %>% -> tbl_df -> as_tibble -> custom_melt -> colnames<-
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.9.5
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building 'akc_vignette.Rmd' using rmarkdown
Quitting from lines 75-79 (akc_vignette.Rmd)
Error: processing vignette 'akc_vignette.Rmd' failed with diagnostics:
attempt to set 'colnames' on an object with less than two dimensions
--- failed re-building 'akc_vignette.Rmd'
--- re-building 'tutorial_raw_text.Rmd' using rmarkdown
Quitting from lines 63-65 (tutorial_raw_text.Rmd)
Error: processing vignette 'tutorial_raw_text.Rmd' failed with diagnostics:
attempt to set 'colnames' on an object with less than two dimensions
--- failed re-building 'tutorial_raw_text.Rmd'
SUMMARY: processing the following files failed:
'akc_vignette.Rmd' 'tutorial_raw_text.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64