Last updated on 2021-04-25 06:48:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.22 | 54.94 | 59.16 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.27 | 49.07 | 53.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 86.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 81.84 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 10.00 | 84.00 | 94.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 0.1.1 | ERROR | ||||
r-patched-linux-x86_64 | 0.1.1 | 6.13 | 56.36 | 62.49 | ERROR | |
r-patched-solaris-x86 | 0.1.1 | 100.10 | OK | |||
r-release-linux-x86_64 | 0.1.1 | 4.74 | 61.38 | 66.12 | OK | |
r-release-macos-x86_64 | 0.1.1 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.1 | 10.00 | 71.00 | 81.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 8.00 | 83.00 | 91.00 | OK |
Version: 0.1.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'rENA'
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in 'rock-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: parsed_sources_to_ena_network
> ### Title: Create an ENA network out of one or more parsed sources
> ### Aliases: parsed_sources_to_ena_network
>
> ### ** Examples
>
> ### Get path to example source
> examplePath <-
+ system.file("extdata", package="rock");
>
> ### Parse all example sources in that directory
> parsedExamples <- rock::parse_sources(examplePath);
>
> ### Add something to indicate which units belong together; normally,
> ### these would probably be indicated using one of the identifier,
> ### for example the stanza identifiers, the sid's
> nChunks <- nrow(parsedExamples$mergedSourceDf) %/% 10;
> parsedExamples$mergedSourceDf$units <-
+ c(rep(1:nChunks, each=10), rep(max(nChunks), nrow(parsedExamples$mergedSourceDf) - (10*nChunks)));
>
> ### Generate ENA plot
> enaPlot <-
+ rock::parsed_sources_to_ena_network(parsedExamples,
+ unitCols='units');
Error: To create ENA networks, the "rENA" package is required. Please install it using `install.packages('rENA');`.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 0.1.1
Check: package dependencies
Result: ERROR
Packages required but not available:
'data.tree', 'dplyr', 'DiagrammeR', 'glue', 'purrr', 'yum'
Packages suggested but not available for checking:
'covr', 'knitr', 'rENA', 'rmarkdown', 'testthat'
VignetteBuilder package required for checking but not installed: 'knitr'
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
Flavor: r-devel-windows-x86_64-gcc10-UCRT
Version: 0.1.1
Check: Rd cross-references
Result: NOTE
Unknown package ‘rENA’ in Rd xrefs
Flavor: r-patched-linux-x86_64