Last updated on 2022-07-06 05:54:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.1.0 | 5.87 | 33.86 | 39.73 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 3.1.0 | 3.82 | 26.00 | 29.82 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 3.1.0 | 58.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 3.1.0 | 56.58 | ERROR | |||
r-devel-windows-x86_64 | 3.1.0 | 52.00 | 69.00 | 121.00 | ERROR | |
r-patched-linux-x86_64 | 3.1.0 | 3.82 | 32.23 | 36.05 | ERROR | |
r-release-linux-x86_64 | 3.1.0 | 4.35 | 32.67 | 37.02 | ERROR | |
r-release-macos-arm64 | 3.1.0 | 27.00 | OK | |||
r-release-macos-x86_64 | 3.1.0 | 35.00 | OK | |||
r-release-windows-x86_64 | 3.1.0 | 51.00 | 68.00 | 119.00 | ERROR | |
r-oldrel-macos-arm64 | 3.1.0 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 3.1.0 | 37.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 3.1.0 | 9.00 | 64.00 | 73.00 | ERROR |
Version: 3.1.0
Check: examples
Result: ERROR
Running examples in 'pkgsearch-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: advanced_search
> ### Title: Advanced CRAN package search
> ### Aliases: advanced_search
>
> ### ** Examples
>
> ## Don't show:
> if (pingr::is_online()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # All orphaned packages
+ advanced_search(Maintainer = "ORPHANED")
+
+ # Packages with both Hester and Wickham as authors
+ advanced_search(Author = "Hester", Author = "Wickham")
+ advanced_search("Author: Hester AND Author: Wickham")
+
+ # Packages with Hester but not Wickham as author
+ advanced_search(Author = "Hester AND NOT Wickham")
+
+ # Packages with Hester as an Author, and Wickham in any field
+ advanced_search(Author = "Hester", "Wickham")
+
+ # Packages with Hester as an Author and Wickham nowhere in the metadata
+ advanced_search(Author = "Hester", "NOT Wickham")
+
+ # Packages for permutation tests and permissive licenses
+ advanced_search("permutation test AND NOT License: GPL OR GNU")
+
+ # Packages that have a certain field
+ advanced_search("_exists_" = "URL")
+
+ # Packages that do not have a certain field:
+ advanced_search("NOT _exists_: URL")
+
+ # The same but as JSON query
+ query <- '{
+ "query": {
+ "bool": {
+ "must_not": {
+ "exists": {
+ "field": "URL"
+ }
+ }
+ }
+ }
+ }'
+ advanced_search(json = query)
+
+ # Regular expressions
+ advanced_search(Author = "/Joh?nathan/")
+
+ # Fuzzy search
+ advanced_search(Author = "Johnathan~1")
+ ## Don't show:
+ }) # examplesIf
> advanced_search(Maintainer = "ORPHANED")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [search.r-pkg.org:80] Connection timeout after 10000 ms
Calls: <Anonymous> ... advanced_search -> do_query -> http_post -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 3.1.0
Check: examples
Result: ERROR
Running examples in ‘pkgsearch-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: advanced_search
> ### Title: Advanced CRAN package search
> ### Aliases: advanced_search
>
> ### ** Examples
>
> ## Don't show:
> if (pingr::is_online()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # All orphaned packages
+ advanced_search(Maintainer = "ORPHANED")
+
+ # Packages with both Hester and Wickham as authors
+ advanced_search(Author = "Hester", Author = "Wickham")
+ advanced_search("Author: Hester AND Author: Wickham")
+
+ # Packages with Hester but not Wickham as author
+ advanced_search(Author = "Hester AND NOT Wickham")
+
+ # Packages with Hester as an Author, and Wickham in any field
+ advanced_search(Author = "Hester", "Wickham")
+
+ # Packages with Hester as an Author and Wickham nowhere in the metadata
+ advanced_search(Author = "Hester", "NOT Wickham")
+
+ # Packages for permutation tests and permissive licenses
+ advanced_search("permutation test AND NOT License: GPL OR GNU")
+
+ # Packages that have a certain field
+ advanced_search("_exists_" = "URL")
+
+ # Packages that do not have a certain field:
+ advanced_search("NOT _exists_: URL")
+
+ # The same but as JSON query
+ query <- '{
+ "query": {
+ "bool": {
+ "must_not": {
+ "exists": {
+ "field": "URL"
+ }
+ }
+ }
+ }
+ }'
+ advanced_search(json = query)
+
+ # Regular expressions
+ advanced_search(Author = "/Joh?nathan/")
+
+ # Fuzzy search
+ advanced_search(Author = "Johnathan~1")
+ ## Don't show:
+ }) # examplesIf
> advanced_search(Maintainer = "ORPHANED")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [search.r-pkg.org:80] Connection timeout after 10001 ms
Calls: <Anonymous> ... advanced_search -> do_query -> http_post -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 3.1.0
Check: examples
Result: ERROR
Running examples in ‘pkgsearch-Ex.R’ failed
The error most likely occurred in:
> ### Name: advanced_search
> ### Title: Advanced CRAN package search
> ### Aliases: advanced_search
>
> ### ** Examples
>
> ## Don't show:
> if (pingr::is_online()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # All orphaned packages
+ advanced_search(Maintainer = "ORPHANED")
+
+ # Packages with both Hester and Wickham as authors
+ advanced_search(Author = "Hester", Author = "Wickham")
+ advanced_search("Author: Hester AND Author: Wickham")
+
+ # Packages with Hester but not Wickham as author
+ advanced_search(Author = "Hester AND NOT Wickham")
+
+ # Packages with Hester as an Author, and Wickham in any field
+ advanced_search(Author = "Hester", "Wickham")
+
+ # Packages with Hester as an Author and Wickham nowhere in the metadata
+ advanced_search(Author = "Hester", "NOT Wickham")
+
+ # Packages for permutation tests and permissive licenses
+ advanced_search("permutation test AND NOT License: GPL OR GNU")
+
+ # Packages that have a certain field
+ advanced_search("_exists_" = "URL")
+
+ # Packages that do not have a certain field:
+ advanced_search("NOT _exists_: URL")
+
+ # The same but as JSON query
+ query <- '{
+ "query": {
+ "bool": {
+ "must_not": {
+ "exists": {
+ "field": "URL"
+ }
+ }
+ }
+ }
+ }'
+ advanced_search(json = query)
+
+ # Regular expressions
+ advanced_search(Author = "/Joh?nathan/")
+
+ # Fuzzy search
+ advanced_search(Author = "Johnathan~1")
+ ## Don't show:
+ }) # examplesIf
> advanced_search(Maintainer = "ORPHANED")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [search.r-pkg.org:80] Connection timed out after 10000 milliseconds
Calls: <Anonymous> ... advanced_search -> do_query -> http_post -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 3.1.0
Check: examples
Result: ERROR
Running examples in ‘pkgsearch-Ex.R’ failed
The error most likely occurred in:
> ### Name: advanced_search
> ### Title: Advanced CRAN package search
> ### Aliases: advanced_search
>
> ### ** Examples
>
> ## Don't show:
> if (pingr::is_online()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # All orphaned packages
+ advanced_search(Maintainer = "ORPHANED")
+
+ # Packages with both Hester and Wickham as authors
+ advanced_search(Author = "Hester", Author = "Wickham")
+ advanced_search("Author: Hester AND Author: Wickham")
+
+ # Packages with Hester but not Wickham as author
+ advanced_search(Author = "Hester AND NOT Wickham")
+
+ # Packages with Hester as an Author, and Wickham in any field
+ advanced_search(Author = "Hester", "Wickham")
+
+ # Packages with Hester as an Author and Wickham nowhere in the metadata
+ advanced_search(Author = "Hester", "NOT Wickham")
+
+ # Packages for permutation tests and permissive licenses
+ advanced_search("permutation test AND NOT License: GPL OR GNU")
+
+ # Packages that have a certain field
+ advanced_search("_exists_" = "URL")
+
+ # Packages that do not have a certain field:
+ advanced_search("NOT _exists_: URL")
+
+ # The same but as JSON query
+ query <- '{
+ "query": {
+ "bool": {
+ "must_not": {
+ "exists": {
+ "field": "URL"
+ }
+ }
+ }
+ }
+ }'
+ advanced_search(json = query)
+
+ # Regular expressions
+ advanced_search(Author = "/Joh?nathan/")
+
+ # Fuzzy search
+ advanced_search(Author = "Johnathan~1")
+ ## Don't show:
+ }) # examplesIf
> advanced_search(Maintainer = "ORPHANED")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [search.r-pkg.org:80] Connection timed out after 10001 milliseconds
Calls: <Anonymous> ... advanced_search -> do_query -> http_post -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 3.1.0
Check: examples
Result: ERROR
Running examples in 'pkgsearch-Ex.R' failed
The error most likely occurred in:
> ### Name: advanced_search
> ### Title: Advanced CRAN package search
> ### Aliases: advanced_search
>
> ### ** Examples
>
> ## Don't show:
> if (pingr::is_online()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # All orphaned packages
+ advanced_search(Maintainer = "ORPHANED")
+
+ # Packages with both Hester and Wickham as authors
+ advanced_search(Author = "Hester", Author = "Wickham")
+ advanced_search("Author: Hester AND Author: Wickham")
+
+ # Packages with Hester but not Wickham as author
+ advanced_search(Author = "Hester AND NOT Wickham")
+
+ # Packages with Hester as an Author, and Wickham in any field
+ advanced_search(Author = "Hester", "Wickham")
+
+ # Packages with Hester as an Author and Wickham nowhere in the metadata
+ advanced_search(Author = "Hester", "NOT Wickham")
+
+ # Packages for permutation tests and permissive licenses
+ advanced_search("permutation test AND NOT License: GPL OR GNU")
+
+ # Packages that have a certain field
+ advanced_search("_exists_" = "URL")
+
+ # Packages that do not have a certain field:
+ advanced_search("NOT _exists_: URL")
+
+ # The same but as JSON query
+ query <- '{
+ "query": {
+ "bool": {
+ "must_not": {
+ "exists": {
+ "field": "URL"
+ }
+ }
+ }
+ }
+ }'
+ advanced_search(json = query)
+
+ # Regular expressions
+ advanced_search(Author = "/Joh?nathan/")
+
+ # Fuzzy search
+ advanced_search(Author = "Johnathan~1")
+ ## Don't show:
+ }) # examplesIf
> advanced_search(Maintainer = "ORPHANED")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [search.r-pkg.org:80] Connection timed out after 10002 milliseconds
Calls: <Anonymous> ... advanced_search -> do_query -> http_post -> <Anonymous>
Execution halted
Flavor: r-devel-windows-x86_64
Version: 3.1.0
Check: examples
Result: ERROR
Running examples in 'pkgsearch-Ex.R' failed
The error most likely occurred in:
> ### Name: advanced_search
> ### Title: Advanced CRAN package search
> ### Aliases: advanced_search
>
> ### ** Examples
>
> ## Don't show:
> if (pingr::is_online()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # All orphaned packages
+ advanced_search(Maintainer = "ORPHANED")
+
+ # Packages with both Hester and Wickham as authors
+ advanced_search(Author = "Hester", Author = "Wickham")
+ advanced_search("Author: Hester AND Author: Wickham")
+
+ # Packages with Hester but not Wickham as author
+ advanced_search(Author = "Hester AND NOT Wickham")
+
+ # Packages with Hester as an Author, and Wickham in any field
+ advanced_search(Author = "Hester", "Wickham")
+
+ # Packages with Hester as an Author and Wickham nowhere in the metadata
+ advanced_search(Author = "Hester", "NOT Wickham")
+
+ # Packages for permutation tests and permissive licenses
+ advanced_search("permutation test AND NOT License: GPL OR GNU")
+
+ # Packages that have a certain field
+ advanced_search("_exists_" = "URL")
+
+ # Packages that do not have a certain field:
+ advanced_search("NOT _exists_: URL")
+
+ # The same but as JSON query
+ query <- '{
+ "query": {
+ "bool": {
+ "must_not": {
+ "exists": {
+ "field": "URL"
+ }
+ }
+ }
+ }
+ }'
+ advanced_search(json = query)
+
+ # Regular expressions
+ advanced_search(Author = "/Joh?nathan/")
+
+ # Fuzzy search
+ advanced_search(Author = "Johnathan~1")
+ ## Don't show:
+ }) # examplesIf
> advanced_search(Maintainer = "ORPHANED")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [search.r-pkg.org:80] Connection timed out after 10011 milliseconds
Calls: <Anonymous> ... advanced_search -> do_query -> http_post -> <Anonymous>
Execution halted
Flavor: r-release-windows-x86_64
Version: 3.1.0
Check: examples
Result: ERROR
Running examples in 'pkgsearch-Ex.R' failed
The error most likely occurred in:
> ### Name: advanced_search
> ### Title: Advanced CRAN package search
> ### Aliases: advanced_search
>
> ### ** Examples
>
> ## Don't show:
> if (pingr::is_online()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # All orphaned packages
+ advanced_search(Maintainer = "ORPHANED")
+
+ # Packages with both Hester and Wickham as authors
+ advanced_search(Author = "Hester", Author = "Wickham")
+ advanced_search("Author: Hester AND Author: Wickham")
+
+ # Packages with Hester but not Wickham as author
+ advanced_search(Author = "Hester AND NOT Wickham")
+
+ # Packages with Hester as an Author, and Wickham in any field
+ advanced_search(Author = "Hester", "Wickham")
+
+ # Packages with Hester as an Author and Wickham nowhere in the metadata
+ advanced_search(Author = "Hester", "NOT Wickham")
+
+ # Packages for permutation tests and permissive licenses
+ advanced_search("permutation test AND NOT License: GPL OR GNU")
+
+ # Packages that have a certain field
+ advanced_search("_exists_" = "URL")
+
+ # Packages that do not have a certain field:
+ advanced_search("NOT _exists_: URL")
+
+ # The same but as JSON query
+ query <- '{
+ "query": {
+ "bool": {
+ "must_not": {
+ "exists": {
+ "field": "URL"
+ }
+ }
+ }
+ }
+ }'
+ advanced_search(json = query)
+
+ # Regular expressions
+ advanced_search(Author = "/Joh?nathan/")
+
+ # Fuzzy search
+ advanced_search(Author = "Johnathan~1")
+ ## Don't show:
+ }) # examplesIf
> advanced_search(Maintainer = "ORPHANED")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [search.r-pkg.org:80] Connection timed out after 10003 milliseconds
Calls: <Anonymous> ... advanced_search -> do_query -> http_post -> <Anonymous>
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64