Last updated on 2021-04-14 08:48:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.2 | 4.38 | 45.66 | 50.04 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.2 | 2.99 | 33.79 | 36.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.2 | 67.83 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 59.68 | OK | |||
r-devel-windows-ix86+x86_64 | 1.5.2 | 11.00 | 75.00 | 86.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 1.5.2 | ERROR | ||||
r-patched-linux-x86_64 | 1.5.2 | 4.04 | 43.33 | 47.37 | OK | |
r-patched-solaris-x86 | 1.5.2 | 93.20 | OK | |||
r-release-linux-x86_64 | 1.5.2 | 3.79 | 42.89 | 46.68 | OK | |
r-release-macos-x86_64 | 1.5.2 | OK | ||||
r-release-windows-ix86+x86_64 | 1.5.2 | 8.00 | 76.00 | 84.00 | ERROR | |
r-oldrel-macos-x86_64 | 1.5.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.5.2 | 9.00 | 51.00 | 60.00 | ERROR |
Version: 1.5.2
Check: examples
Result: ERROR
Running examples in 'GermaParl-Ex.R' failed
The error most likely occurred in:
> ### Name: germaparl_download_lda
> ### Title: Use topicmodels prepared for GermaParl.
> ### Aliases: germaparl_download_lda topics germaparl_load_lda
>
> ### ** Examples
>
> # This example assumes that the directories used by the CWB do not yet exist, so
> # temporary directories are created.
> cwb_dirs <- cwbtools::create_cwb_directories(prefix = tempdir(), ask = FALSE)
-- Create CWB directories ------------------------------------------------------
i Using existing directory D:\temp\RtmpAp0BKE as parent directory for registry
directory and the corpus directory.
i registry directory D:\temp\RtmpAp0BKE/registry already exists
i corpus directory D:\temp\RtmpAp0BKE/indexed_corpora already exists
v environment variable `CORPUS_REGISTRY` set as: D:\temp\RtmpAp0BKE/registry
>
> samplemode <- TRUE
> corpus_id <- "GERMAPARLSAMPLE" # for full corpus: corpus_id <- "GERMAPARL"
>
> dir.create(file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id)))
Warning in dir.create(file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id))) :
'D:\temp\RtmpAp0BKE\indexed_corpora\germaparlsample' already exists
>
> # Download topic model
> germaparl_download_lda(
+ k = 30, # k = 250 recommended for full GERMAPARL corpus
+ data_dir = file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id)),
+ sample = samplemode
+ )
i get Zenodo record for doi 10.5281/zenodo.3823245
v get Zenodo record for doi 10.5281/zenodo.3823245 ... done
i starting to download LDA model
trying URL 'https://zenodo.org/api/files/1f191114-a9fa-4dc9-a4df-950c23b1ff60/germaparlsample_lda_30.rds'
Warning in download.file(url = lda_remote, destfile = lda_local) :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
x cannot download file from https://zenodo.org/api/files/1f191114-a9fa-4dc9-a4df-950c23b1ff60/germaparlsample_lda_30.rds
> lda <- germaparl_load_lda(
+ k = 30L, registry_dir = cwb_dirs[["registry_dir"]],
+ sample = samplemode
+ )
... loading topicmodel for k = 30
Warning in germaparl_load_lda(k = 30L, registry_dir = cwb_dirs[["registry_dir"]], :
no topicmodel available for k provided
> lda_terms <- topicmodels::terms(lda, 10)
Error in x$terms %||% attr(x, "terms") %||% stop("no terms component nor attribute") :
no terms component nor attribute
Calls: <Anonymous> -> <Anonymous> -> terms.default -> %||%
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.5.2
Check: package dependencies
Result: ERROR
Package required but not available: 'cwbtools'
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
Flavor: r-devel-windows-x86_64-gcc10-UCRT
Version: 1.5.2
Check: examples
Result: ERROR
Running examples in 'GermaParl-Ex.R' failed
The error most likely occurred in:
> ### Name: germaparl_download_lda
> ### Title: Use topicmodels prepared for GermaParl.
> ### Aliases: germaparl_download_lda topics germaparl_load_lda
>
> ### ** Examples
>
> # This example assumes that the directories used by the CWB do not yet exist, so
> # temporary directories are created.
> cwb_dirs <- cwbtools::create_cwb_directories(prefix = tempdir(), ask = FALSE)
-- Create CWB directories ------------------------------------------------------
i Using existing directory D:\temp\Rtmp8I6Zj9 as parent directory for registry
directory and the corpus directory.
i registry directory D:\temp\Rtmp8I6Zj9/registry already exists
i corpus directory D:\temp\Rtmp8I6Zj9/indexed_corpora already exists
v environment variable `CORPUS_REGISTRY` set as: D:\temp\Rtmp8I6Zj9/registry
>
> samplemode <- TRUE
> corpus_id <- "GERMAPARLSAMPLE" # for full corpus: corpus_id <- "GERMAPARL"
>
> dir.create(file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id)))
Warning in dir.create(file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id))) :
'D:\temp\Rtmp8I6Zj9\indexed_corpora\germaparlsample' already exists
>
> # Download topic model
> germaparl_download_lda(
+ k = 30, # k = 250 recommended for full GERMAPARL corpus
+ data_dir = file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id)),
+ sample = samplemode
+ )
i get Zenodo record for doi 10.5281/zenodo.3823245
v get Zenodo record for doi 10.5281/zenodo.3823245 ... done
i starting to download LDA model
trying URL 'https://zenodo.org/api/files/1f191114-a9fa-4dc9-a4df-950c23b1ff60/germaparlsample_lda_30.rds'
Warning in download.file(url = lda_remote, destfile = lda_local) :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
x cannot download file from https://zenodo.org/api/files/1f191114-a9fa-4dc9-a4df-950c23b1ff60/germaparlsample_lda_30.rds
> lda <- germaparl_load_lda(
+ k = 30L, registry_dir = cwb_dirs[["registry_dir"]],
+ sample = samplemode
+ )
... loading topicmodel for k = 30
Warning in germaparl_load_lda(k = 30L, registry_dir = cwb_dirs[["registry_dir"]], :
no topicmodel available for k provided
> lda_terms <- topicmodels::terms(lda, 10)
Error in terms.default(lda, 10) : no terms component nor attribute
Calls: <Anonymous> -> <Anonymous> -> terms.default
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 1.5.2
Check: examples
Result: ERROR
Running examples in 'GermaParl-Ex.R' failed
The error most likely occurred in:
> ### Name: germaparl_download_lda
> ### Title: Use topicmodels prepared for GermaParl.
> ### Aliases: germaparl_download_lda topics germaparl_load_lda
>
> ### ** Examples
>
> # This example assumes that the directories used by the CWB do not yet exist, so
> # temporary directories are created.
> cwb_dirs <- cwbtools::create_cwb_directories(prefix = tempdir(), ask = FALSE)
-- Create CWB directories ------------------------------------------------------
i Using existing directory D:\temp\RtmpUveX9z as parent directory for registry
directory and the corpus directory.
i registry directory D:\temp\RtmpUveX9z/registry already exists
i corpus directory D:\temp\RtmpUveX9z/indexed_corpora already exists
v environment variable `CORPUS_REGISTRY` set as: D:\temp\RtmpUveX9z/registry
>
> samplemode <- TRUE
> corpus_id <- "GERMAPARLSAMPLE" # for full corpus: corpus_id <- "GERMAPARL"
>
> dir.create(file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id)))
Warning in dir.create(file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id))) :
'D:\temp\RtmpUveX9z\indexed_corpora\germaparlsample' already exists
>
> # Download topic model
> germaparl_download_lda(
+ k = 30, # k = 250 recommended for full GERMAPARL corpus
+ data_dir = file.path(cwb_dirs[["corpus_dir"]], tolower(corpus_id)),
+ sample = samplemode
+ )
i get Zenodo record for doi 10.5281/zenodo.3823245
v get Zenodo record for doi 10.5281/zenodo.3823245 ... done
i starting to download LDA model
trying URL 'https://zenodo.org/api/files/1f191114-a9fa-4dc9-a4df-950c23b1ff60/germaparlsample_lda_30.rds'
Warning in download.file(url = lda_remote, destfile = lda_local) :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
x cannot download file from https://zenodo.org/api/files/1f191114-a9fa-4dc9-a4df-950c23b1ff60/germaparlsample_lda_30.rds
> lda <- germaparl_load_lda(
+ k = 30L, registry_dir = cwb_dirs[["registry_dir"]],
+ sample = samplemode
+ )
... loading topicmodel for k = 30
Warning in germaparl_load_lda(k = 30L, registry_dir = cwb_dirs[["registry_dir"]], :
no topicmodel available for k provided
> lda_terms <- topicmodels::terms(lda, 10)
Error in terms.default(lda, 10) : no terms component nor attribute
Calls: <Anonymous> -> <Anonymous> -> terms.default
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64