CRAN Package Check Results for Package emayili

Last updated on 2022-04-24 03:52:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.9 10.29 80.34 90.63 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.9 6.91 60.61 67.52 OK
r-devel-linux-x86_64-fedora-clang 0.7.9 105.42 OK
r-devel-linux-x86_64-fedora-gcc 0.7.9 94.13 OK
r-patched-linux-x86_64 0.7.9 9.14 76.28 85.42 OK
r-release-linux-x86_64 0.7.9 9.15 73.34 82.49 OK
r-release-macos-arm64 0.7.9 OK
r-release-macos-x86_64 0.7.9 OK
r-release-windows-x86_64 0.7.9 54.00 102.00 156.00 OK
r-oldrel-macos-arm64 0.7.9 OK
r-oldrel-macos-x86_64 0.7.9 OK
r-oldrel-windows-ix86+x86_64 0.7.9 20.00 84.00 104.00 OK

Check Details

Version: 0.7.9
Check: examples
Result: ERROR
    Running examples in 'emayili-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: normalise
    > ### Title: Normalise email address
    > ### Aliases: normalise
    >
    > ### ** Examples
    >
    > normalise("bob@GMAIL.COM")
    [1] "bob@gmail.com"
    > ## Don't show:
    > # This breaks creation of the PDF manual.
    > <ERROR: re-encoding failure from encoding 'UTF-8'>
    normalise("bob@...
    + ## End(Don't show)
    +
    +
    +
    + base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
    Error: unexpected symbol in:
    "
    base::assign(".dptime"
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang