Last updated on 2025-03-03 01:51:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 2.76 | 25.60 | 28.36 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.2 | 1.92 | 20.32 | 22.24 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.2 | 49.31 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 47.43 | OK | |||
r-devel-macos-arm64 | 1.1.2 | 19.00 | OK | |||
r-devel-macos-x86_64 | 1.1.2 | 30.00 | OK | |||
r-devel-windows-x86_64 | 1.1.1 | 5.00 | 45.00 | 50.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.1 | 4.98 | 24.86 | 29.84 | OK | |
r-release-linux-x86_64 | 1.1.2 | 2.70 | 24.55 | 27.25 | OK | |
r-release-macos-arm64 | 1.1.2 | 24.00 | OK | |||
r-release-macos-x86_64 | 1.1.2 | 42.00 | OK | |||
r-release-windows-x86_64 | 1.1.2 | 4.00 | 45.00 | 49.00 | OK | |
r-oldrel-macos-arm64 | 1.1.2 | 22.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.2 | 38.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 5.00 | 50.00 | 55.00 | OK |
Version: 1.1.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
AlcesteSource.Rd: meta, getSources
readAlceste.Rd: getReaders
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘tm.plugin.alceste-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: AlcesteSource
> ### Title: Alceste Source
> ### Aliases: AlcesteSource getElem.AlcesteSource eoi.AlcesteSource
>
> ### ** Examples
>
> library(tm)
Loading required package: NLP
> file <- system.file("texts", "alceste_test.txt",
+ package = "tm.plugin.alceste")
> corpus <- Corpus(AlcesteSource(file))
Error in strsplit(x, as.character(split), fixed, perl, useBytes) :
NA in coercion to Rboolean
Calls: Corpus ... VCorpus -> <Anonymous> -> gsub -> is.factor -> strsplit
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in 'tm.plugin.alceste-Ex.R' failed
The error most likely occurred in:
> ### Name: AlcesteSource
> ### Title: Alceste Source
> ### Aliases: AlcesteSource getElem.AlcesteSource eoi.AlcesteSource
>
> ### ** Examples
>
> library(tm)
Loading required package: NLP
> file <- system.file("texts", "alceste_test.txt",
+ package = "tm.plugin.alceste")
> corpus <- Corpus(AlcesteSource(file))
Error in strsplit(x, as.character(split), fixed, perl, useBytes) :
NA in coercion to Rboolean
Calls: Corpus ... VCorpus -> <Anonymous> -> gsub -> is.factor -> strsplit
Execution halted
Flavor: r-devel-windows-x86_64