Last updated on 2022-07-13 06:55:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 7.46 | 45.92 | 53.38 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.54 | 35.59 | 40.13 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 74.49 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 72.82 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 57.00 | 80.00 | 137.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.0 | 7.40 | 43.86 | 51.26 | NOTE | |
r-release-linux-x86_64 | 1.0.0 | 5.26 | 44.51 | 49.77 | NOTE | |
r-release-macos-arm64 | 1.0.0 | 25.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.0 | 34.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.0 | 62.00 | 88.00 | 150.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0.0 | 29.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.0 | 44.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 12.00 | 67.00 | 79.00 | NOTE |
Version: 1.0.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'mRpostman-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: decode_mime_header
> ### Title: Decode RFC 2047 quoted-printable and base64 MIME headers and
> ### strings
> ### Aliases: decode_mime_header
>
> ### ** Examples
>
> # Simple quoted-printable string - Portuguese example
> qp_encoded <- "Minist=E9rio_da_Educa=E7=E3o"
> decoded_string <- decode_mime_header(string = qp_encoded)
Warning in grepl(pattern = "[\200-ÿ]", x = decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Warning in grepl(pattern = "[\200-ÿ]", x = decoded_string) :
input string 1 is invalid
Warning in grepl(pattern = "[\200-ÿ]", x = decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Warning in grepl(pattern = "[\200-ÿ]", x = decoded_string) :
input string 1 is invalid
Warning in gsub("_", " ", decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Error in gsub("_", " ", decoded_string) : input string 1 is invalid
Calls: decode_mime_header -> decode_quoted_printable_header -> gsub
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘mRpostman-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: decode_mime_header
> ### Title: Decode RFC 2047 quoted-printable and base64 MIME headers and
> ### strings
> ### Aliases: decode_mime_header
>
> ### ** Examples
>
> # Simple quoted-printable string - Portuguese example
> qp_encoded <- "Minist=E9rio_da_Educa=E7=E3o"
> decoded_string <- decode_mime_header(string = qp_encoded)
Warning in grepl(pattern = "[\x80-\xff]", x = decoded_string) :
unable to translate '[<80>-<ff>]' to a wide string
Warning in grepl(pattern = "[\\x80-\\xff]", x = decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Warning in grepl(pattern = "[\\x80-\\xff]", x = decoded_string) :
input string 1 is invalid
Warning in grepl(pattern = "[\\x80-\\xff]", x = decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Warning in grepl(pattern = "[\\x80-\\xff]", x = decoded_string) :
input string 1 is invalid
Warning in gsub("_", " ", decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Error in gsub("_", " ", decoded_string) : input string 1 is invalid
Calls: decode_mime_header -> decode_quoted_printable_header -> gsub
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘mRpostman-Ex.R’ failed
The error most likely occurred in:
> ### Name: decode_mime_header
> ### Title: Decode RFC 2047 quoted-printable and base64 MIME headers and
> ### strings
> ### Aliases: decode_mime_header
>
> ### ** Examples
>
> # Simple quoted-printable string - Portuguese example
> qp_encoded <- "Minist=E9rio_da_Educa=E7=E3o"
> decoded_string <- decode_mime_header(string = qp_encoded)
Warning in grepl(pattern = "[\x80-\xff]", x = decoded_string) :
unable to translate '[<80>-<ff>]' to a wide string
Warning in grepl(pattern = "[\\x80-\\xff]", x = decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Warning in grepl(pattern = "[\\x80-\\xff]", x = decoded_string) :
input string 1 is invalid
Warning in grepl(pattern = "[\\x80-\\xff]", x = decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Warning in grepl(pattern = "[\\x80-\\xff]", x = decoded_string) :
input string 1 is invalid
Warning in gsub("_", " ", decoded_string) :
unable to translate 'Minist<e9>rio_da_Educa<e7><e3>o' to a wide string
Error in gsub("_", " ", decoded_string) : input string 1 is invalid
Calls: decode_mime_header -> decode_quoted_printable_header -> gsub
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64