Last updated on 2025-08-05 20:50:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 3.39 | 28.43 | 31.82 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.30 | 22.72 | 25.02 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 47.60 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 44.82 | NOTE | |||
r-devel-windows-x86_64 | 0.1.1 | 4.00 | 48.00 | 52.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 3.15 | 26.28 | 29.43 | OK | |
r-release-linux-x86_64 | 0.1.1 | 2.84 | 26.63 | 29.47 | OK | |
r-release-macos-arm64 | 0.1.1 | 42.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 52.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 4.00 | 56.00 | 60.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 37.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.1 | 47.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.1 | 5.00 | 62.00 | 67.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] "05-08-25 03:57:57 : Jira session inactive or expired. Sending login request"
[1] "05-08-25 03:57:57 : 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: 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