Last updated on 2021-07-22 08:50:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 2.49 | 20.59 | 23.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 46.46 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 35.03 | NOTE | |||
r-devel-windows-x86_64 | 0.0.2 | 8.00 | 75.00 | 83.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 0.0.1 | ERROR | ||||
r-patched-solaris-x86 | 0.0.2 | 51.30 | ERROR | |||
r-release-macos-arm64 | 0.0.1 | NOTE | ||||
r-release-macos-x86_64 | 0.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.0.1 | 6.00 | 53.00 | 59.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.2 | 6.00 | 68.00 | 74.00 | OK |
Version: 0.0.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘lubridate’
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
Version: 0.0.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: 'lubridate'
All declared Imports should be used.
Flavors: r-devel-windows-x86_64-gcc10-UCRT, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.0.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-windows-x86_64-gcc10-UCRT, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in 'meedr-Ex.R' failed
The error most likely occurred in:
> ### Name: get_quarterly
> ### Title: Get data on quarterly market expectations for economic
> ### indicators (Focus/BCB)
> ### Aliases: get_quarterly
>
> ### ** Examples
>
> df <- get_quarterly(
+ indicator = "PIB Total",
+ reference_date = paste0(lubridate::quarter(Sys.Date()), "/",
+ lubridate::year(Sys.Date())
+ ),
+ use_memoise = FALSE
+ )
Fetching [PIB Total] data from BCB-Olinda...
Found 350 observations!
Warning in names[cols] <- .fn(names[cols], ...) :
number of items to replace is not a multiple of replacement length
Error: Names must be unique.
x These names are duplicated:
* "indicator" at locations 1 and 11.
Backtrace:
x
1. \-meedr::get_quarterly(...)
2. +-dplyr::rename_with(...)
3. \-dplyr:::rename_with.data.frame(...)
4. \-vctrs::vec_as_names(names, repair = "check_unique")
5. \-(function () ...
6. \-vctrs:::validate_unique(names = names, arg = arg)
7. \-vctrs:::stop_names_must_be_unique(names, arg)
8. \-vctrs:::stop_names(...)
9. \-vctrs:::stop_vctrs(class = c(class, "vctrs_error_names"), ...)
Execution halted
Flavors: r-devel-windows-x86_64-gcc10-UCRT, r-release-windows-ix86+x86_64
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘meedr-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_quarterly
> ### Title: Get data on quarterly market expectations for economic
> ### indicators (Focus/BCB)
> ### Aliases: get_quarterly
>
> ### ** Examples
>
> df <- get_quarterly(
+ indicator = "PIB Total",
+ first_date = Sys.Date() - 30,
+ reference_date = paste0(lubridate::quarter(Sys.Date()), "/",
+ lubridate::year(Sys.Date())
+ ),
+ use_memoise = FALSE
+ )
Fetching [PIB Total] data from BCB-Olinda...
Error:
Error in fetching data: Timeout was reached: [olinda.bcb.gov.br] Operation timed out after 10008 milliseconds with 0 out of 0 bytes received
Execution halted
Flavor: r-patched-solaris-x86