CRAN Package Check Results for Package opencastR

Last updated on 2020-08-07 01:49:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 2.70 30.81 33.51 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 2.10 25.42 27.52 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 50.37 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 41.55 OK
r-devel-windows-ix86+x86_64 0.1.3 13.00 52.00 65.00 OK
r-patched-linux-x86_64 0.1.3 2.42 32.11 34.53 OK
r-patched-solaris-x86 0.1.3 61.90 OK
r-release-linux-x86_64 0.1.3 2.48 32.62 35.10 OK
r-release-macos-x86_64 0.1.3 OK
r-release-windows-ix86+x86_64 0.1.3 13.00 63.00 76.00 OK
r-oldrel-macos-x86_64 0.1.3 OK
r-oldrel-windows-ix86+x86_64 0.1.3 7.00 50.00 57.00 OK

Check Details

Version: 0.1.3
Check: examples
Result: ERROR
    Running examples in 'opencastR-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: oc_event_publication
    > ### Title: Query Opencast for a specific events single publication
    > ### Aliases: oc_event_publication
    >
    > ### ** Examples
    >
    > Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org")
    > Sys.setenv(OPENCAST_USERNAME = "admin")
    > Sys.setenv(OPENCAST_PASSWORD = "opencast")
    >
    > events <- oc_list_events()
    > publications <- oc_event_list_publications(events$content$identifier[1])
    >
    > oc_event_publication(events$content$identifier[1],
    + publications$content$id[1])
    Error in if (publicationId == "") { : argument is of length zero
    Calls: oc_event_publication
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang