Last updated on 2021-01-18 06:46:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.4 | 2.75 | 28.33 | 31.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.4 | 2.10 | 23.19 | 25.29 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.4 | 47.00 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.4 | 37.28 | OK | |||
r-devel-windows-ix86+x86_64 | 0.4.4 | 5.00 | 37.00 | 42.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.4 | 2.75 | 27.96 | 30.71 | OK | |
r-patched-solaris-x86 | 0.4.4 | 59.50 | OK | |||
r-release-linux-x86_64 | 0.4.4 | 2.78 | 27.91 | 30.69 | OK | |
r-release-macos-x86_64 | 0.4.4 | OK | ||||
r-release-windows-ix86+x86_64 | 0.4.4 | 5.00 | 38.00 | 43.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.4.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.4.4 | 6.00 | 34.00 | 40.00 | ERROR |
Version: 0.4.4
Check: examples
Result: ERROR
Running examples in 'emayili-Ex.R' failed
The error most likely occurred in:
> ### Name: attachment
> ### Title: Add attachments to a message object
> ### Aliases: attachment
>
> ### ** Examples
>
> library(magrittr)
>
> path_mtcars <- tempfile(fileext = ".csv")
> path_cats <- tempfile(fileext = ".jpg")
> path_scatter <- tempfile(fileext = ".png")
>
> write.csv(mtcars, path_mtcars)
>
> download.file("https://bit.ly/2P4LUO8", path_cats, quiet = TRUE)
Warning in download.file("https://bit.ly/2P4LUO8", path_cats, quiet = TRUE) :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
Error in download.file("https://bit.ly/2P4LUO8", path_cats, quiet = TRUE) :
cannot open URL 'https://bit.ly/2P4LUO8'
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.4.4
Check: tests
Result: ERROR
Running 'testthat.R' [1s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(emayili)
Attaching package: 'emayili'
The following object is masked from 'package:graphics':
text
>
> test_check("emayili")
Error in download.file("https://bit.ly/2P4LUO8", JPGPATH, quiet = TRUE) :
cannot open URL 'https://bit.ly/2P4LUO8'
Calls: test_check ... source_dir -> lapply -> FUN -> eval -> eval -> download.file
In addition: Warning message:
In download.file("https://bit.ly/2P4LUO8", JPGPATH, quiet = TRUE) :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64