Last updated on 2019-04-28 07:48:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.6 | 1.99 | 19.08 | 21.07 | OK | --no-examples --no-tests --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 0.4.6 | 1.81 | 15.58 | 17.39 | OK | --no-examples --no-tests --no-vignettes |
r-devel-linux-x86_64-fedora-clang | 0.4.6 | 35.95 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.6 | 33.61 | ERROR | |||
r-patched-linux-x86_64 | 0.4.6 | 2.40 | 19.15 | 21.55 | OK | --no-examples --no-tests --no-vignettes |
r-patched-solaris-x86 | 0.4.6 | 52.70 | ERROR | |||
r-release-linux-x86_64 | 0.4.6 | 2.25 | 19.51 | 21.76 | OK | --no-examples --no-tests --no-vignettes |
r-release-windows-ix86+x86_64 | 0.4.6 | 8.00 | 78.00 | 86.00 | ERROR | |
r-release-osx-x86_64 | 0.4.6 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.4.6 | 5.00 | 65.00 | 70.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.4.6 | WARN |
Version: 0.4.6
Check: examples
Result: ERROR
Running examples in ‘rcongresso-Ex.R’ failed
The error most likely occurred in:
> ### Name: fetch_despesas_deputado
> ### Title: Fetches expenditures from deputy
> ### Aliases: fetch_despesas_deputado
>
> ### ** Examples
>
> gastos_abel_mesquita <- fetch_despesas_deputado(id = 178957)
Error: Falha na requisicao a API dos Dados Abertos. Erro 400 ao tentar acessar: https://dadosabertos.camara.leg.br/api/v2/deputados/178957/despesas?id=178957
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.4.6
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rcongresso)
>
> test_check("rcongresso")
── 1. Error: (unknown) (@test_deputados.R#81) ─────────────────────────────────
argument "message" is missing, with no default
1: skip() at testthat/test_deputados.R:81
2: paste0(message, collapse = "\n")
── 2. Error: (unknown) (@test_proposicoes.R#91) ───────────────────────────────
could not find function "FUN1"
1: check_api() at testthat/test_proposicoes.R:91
2: tryCatch(setup(), error = function(e) {
message(e)
return(FALSE)
}) at testthat/test_proposicoes.R:15
3: tryCatchList(expr, classes, parentenv, handlers)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
5: value[[3L]](cond)
6: message(e) at testthat/test_proposicoes.R:16
7: withRestarts({
signalCondition(cond)
defaultHandler(cond)
}, muffleMessage = function() NULL)
8: withOneRestart(expr, restarts[[1L]])
9: doWithOneRestart(return(expr), restart)
── 3. Error: (unknown) (@test_votacoes.R#70) ──────────────────────────────────
argument "message" is missing, with no default
1: skip() at testthat/test_votacoes.R:70
2: paste0(message, collapse = "\n")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 13 SKIPPED: 0 WARNINGS: 0 FAILED: 3
1. Error: (unknown) (@test_deputados.R#81)
2. Error: (unknown) (@test_proposicoes.R#91)
3. Error: (unknown) (@test_votacoes.R#70)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4.6
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘introducao-rcongresso.Rmd’ using rmarkdown
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 36-38 (introducao-rcongresso.Rmd)
Error: processing vignette 'introducao-rcongresso.Rmd' failed with diagnostics:
could not find function "FUN1"
--- failed re-building ‘introducao-rcongresso.Rmd’
--- re-building ‘utilizando-fetch-proposicao.Rmd’ using rmarkdown
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 57-63 (utilizando-fetch-proposicao.Rmd)
Error: processing vignette 'utilizando-fetch-proposicao.Rmd' failed with diagnostics:
could not find function "FUN1"
--- failed re-building ‘utilizando-fetch-proposicao.Rmd’
SUMMARY: processing the following files failed:
‘introducao-rcongresso.Rmd’ ‘utilizando-fetch-proposicao.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-ix86+x86_64
Version: 0.4.6
Check: examples
Result: ERROR
Running examples in ‘rcongresso-Ex.R’ failed
The error most likely occurred in:
> ### Name: fetch_deputado
> ### Title: Retrieves details about a deputy
> ### Aliases: fetch_deputado
>
> ### ** Examples
>
> abel_mesquita_info <- fetch_deputado(id = 178957)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
Calls: fetch_deputado ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.4.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rcongresso)
>
> test_check("rcongresso")
── 1. Error: (unknown) (@test_deputados.R#81) ─────────────────────────────────
argument "message" is missing, with no default
1: skip() at testthat/test_deputados.R:81
2: paste0(message, collapse = "\n")
── 2. Error: (unknown) (@test_proposicoes.R#91) ───────────────────────────────
could not find function "FUN1"
1: check_api() at testthat/test_proposicoes.R:91
2: tryCatch(setup(), error = function(e) {
message(e)
return(FALSE)
}) at testthat/test_proposicoes.R:15
3: tryCatchList(expr, classes, parentenv, handlers)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
5: value[[3L]](cond)
6: message(e) at testthat/test_proposicoes.R:16
7: withRestarts({
signalCondition(cond)
defaultHandler(cond)
}, muffleMessage = function() NULL)
8: withOneRestart(expr, restarts[[1L]])
9: doWithOneRestart(return(expr), restart)
── 3. Error: (unknown) (@test_votacoes.R#70) ──────────────────────────────────
argument "message" is missing, with no default
1: skip() at testthat/test_votacoes.R:70
2: paste0(message, collapse = "\n")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 13 SKIPPED: 0 WARNINGS: 0 FAILED: 3
1. Error: (unknown) (@test_deputados.R#81)
2. Error: (unknown) (@test_proposicoes.R#91)
3. Error: (unknown) (@test_votacoes.R#70)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.4.6
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘introducao-rcongresso.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 36-38 (introducao-rcongresso.Rmd)
Error: processing vignette 'introducao-rcongresso.Rmd' failed with diagnostics:
could not find function "FUN1"
--- failed re-building ‘introducao-rcongresso.Rmd’
--- re-building ‘utilizando-fetch-proposicao.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 57-63 (utilizando-fetch-proposicao.Rmd)
Error: processing vignette 'utilizando-fetch-proposicao.Rmd' failed with diagnostics:
Timeout was reached: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
--- failed re-building ‘utilizando-fetch-proposicao.Rmd’
SUMMARY: processing the following files failed:
‘introducao-rcongresso.Rmd’ ‘utilizando-fetch-proposicao.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.4.6
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rcongresso)
>
> test_check("rcongresso")
-- 1. Error: (unknown) (@test_deputados.R#81) ---------------------------------
argument "message" is missing, with no default
1: skip() at testthat/test_deputados.R:81
2: paste0(message, collapse = "\n")
-- 2. Error: (unknown) (@test_proposicoes.R#91) -------------------------------
could not find function "FUN1"
1: check_api() at testthat/test_proposicoes.R:91
2: tryCatch(setup(), error = function(e) {
message(e)
return(FALSE)
}) at testthat/test_proposicoes.R:15
3: tryCatchList(expr, classes, parentenv, handlers)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
5: value[[3L]](cond)
6: message(e) at testthat/test_proposicoes.R:16
7: withRestarts({
signalCondition(cond)
defaultHandler(cond)
}, muffleMessage = function() NULL)
8: withOneRestart(expr, restarts[[1L]])
9: doWithOneRestart(return(expr), restart)
-- 3. Error: (unknown) (@test_votacoes.R#70) ----------------------------------
argument "message" is missing, with no default
1: skip() at testthat/test_votacoes.R:70
2: paste0(message, collapse = "\n")
== testthat results ===========================================================
OK: 13 SKIPPED: 0 WARNINGS: 0 FAILED: 3
1. Error: (unknown) (@test_deputados.R#81)
2. Error: (unknown) (@test_proposicoes.R#91)
3. Error: (unknown) (@test_votacoes.R#70)
Error: testthat unit tests failed
Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.4.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
9: doWithOneRestart(return(expr), restart)
── 3. Error: (unknown) (@test_votacoes.R#70) ──────────────────────────────────
argument "message" is missing, with no default
1: skip() at testthat/test_votacoes.R:70
2: structure(list(message = message), class = c("skip", "condition"))
══ testthat results ═══════════════════════════════════════════════════════════
OK: 13 SKIPPED: 0 FAILED: 3
1. Error: (unknown) (@test_deputados.R#81)
2. Error: (unknown) (@test_proposicoes.R#91)
3. Error: (unknown) (@test_votacoes.R#70)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.4.6
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘introducao-rcongresso.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 36-38 (introducao-rcongresso.Rmd)
Error: processing vignette 'introducao-rcongresso.Rmd' failed with diagnostics:
could not find function "FUN1"
--- failed re-building ‘introducao-rcongresso.Rmd’
--- re-building ‘utilizando-fetch-proposicao.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 57-63 (utilizando-fetch-proposicao.Rmd)
Error: processing vignette 'utilizando-fetch-proposicao.Rmd' failed with diagnostics:
could not find function "FUN1"
--- failed re-building ‘utilizando-fetch-proposicao.Rmd’
SUMMARY: processing the following files failed:
‘introducao-rcongresso.Rmd’ ‘utilizando-fetch-proposicao.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.4.6
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 36-38 (introducao-rcongresso.Rmd)
Error: processing vignette 'introducao-rcongresso.Rmd' failed with diagnostics:
could not find function "FUN1"
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.4.6
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 62-65 (introducao-rcongresso.Rmd)
Error: processing vignette 'introducao-rcongresso.Rmd' failed with diagnostics:
cannot open the connection
Execution halted
Flavor: r-oldrel-osx-x86_64