Last updated on 2021-02-21 07:51:59 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 2.44 | 19.88 | 22.32 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 44.90 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 34.25 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.0 | 9.00 | 42.00 | 51.00 | OK | |
r-patched-linux-x86_64 | 1.1.1 | 2.63 | 24.01 | 26.64 | OK | |
r-patched-solaris-x86 | 1.1.1 | 51.10 | ERROR | |||
r-release-linux-x86_64 | 1.1.1 | 2.69 | 24.12 | 26.81 | OK | |
r-release-macos-x86_64 | 1.1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1.0 | 12.00 | 61.00 | 73.00 | OK | |
r-oldrel-macos-x86_64 | 1.1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.0 | 7.00 | 53.00 | 60.00 | OK |
Version: 1.1.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘purrr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘genderBR-Ex.R’ failed
The error most likely occurred in:
> ### Name: map_gender
> ### Title: Map the use of Brazilian first names by gender and by state
> ### Aliases: map_gender
>
> ### ** Examples
>
> # Map the use of the name 'Joao' for
> # males in Brazil by state
> map_gender('Joao', gender = 'm')
Error in map_gender("Joao", gender = "m") :
IBGE's API is not responding. Try again later.
Execution halted
Flavor: r-patched-solaris-x86