CRAN Package Check Results for Package apaStyle

Last updated on 2018-06-02 07:48:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5 4.46 52.89 57.35 ERROR
r-devel-linux-x86_64-debian-gcc 0.5 4.10 41.68 45.78 ERROR
r-devel-linux-x86_64-fedora-clang 0.5 83.19 OK
r-devel-linux-x86_64-fedora-gcc 0.5 82.63 OK
r-devel-windows-ix86+x86_64 0.5 12.00 88.00 100.00 OK
r-patched-linux-x86_64 0.5 4.37 46.30 50.67 ERROR
r-patched-solaris-x86 0.5 96.80 OK
r-release-linux-x86_64 0.5 4.49 46.02 50.51 ERROR
r-release-windows-ix86+x86_64 0.5 7.00 95.00 102.00 OK
r-release-osx-x86_64 0.5 ERROR
r-oldrel-windows-ix86+x86_64 0.5 12.00 72.00 84.00 OK
r-oldrel-osx-x86_64 0.5 OK

Check Details

Version: 0.5
Check: examples
Result: ERROR
    Running examples in ‘apaStyle-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: apa.descriptives
    > ### Title: Generic method to generate an APA style table with descriptives
    > ### for MS Word.
    > ### Aliases: apa.descriptives
    >
    > ### ** Examples
    >
    >
    > # Use apa.descriptives function
    > apa.descriptives(
    + data = data.frame(
    + rnorm(100, mean = 0, sd = 1),
    + rnorm(100, mean = 0, sd = 1),
    + rnorm(100, mean = 0, sd = 1),
    + rnorm(100, mean = 0, sd = 1)
    + ),
    + variables = c("Column 1", "Column 2", "Column 3", "Column 4")
    + )
    Error in .jnew(class.docx4r.document) :
     java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
    Calls: apa.descriptives ... apa.table.default -> apaStyleTable -> <Anonymous> -> .jnew
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.5
Check: examples
Result: ERROR
    Running examples in ‘apaStyle-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: apa.descriptives
    > ### Title: Generic method to generate an APA style table with descriptives
    > ### for MS Word.
    > ### Aliases: apa.descriptives
    >
    > ### ** Examples
    >
    >
    > # Use apa.descriptives function
    > apa.descriptives(
    + data = data.frame(
    + rnorm(100, mean = 0, sd = 1),
    + rnorm(100, mean = 0, sd = 1),
    + rnorm(100, mean = 0, sd = 1),
    + rnorm(100, mean = 0, sd = 1)
    + ),
    + variables = c("Column 1", "Column 2", "Column 3", "Column 4")
    + )
    Error in .jnew(class.docx4r.document) :
     java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
    Calls: apa.descriptives ... apa.table.default -> apaStyleTable -> <Anonymous> -> .jnew
    Execution halted
Flavor: r-release-osx-x86_64