Last updated on 2025-11-26 13:50:15 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 3.09 | 29.86 | 32.95 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.01 | 23.27 | 25.28 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 47.49 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 45.35 | NOTE | |||
| r-devel-windows-x86_64 | 0.1.1 | 5.00 | 54.00 | 59.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.1 | 2.91 | 27.70 | 30.61 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 3.12 | 27.15 | 30.27 | OK | |
| r-release-macos-arm64 | 0.1.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.1 | 3.00 | 49.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 5.00 | 61.00 | 66.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 2.00 | 45.00 | 47.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.1 | 6.00 | 62.00 | 68.00 | NOTE |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘nJira-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: jira.query
> ### Title: Jira Query Interface
> ### Aliases: jira.query
>
> ### ** Examples
>
> issues <- jira.query(table = "issues", fields = "id AS IssueId, Created, Status, Priority",
+ where = "project = 'HIVE' AND created >= '2019-01-01' AND created <= '2019-12-31' AND
+ Status IN ('Open', 'Closed', 'Resolved')")
[1] "25-11-25 05:09:23 : Jira session inactive or expired. Sending login request"
[1] "25-11-25 05:09:24 : Jira Login Failed"
>
> issues <- jira.query(table = "issues", fields = "id AS IssueId, Created",
+ where = "'cf[10021]' = 'ABCD' AND Created > '2019-01-01'")
[1] "25-11-25 05:09:25 : Jira session inactive or expired. Sending login request"
[1] "25-11-25 05:09:26 : Jira Login Failed"
[1] "25-11-25 05:09:26 : jira: Error in Query"
[1] "25-11-25 05:09:26 : Field 'cf[10021]' does not exist or this field cannot be viewed by anonymous users."
>
> history <- jira.query(table = "history", where = "id = 'HIVE-22692'")
[1] "25-11-25 05:09:26 : Jira session inactive or expired. Sending login request"
[1] "25-11-25 05:09:27 : Jira Login Failed"
Error: Please install xml2 package
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘rjson’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in 'nJira-Ex.R' failed
The error most likely occurred in:
> ### Name: jira.login
> ### Title: Jira Login Function
> ### Aliases: jira.login
>
> ### ** Examples
>
> jira.login(jira.env="https://issues.apache.org/jira",
+ jira.user="jiraTestUser", jira.pwd="jiraTestPwd")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [issues.apache.org]:
Connection timed out after 10009 milliseconds
Calls: jira.login ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64