Last updated on 2025-03-23 08:52:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.43 | 26.99 | 29.42 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.33 | 20.24 | 22.57 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 47.60 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 45.50 | NOTE | |||
r-devel-macos-arm64 | 0.1.1 | 23.00 | OK | |||
r-devel-macos-x86_64 | 0.1.1 | 51.00 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 4.00 | 55.00 | 59.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 3.08 | 26.56 | 29.64 | OK | |
r-release-linux-x86_64 | 0.1.1 | 3.05 | 25.83 | 28.88 | NOTE | |
r-release-macos-arm64 | 0.1.1 | 37.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.1 | 47.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.1 | 5.00 | 55.00 | 60.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.1 | NOTE | ||||
r-oldrel-macos-x86_64 | 0.1.1 | 33.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.1 | 5.00 | 53.00 | 58.00 | ERROR |
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: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in 'nJira-Ex.R' failed
The error most likely occurred in:
> ### 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')")
>
> issues <- jira.query(table = "issues", fields = "id AS IssueId, Created",
+ where = "'cf[10021]' = 'ABCD' AND Created > '2019-01-01'")
[1] "21-03-25 15:17:49 : Jira session inactive or expired. Sending login request"
[1] "21-03-25 15:17:50 : Jira Login Failed"
[1] "21-03-25 15:17:50 : jira: Error in Query"
[1] "21-03-25 15:17:50 : 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] "21-03-25 15:17:50 : Jira session active."
>
> history <- jira.query(table = "history", fields = "id AS IssueId, toString AS Status,
+ COUNT(fromString) AS Count", where = "id = 'HIVE-22692' AND field = 'status'",
+ groupby = "id,toString")
Error: Please install xml2 package
Execution halted
Flavor: r-oldrel-windows-x86_64