Last updated on 2025-05-31 04:52:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.2 | 138.55 | 351.50 | 490.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.2 | 99.13 | 364.32 | 463.45 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.2 | 319.91 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 698.38 | OK | |||
r-devel-windows-x86_64 | 0.3.2 | 150.00 | 337.00 | 487.00 | OK | |
r-patched-linux-x86_64 | 0.3.2 | 144.05 | 406.64 | 550.69 | OK | |
r-release-linux-x86_64 | 0.3.2 | 144.21 | 398.53 | 542.74 | OK | |
r-release-macos-arm64 | 0.3.2 | 203.00 | OK | |||
r-release-macos-x86_64 | 0.3.2 | 325.00 | OK | |||
r-release-windows-x86_64 | 0.3.2 | 153.00 | 340.00 | 493.00 | OK | |
r-oldrel-macos-arm64 | 0.3.2 | 204.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3.2 | 285.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.3.2 | 130.00 | 405.00 | 535.00 | NOTE |
Version: 0.3.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Jan Wijffels <jwijffels@bnosac.be>’
The Description field contains
Wu et al. (2017), available at <arXiv:1709.03856>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.2
Check: examples
Result: ERROR
Running examples in ‘ruimtehol-Ex.R’ failed
The error most likely occurred in:
> ### Name: embed_articlespace
> ### Title: Build a Starspace model for learning the mapping between
> ### sentences and articles (articlespace)
> ### Aliases: embed_articlespace
>
> ### ** Examples
>
> ## Don't show:
> if(require(udpipe)){
+ ## End(Don't show)
+ library(udpipe)
+ data(brussels_reviews_anno, package = "udpipe")
+ x <- subset(brussels_reviews_anno, language == "nl")
+ x$token <- x$lemma
+ x <- x[, c("doc_id", "sentence_id", "token")]
+ set.seed(123456789)
+ model <- embed_articlespace(x, early_stopping = 1,
+ dim = 25, epoch = 25, minCount = 2,
+ negSearchLimit = 1, maxNegSamples = 2)
+ plot(model)
+ sentences <- c("ook de keuken zijn zeer goed uitgerust .",
+ "het appartement zijn met veel smaak inrichten en zeer proper .")
+ predict(model, sentences, type = "embedding")
+ starspace_embedding(model, sentences)
+ ## Don't show:
+ } # End of main if statement running only if the required packages are installed
Loading required package: udpipe
Start to initialize starspace model.
Build dict from input file : /tmp/RtmpFICWQA/working_dir/Rtmpv9n8oP/textspace_8c5b26ebbe1b2.txt
Read 0M words
Number of words in dictionary: 1273
Number of labels in dictionary: 0
Loading data from file : /tmp/RtmpFICWQA/working_dir/Rtmpv9n8oP/textspace_8c5b26ebbe1b2.txt
Total number of examples loaded : 470
2025-05-28 17:27:51 Initialising with learning rate 0.01
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘ground-control-to-ruimtehol.Rnw’ using Sweave
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.2
Check: installed package size
Result: NOTE
installed size is 10.8Mb
sub-directories of 1Mb or more:
data 3.8Mb
libs 6.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64