Last updated on 2025-02-17 07:50:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 11.11 | 106.79 | 117.90 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 9.02 | 78.53 | 87.55 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 196.67 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 188.44 | NOTE | |||
r-devel-macos-arm64 | 0.1.3 | 68.00 | OK | |||
r-devel-macos-x86_64 | 0.1.3 | 136.00 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 14.00 | 207.00 | 221.00 | OK | |
r-patched-linux-x86_64 | 0.1.3 | 10.08 | 100.33 | 110.41 | OK | |
r-release-linux-x86_64 | 0.1.3 | 10.81 | 101.72 | 112.53 | OK | |
r-release-macos-arm64 | 0.1.3 | 64.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 96.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 14.00 | 158.00 | 172.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.3 | 74.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 105.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.3 | 17.00 | 136.00 | 153.00 | OK |
Version: 0.1.3
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘doParallel’ ‘forecast’ ‘parallel’ ‘tidyr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in 'TextForecast-Ex.R' failed
The error most likely occurred in:
> ### Name: get_collocations
> ### Title: get_collocations function
> ### Aliases: get_collocations
>
> ### ** Examples
>
> path_name=system.file("news",package="TextForecast")
> days=c("2019-30-01","2019-31-01")
> z_coll=get_collocations(corpus_dates=days[1],path_name=path_name,
+ ntrms=500,ngrams_number=3,min_freq=1)
Downloading udpipe model from https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe to D:\temp\2025_02_16_01_50_00_32289\Rtmp8qoVRp/english-ewt-ud-2.5-191206.udpipe
- This model has been trained on version 2.5 of data from https://universaldependencies.org
- The model is distributed under the CC-BY-SA-NC license: https://creativecommons.org/licenses/by-nc-sa/4.0
- Visit https://github.com/jwijffels/udpipe.models.ud.2.5 for model license details.
- For a list of all models and their licenses (most models you can download with this package have either a CC-BY-SA or a CC-BY-SA-NC license) read the documentation at ?udpipe_download_model. For building your own models: visit the documentation by typing vignette('udpipe-train', package = 'udpipe')
trying URL 'https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe'
Content type 'application/octet-stream' length 16309608 bytes (15.6 MB)
=================================================
downloaded 15.5 MB
Something went wrong
Error in utils::download.file(url = url, destfile = to, mode = "wb") :
download from 'https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe' failed
This looks like you restarted your R session which has invalidated the model object, trying now to reload the model again from the file at D:\temp\2025_02_16_01_50_00_32289\Rtmp8qoVRp/english-ewt-ud-2.5-191206.udpipe in order to do the annotation.
Error: external pointer is not valid
Execution halted
Flavor: r-release-windows-x86_64