Last updated on 2019-05-01 01:51:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.1 | 36.09 | 24.60 | 60.69 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.1 | 24.96 | 20.58 | 45.54 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.1 | 80.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 74.32 | OK | |||
r-patched-linux-x86_64 | 2.0.1 | 31.00 | 24.98 | 55.98 | OK | |
r-patched-solaris-x86 | 2.0.1 | 128.20 | OK | |||
r-release-linux-x86_64 | 2.0.1 | 31.04 | 24.78 | 55.82 | OK | |
r-release-windows-ix86+x86_64 | 2.0.1 | 436.00 | 112.00 | 548.00 | ERROR | |
r-release-osx-x86_64 | 2.0.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.1 | 474.00 | 85.00 | 559.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.0.1 | ERROR |
Version: 2.0.1
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
libs 6.3Mb
Flavors: r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 2.0.1
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'mongolite-Ex.R' failed
The error most likely occurred in:
> ### Name: gridfs
> ### Title: GridFS API
> ### Aliases: gridfs
>
> ### ** Examples
>
> # New GridFS
> fs <- gridfs(url = "mongodb+srv://readwrite:test@cluster0-84vdt.mongodb.net/test")
> download.file('https://cloud.r-project.org/doc/manuals/r-devel/NEWS.pdf', 'NEWS.pdf', mode = 'wb')
trying URL 'https://cloud.r-project.org/doc/manuals/r-devel/NEWS.pdf'
Content type 'application/pdf' length 612414 bytes (598 KB)
==================================================
downloaded 598 KB
> fs$upload('NEWS.pdf')
id name size date type
1 5cc11e318ee985317c007452 NEWS.pdf 612414 2019-04-25 04:40:49 application/pdf
metadata
1 <NA>
path
1 d:\\RCompile\\CRANpkg\\local\\3.6\\mongolite.Rcheck\\examples_i386\\NEWS.pdf
> fs$download('NEWS.pdf', file.path(tempdir(), 'output.pdf'))
id name size date type
1 5cc0cbc421a7a75d3a428a92 NEWS.pdf 612196 2019-04-24 22:49:08 application/pdf
metadata path
1 <NA> D:\\temp\\RtmpQhCufU\\output.pdf
> con <- file(file.path(tempdir(), 'output2.pdf'))
> fs$read('NEWS.pdf', con)
[NEWS.pdf]: read 612.2 kB (100%)
[NEWS.pdf]: read 612.2 kB (done)
List of 6
$ id : chr "5cc0cbc421a7a75d3a428a92"
$ name : chr "NEWS.pdf"
$ size : num 612196
$ date : POSIXct[1:1], format: "2019-04-24 22:49:08"
$ type : chr "application/pdf"
$ metadata: chr NA
> fs$remove('NEWS.pdf')
id name size date type
1 5cc0cbc421a7a75d3a428a92 NEWS.pdf 612196 2019-04-24 22:49:08 application/pdf
metadata
1 <NA>
>
> files <- c('NEWS.pdf', file.path(tempdir(), c('output.pdf', 'output2.pdf')))
> hashes <- tools::md5sum(files)
> unlink(files)
> stopifnot(length(unique(hashes)) == 1)
Error: length(unique(hashes)) == 1 is not TRUE
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 2.0.1
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'mongolite-Ex.R' failed
The error most likely occurred in:
> ### Name: mongo
> ### Title: MongoDB client
> ### Aliases: mongo mongolite
>
> ### ** Examples
>
> # Connect to demo server
> con <- mongo("mtcars", url = "mongodb://readwrite:test@mongo.opencpu.org:43942/jeroen_test")
> if(con$count() > 0) con$drop()
> con$insert(mtcars)
Error: quota exceeded
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 2.0.1
Check: examples
Result: ERROR
Running examples in ‘mongolite-Ex.R’ failed
The error most likely occurred in:
> ### Name: gridfs
> ### Title: GridFS API
> ### Aliases: gridfs
>
> ### ** Examples
>
> # New GridFS
> fs <- gridfs(url = "mongodb+srv://readwrite:test@cluster0-84vdt.mongodb.net/test")
Error: No suitable servers found (`serverSelectionTryOnce` set): [TLS handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed calling ismaster on 'cluster0-shard-00-01-84vdt.mongodb.net:27017'] [TLS handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed calling ismaster on 'cluster0-shard-00-02-84vdt.mongodb.net:27017'] [TLS handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate
Execution halted
Flavor: r-release-osx-x86_64
Version: 2.0.1
Check: examples
Result: ERROR
Running examples in ‘mongolite-Ex.R’ failed
The error most likely occurred in:
> ### Name: gridfs
> ### Title: GridFS API
> ### Aliases: gridfs
>
> ### ** Examples
>
> # New GridFS
> fs <- gridfs(url = "mongodb+srv://readwrite:test@cluster0-84vdt.mongodb.net/test")
Error: No suitable servers found (`serverSelectionTryOnce` set): [TLS handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed calling ismaster on 'cluster0-shard-00-00-84vdt.mongodb.net:27017'] [TLS handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed calling ismaster on 'cluster0-shard-00-01-84vdt.mongodb.net:27017'] [TLS handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate
Execution halted
Flavor: r-oldrel-osx-x86_64