Last updated on 2024-01-10 19:52:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.0.0 | 15.96 | 122.85 | 138.81 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 5.0.0 | 11.65 | 88.45 | 100.10 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 5.0.0 | 163.20 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 5.0.0 | 167.12 | ERROR | |||
r-devel-windows-x86_64 | 5.0.0 | 12.00 | 120.00 | 132.00 | OK | |
r-patched-linux-x86_64 | 5.0.0 | 12.93 | 113.62 | 126.55 | ERROR | |
r-release-linux-x86_64 | 5.0.0 | 8.75 | 115.38 | 124.13 | ERROR | |
r-release-macos-arm64 | 5.0.0 | 93.00 | OK | |||
r-release-macos-x86_64 | 5.0.0 | 164.00 | OK | |||
r-release-windows-x86_64 | 5.0.0 | 16.00 | 139.00 | 155.00 | OK | |
r-oldrel-macos-arm64 | 5.0.0 | 90.00 | OK | |||
r-oldrel-windows-x86_64 | 5.0.0 | 18.00 | 138.00 | 156.00 | OK |
Version: 5.0.0
Check: examples
Result: ERROR
Running examples in ‘BRVM-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: BRVM_company_rank
> ### Title: BRVM Companies Rank - Get all tickers rank according to last
> ### quotation
> ### Aliases: BRVM_company_rank
>
> ### ** Examples
>
>
> BRVM_company_rank()
Make sure you have an active internet connection
> comp.rank<-BRVM_company_rank()
Make sure you have an active internet connection
> comp.rank<-comp.rank%>%
+ dplyr::arrange(desc(percent_change))
Error in UseMethod("arrange") :
no applicable method for 'arrange' applied to an object of class "NULL"
Calls: %>% -> <Anonymous>
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: 5.0.0
Check: examples
Result: ERROR
Running examples in ‘BRVM-Ex.R’ failed
The error most likely occurred in:
> ### Name: BRVM_company_rank
> ### Title: BRVM Companies Rank - Get all tickers rank according to last
> ### quotation
> ### Aliases: BRVM_company_rank
>
> ### ** Examples
>
>
> BRVM_company_rank()
Make sure you have an active internet connection
> comp.rank<-BRVM_company_rank()
Make sure you have an active internet connection
> comp.rank<-comp.rank%>%
+ dplyr::arrange(desc(percent_change))
Error in UseMethod("arrange") :
no applicable method for 'arrange' applied to an object of class "NULL"
Calls: %>% -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc