CRAN Package Check Results for Package highlightHTML

Last updated on 2020-04-21 05:47:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.4 2.14 25.09 27.23 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.4 1.80 20.33 22.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.4 35.97 OK
r-devel-linux-x86_64-fedora-gcc 0.2.4 35.22 OK
r-devel-windows-ix86+x86_64 0.2.4 10.00 40.00 50.00 OK
r-patched-linux-x86_64 0.2.4 2.14 24.72 26.86 ERROR
r-patched-osx-x86_64 0.2.4 OK
r-patched-solaris-x86 0.2.4 50.40 ERROR
r-release-linux-x86_64 0.2.4 1.67 23.20 24.87 ERROR
r-release-windows-ix86+x86_64 0.2.4 10.00 60.00 70.00 OK
r-release-osx-x86_64 0.2.4 ERROR
r-oldrel-windows-ix86+x86_64 0.2.4 5.00 43.00 48.00 OK
r-oldrel-osx-x86_64 0.2.1 OK

Check Details

Version: 0.2.4
Check: examples
Result: ERROR
    Running examples in 'highlightHTML-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: highlight_html
    > ### Title: Master highlight HTML function
    > ### Aliases: highlight_html
    >
    > ### ** Examples
    >
    > # Setting path for example html files
    > # To see path where these are saved, type file or file1 in the
    > # r console.
    > file <- system.file('examples', 'bgtable.html', package = 'highlightHTML')
    >
    > # Creating CSS tags to inject into HTML document
    > tags <- c("#bgred {background-color: #FF0000;}",
    + "#bgblue {background-color: #0000FF;}")
    >
    > # Command to post-process HTML file - Writes to temporary file
    > highlight_html(input = file, output = tempfile(fileext = ".html"),
    + tags = tags, browse = FALSE)
    Warning in file.create(to[okay]) :
     cannot create file 'bgtable.utf8.md', reason 'Read-only file system'
    Warning in readLines(con, warn = FALSE) :
     cannot open file 'bgtable.utf8.md': No such file or directory
    Error in readLines(con, warn = FALSE) : cannot open the connection
    Calls: highlight_html ... base -> extract_preserve_chunks -> read_utf8 -> readLines
    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.2.4
Check: examples
Result: ERROR
    Running examples in ‘highlightHTML-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: highlight_html
    > ### Title: Master highlight HTML function
    > ### Aliases: highlight_html
    >
    > ### ** Examples
    >
    > # Setting path for example html files
    > # To see path where these are saved, type file or file1 in the
    > # r console.
    > file <- system.file('examples', 'bgtable.html', package = 'highlightHTML')
    >
    > # Creating CSS tags to inject into HTML document
    > tags <- c("#bgred {background-color: #FF0000;}",
    + "#bgblue {background-color: #0000FF;}")
    >
    > # Command to post-process HTML file - Writes to temporary file
    > highlight_html(input = file, output = tempfile(fileext = ".html"),
    + tags = tags, browse = FALSE)
    Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
    Execution halted
Flavors: r-patched-solaris-x86, r-release-osx-x86_64