Last updated on 2025-07-14 05:49:02 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
nJira | 1 | 5 | 7 |
Current CRAN status: ERROR: 1, NOTE: 5, OK: 7
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:
> 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] "09-07-25 15:55:22 : Jira session inactive or expired. Sending login request"
[1] "09-07-25 15:55:22 : Jira Login Failed"
Error: Please install xml2 package
Execution halted
Flavor: r-patched-linux-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