CRAN Package Check Results for Package goxygen

Last updated on 2020-07-17 05:48:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 5.69 65.76 71.45 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 4.46 51.25 55.71 OK
r-devel-linux-x86_64-fedora-clang 1.0.2 95.42 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 103.59 OK
r-devel-windows-ix86+x86_64 1.0.2 16.00 145.00 161.00 OK
r-patched-linux-x86_64 1.0.2 5.68 64.89 70.57 OK
r-patched-solaris-x86 1.0.2 98.00 ERROR
r-release-linux-x86_64 1.0.2 5.89 64.75 70.64 OK
r-release-windows-ix86+x86_64 1.0.2 26.00 98.00 124.00 OK
r-oldrel-macos-x86_64 1.0.2 ERROR
r-oldrel-windows-ix86+x86_64 1.0.2 20.00 143.00 163.00 OK

Check Details

Version: 1.0.2
Check: examples
Result: ERROR
    Running examples in ‘goxygen-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: goxygen
    > ### Title: goxygen
    > ### Aliases: goxygen
    >
    > ### ** Examples
    >
    > # run goxygen for dummy model and store documentation as HTML in a temporary directory
    > docfolder <- paste0(tempdir(),"/doc")
    > goxygen(system.file("dummymodel",package="gms"), docfolder=docfolder, output="html")
    
     Running codeCheck...
     Finished data collection... (time elapsed: 0.034)
     Naming conventions check done... (time elapsed: 0.038)
     Running checkAppearance...
     Start variable matching... (time elapsed: 0.001)
     Finished variable matching... (time elapsed: 0.005)
     Investigated variable appearances... (time elapsed: 0.044)
     Appearance check done... (time elapsed: 0.046)
     Switch Appearance check done... (time elapsed: 0.048)
     Interface collection and check done... (time elapsed: 0.05)
     Input folder check done... (time elapsed: 0.051)
     Description check done... (time elapsed: 0.052)
     All codeCheck tests passed!
    Warning in interfaceplot(x = x, modules_to_exclude = "core", filename = path(targetfolder, :
     The package qgraph is required for creating interface plots!
    Warning in (function (x = ".", modules_to_include = NULL, modules_to_exclude = NULL, :
     The package qgraph is required for creating interface plots!
    Warning in (function (x = ".", modules_to_include = NULL, modules_to_exclude = NULL, :
     The package qgraph is required for creating interface plots!
    Start HTML creation...
    Error in check_pandoc() :
     pandoc not found. Please install pandoc and pandoc-citeproc first (https://pandoc.org/)!
    Calls: goxygen -> buildHTML -> check_pandoc
    Execution halted
Flavor: r-patched-solaris-x86

Version: 1.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(goxygen)
     >
     > test_check("goxygen")
     Error in check_pandoc() :
     pandoc not found. Please install pandoc and pandoc-citeproc first (https://pandoc.org/)!
     ── 1. Failure: extract documentation from modular dummy model (@test-goxygen.R#1
     `out` is not null.
    
     ── 2. Failure: extract documentation from modular dummy model (@test-goxygen.R#1
     file.exists(paste0(docfolder, "/html/index.htm")) isn't true.
    
     ── 3. Failure: extract documentation from modular dummy model (@test-goxygen.R#1
     file.exists(paste0(docfolder, "/html/core.htm")) isn't true.
    
     ── 4. Failure: extract documentation from modular dummy model (@test-goxygen.R#1
     file.exists(paste0(docfolder, "/html/01_fancymodule.htm")) isn't true.
    
     ── 5. Failure: extract documentation from modular dummy model (@test-goxygen.R#1
     file.exists(paste0(docfolder, "/html/02_crazymodule.htm")) isn't true.
    
     ── 6. Failure: extract documentation from modular dummy model (@test-goxygen.R#1
     file.exists(paste0(docfolder, "/documentation.tex")) isn't true.
    
     Error in check_pandoc() :
     pandoc not found. Please install pandoc and pandoc-citeproc first (https://pandoc.org/)!
     ── 7. Failure: extract HTML documentation from modular dummy model with classic
     `out` is not null.
    
     ── 8. Failure: extract HTML documentation from modular dummy model with classic
     file.exists(paste0(docfolder, "/html/index.htm")) isn't true.
    
     ── 9. Failure: extract HTML documentation from modular dummy model with classic
     file.exists(paste0(docfolder, "/html/core.htm")) isn't true.
    
     ── 10. Failure: extract HTML documentation from modular dummy model with classic
     file.exists(paste0(docfolder, "/html/01_fancymodule.htm")) isn't true.
    
     ── 11. Failure: extract HTML documentation from modular dummy model with classic
     file.exists(paste0(docfolder, "/html/02_crazymodule.htm")) isn't true.
    
     Error in check_pandoc() :
     pandoc not found. Please install pandoc and pandoc-citeproc first (https://pandoc.org/)!
     ── 12. Failure: extract documentation from simple dummy model (@test-goxygen.R#4
     `out` is not null.
    
     ── 13. Failure: extract documentation from simple dummy model (@test-goxygen.R#4
     file.exists(paste0(docfolder, "/html/index.htm")) isn't true.
    
     ── 14. Failure: extract documentation from simple dummy model (@test-goxygen.R#4
     file.exists(paste0(docfolder, "/html/modules_01_fancymodule_default_calculations.htm")) isn't true.
    
     ── 15. Failure: extract documentation from simple dummy model (@test-goxygen.R#4
     file.exists(paste0(docfolder, "/html/modules_02_crazymodule_module.htm")) isn't true.
    
     ── 16. Failure: extract documentation from simple dummy model (@test-goxygen.R#4
     file.exists(paste0(docfolder, "/documentation.tex")) isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 7 | SKIPPED: 1 | WARNINGS: 8 | FAILED: 16 ]
     1. Failure: extract documentation from modular dummy model (@test-goxygen.R#10)
     2. Failure: extract documentation from modular dummy model (@test-goxygen.R#11)
     3. Failure: extract documentation from modular dummy model (@test-goxygen.R#12)
     4. Failure: extract documentation from modular dummy model (@test-goxygen.R#13)
     5. Failure: extract documentation from modular dummy model (@test-goxygen.R#14)
     6. Failure: extract documentation from modular dummy model (@test-goxygen.R#15)
     7. Failure: extract HTML documentation from modular dummy model with classic style (@test-goxygen.R#23)
     8. Failure: extract HTML documentation from modular dummy model with classic style (@test-goxygen.R#24)
     9. Failure: extract HTML documentation from modular dummy model with classic style (@test-goxygen.R#25)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 1.0.2
Check: examples
Result: ERROR
    Running examples in ‘goxygen-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: goxygen
    > ### Title: goxygen
    > ### Aliases: goxygen
    >
    > ### ** Examples
    >
    > # run goxygen for dummy model and store documentation as HTML in a temporary directory
    > docfolder <- paste0(tempdir(),"/doc")
    > goxygen(system.file("dummymodel",package="gms"), docfolder=docfolder, output="html")
    
     Running codeCheck...
     Finished data collection... (time elapsed: 0.018)
     Naming conventions check done... (time elapsed: 0.02)
     Running checkAppearance...
     Start variable matching... (time elapsed: 0.001)
     Finished variable matching... (time elapsed: 0.002)
     Investigated variable appearances... (time elapsed: 0.023)
     Appearance check done... (time elapsed: 0.023)
     Switch Appearance check done... (time elapsed: 0.025)
     Interface collection and check done... (time elapsed: 0.026)
     Input folder check done... (time elapsed: 0.026)
     Description check done... (time elapsed: 0.027)
     All codeCheck tests passed!
    Output stored in /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6/gms/dummymodel//tmp/RtmpmOFrdL/doc/images/interfaces.png
    Groups will not be shown in the legend, since they are all composed of a single node.
    Output stored in /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6/gms/dummymodel//tmp/RtmpmOFrdL/doc/images/interfaces_fancymodule.png
    Groups will not be shown in the legend, since they are all composed of a single node.
    Output stored in /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6/gms/dummymodel//tmp/RtmpmOFrdL/doc/images/interfaces_crazymodule.png
    Start HTML creation...
    Error in check_pandoc() :
     pandoc not found. Please install pandoc and pandoc-citeproc first (https://pandoc.org/)!
    Calls: goxygen -> buildHTML -> check_pandoc
    Execution halted
Flavor: r-oldrel-macos-x86_64

Version: 1.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [11s/10s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 7 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 16 ]
     1. Failure: extract documentation from modular dummy model (@test-goxygen.R#10)
     2. Failure: extract documentation from modular dummy model (@test-goxygen.R#11)
     3. Failure: extract documentation from modular dummy model (@test-goxygen.R#12)
     4. Failure: extract documentation from modular dummy model (@test-goxygen.R#13)
     5. Failure: extract documentation from modular dummy model (@test-goxygen.R#14)
     6. Failure: extract documentation from modular dummy model (@test-goxygen.R#15)
     7. Failure: extract HTML documentation from modular dummy model with classic style (@test-goxygen.R#23)
     8. Failure: extract HTML documentation from modular dummy model with classic style (@test-goxygen.R#24)
     9. Failure: extract HTML documentation from modular dummy model with classic style (@test-goxygen.R#25)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-macos-x86_64