CRAN Package Check Results for Package jsonlite

Last updated on 2018-04-29 01:46:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5 6.61 39.57 46.18 NOTE
r-devel-linux-x86_64-debian-gcc 1.5 4.77 32.89 37.66 NOTE
r-devel-linux-x86_64-fedora-clang 1.5 57.98 NOTE
r-devel-linux-x86_64-fedora-gcc 1.5 56.53 NOTE
r-devel-windows-ix86+x86_64 1.5 52.00 91.00 143.00 NOTE
r-patched-linux-x86_64 1.5 6.19 39.47 45.66 NOTE
r-patched-solaris-x86 1.5 75.10 NOTE
r-release-linux-x86_64 1.5 6.18 39.57 45.75 NOTE
r-release-windows-ix86+x86_64 1.5 52.00 91.00 143.00 NOTE
r-release-osx-x86_64 1.5 NOTE
r-oldrel-windows-ix86+x86_64 1.5 36.00 113.00 149.00 NOTE
r-oldrel-osx-x86_64 1.5 WARN

Additional issues

rchk

Check Details

Version: 1.5
Check: compiled code
Result: NOTE
    File ‘jsonlite/libs/jsonlite.so’:
     Found non-API calls to R: ‘R_GetConnection’, ‘R_ReadConnection’
    
    Compiled code should not call non-API entry points in R.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64

Version: 1.5
Check: compiled code
Result: NOTE
    File 'jsonlite/libs/i386/jsonlite.dll':
     Found non-API calls to R: 'R_GetConnection', 'R_ReadConnection'
    File 'jsonlite/libs/x64/jsonlite.dll':
     Found non-API calls to R: 'R_GetConnection', 'R_ReadConnection'
    
    Compiled code should not call non-API entry points in R.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.5
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Warning: running command 'kpsewhich framed.sty' had status 1
    Warning in test_latex_pkg("framed", system.file("misc", "framed.sty", package = "knitr")) :
     unable to find LaTeX package 'framed'; will use a copy from knitr
    Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
     Running 'texi2dvi' on 'json-opencpu.tex' failed.
    LaTeX errors:
    ! LaTeX Error: File `fullpage.sty' not found.
    
    Type X to quit or <RETURN> to proceed,
    or enter new name. (Default extension: sty)
    
    ! Emergency stop.
    <read *>
    
    l.62 \usepackage
     {xspace}^^M
    ! ==> Fatal error occurred, no output PDF file produced!
    Calls: buildVignettes -> texi2pdf -> texi2dvi
    Execution halted
Flavor: r-oldrel-osx-x86_64