Last updated on 2025-03-01 06:51:26 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.1 | 2.19 | 20.07 | 22.26 | ERROR | |
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 | 4.00 | 46.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.1 | 4.38 | 25.15 | 29.53 | OK | |
r-release-linux-x86_64 | 1.1.1 | 2.28 | 25.24 | 27.52 | 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.1 | 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-linux-x86_64-debian-gcc, 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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc