CRAN Package Check Results for Package GAR

Last updated on 2019-12-18 05:47:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 2.16 22.50 24.66 OK
r-devel-linux-x86_64-debian-gcc 1.1 1.61 17.99 19.60 OK
r-devel-linux-x86_64-fedora-clang 1.1 30.62 OK
r-devel-linux-x86_64-fedora-gcc 1.1 29.47 OK
r-devel-windows-ix86+x86_64 1.1 6.00 50.00 56.00 OK
r-devel-windows-ix86+x86_64-gcc8 1.1 5.00 61.00 66.00 OK
r-patched-linux-x86_64 1.1 OK
r-patched-solaris-x86 1.1 43.30 ERROR
r-release-linux-x86_64 1.1 1.66 21.08 22.74 OK
r-release-windows-ix86+x86_64 1.1 5.00 36.00 41.00 OK
r-release-osx-x86_64 1.1 OK
r-oldrel-windows-ix86+x86_64 1.1 2.00 48.00 50.00 OK
r-oldrel-osx-x86_64 1.1 OK

Check Details

Version: 1.1
Check: examples
Result: ERROR
    Running examples in ‘GAR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: GAR-package
    > ### Title: Authorize and Request Google Analytics data.
    > ### Aliases: GAR-package GAR
    > ### Keywords: package
    >
    > ### ** Examples
    >
    >
    >
    > getCode(
    + client_id="ABCDEFG"
    + )
    >
    > getRefresh(
    + client_id="ABCDEFG",
    + client_secret="HIJKLMNOP",
    + code="QRSTUVWX"
    + )
    NULL
    >
    > gaRequest(
    + id=c('ga:123456789','ga:987654321'),
    + dimensions='ga:date,ga:month',
    + metrics='ga:sessions,ga:users,ga:pageviews',
    + start='YYYY-MM-DD',
    + end='YYYY-MM-DDD',
    + sort='-ga:sessions,ga:users',
    + max='1000',
    + filters='ga:browser==VALUE,ga:city==VALUE',
    + segment='abcdef',
    + token='abcdef',
    + allResults=FALSE
    + )
    Error in rbind(deparse.level, ...) :
     numbers of columns of arguments do not match
    Calls: gaRequest -> do.call -> rbind -> rbind
    Execution halted
Flavor: r-patched-solaris-x86