Last updated on 2018-06-20 01:50:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 69.57 | 37.40 | 106.97 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 55.85 | 29.38 | 85.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 144.93 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 125.32 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 197.00 | 96.00 | 293.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.0 | 70.19 | 34.45 | 104.64 | NOTE | |
r-patched-solaris-x86 | 1.2.0 | 132.10 | NOTE | |||
r-release-linux-x86_64 | 1.2.0 | 67.63 | 34.63 | 102.26 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2.0 | 137.00 | 114.00 | 251.00 | NOTE | |
r-release-osx-x86_64 | 1.2.0 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 191.00 | 117.00 | 308.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.2.0 | NOTE |
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘xml2/libs/xml2.so’:
Found non-API calls to R: ‘R_GetConnection’, ‘R_WriteConnection’
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, r-oldrel-osx-x86_64
Version: 1.2.0
Check: installed package size
Result: NOTE
installed size is 6.7Mb
sub-directories of 1Mb or more:
libs 6.4Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2.0
Check: compiled code
Result: NOTE
File 'xml2/libs/i386/xml2.dll':
Found non-API calls to R: 'R_GetConnection', 'R_WriteConnection'
File 'xml2/libs/x64/xml2.dll':
Found non-API calls to R: 'R_GetConnection', 'R_WriteConnection'
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.2.0
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.
Error: processing vignette 'modification.Rmd' failed with diagnostics:
shared object 'stringi.so' not found
Execution halted
Flavor: r-release-osx-x86_64
Version: 1.2.0
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'xml2-Ex.R' failed
The error most likely occurred in:
> ### Name: read_xml
> ### Title: Read HTML or XML.
> ### Aliases: read_xml read_html read_xml.character read_xml.raw
> ### read_xml.connection
>
> ### ** Examples
>
> # Literal xml/html is useful for small examples
> read_xml("<foo><bar /></foo>")
{xml_document}
<foo>
[1] <bar/>
> read_html("<html><title>Hi<title></html>")
{xml_document}
<html>
[1] <head>\n<meta http-equiv="Content-Type" content="text/html; charset=UTF-8 ...
> read_html("<html><title>Hi")
{xml_document}
<html>
[1] <head>\n<meta http-equiv="Content-Type" content="text/html; charset=UTF-8 ...
>
> # From a local path
> read_html(system.file("extdata", "r-project.html", package = "xml2"))
{xml_document}
<html lang="en">
[1] <head>\n<meta http-equiv="Content-Type" content="text/html; charset=UTF-8 ...
[2] <body>\n <div class="container page">\n <div class="row">\n ...
>
> # From a url
> cd <- read_xml(xml2_example("cd_catalog.xml"))
> me <- read_html("http://had.co.nz")
Error in open.connection(x, "rb") : Recv failure: Connection was reset
Calls: read_html -> read_html.default
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64