CRAN Package Check Results for Package statsDK

Last updated on 2019-09-28 14:46:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.02 27.08 29.10 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 1.66 21.25 22.91 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 37.13 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 36.36 ERROR
r-devel-windows-ix86+x86_64 0.1.1 8.00 71.00 79.00 ERROR
r-patched-linux-x86_64 0.1.1 1.74 26.24 27.98 ERROR
r-patched-solaris-x86 0.1.1 57.70 ERROR
r-release-linux-x86_64 0.1.1 1.57 26.23 27.80 ERROR
r-release-windows-ix86+x86_64 0.1.1 10.00 67.00 77.00 ERROR
r-release-osx-x86_64 0.1.1 ERROR
r-oldrel-windows-ix86+x86_64 0.1.1 6.00 69.00 75.00 ERROR
r-oldrel-osx-x86_64 0.1.1 NOTE

Check Details

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in 'statsDK-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: get_variables
    > ### Title: Extracts variables from the list of meta data
    > ### Aliases: get_variables
    >
    > ### ** Examples
    >
    > metadata <- statsDK::retrieve_metadata("BEV3A")
    Metadata collected succesfully
    > dplyr::glimpse(metadata)
    List of 11
     $ id : chr "BEV3A"
     $ text : chr "Live births and deaths"
     $ description : chr "Live births and deaths by movement and time"
     $ unit : chr "number"
     $ suppressedDataValue: chr "0"
     $ updated : chr "2019-08-09T08:00:00"
     $ active : logi TRUE
     $ contacts :'data.frame': 1 obs. of 3 variables:
     ..$ name : chr "Dorthe Larsen"
     ..$ phone: chr "+4539173307"
     ..$ mail : chr "dla@dst.dk"
     $ documentation :List of 2
     ..$ id : chr "738a2ebc-263d-403d-a2d9-7bcd3292eede"
     ..$ url: chr "https://www.dst.dk/documentationofstatistics/738a2ebc-263d-403d-a2d9-7bcd3292eede"
     $ footnote :List of 2
     ..$ text : chr "The 21. February 2018 the number of livebirths is revised with 125 more born in 2017."
     ..$ mandatory: logi FALSE
     $ variables :'data.frame': 2 obs. of 5 variables:
     ..$ id : chr [1:2] "BEVÆGELSEV" "Tid"
     ..$ text : chr [1:2] "movement" "time"
     ..$ elimination: logi [1:2] FALSE FALSE
     ..$ time : logi [1:2] FALSE TRUE
     ..$ values :List of 2
     .. ..$ :'data.frame': 2 obs. of 2 variables:
     .. ..$ :'data.frame': 1422 obs. of 2 variables:
    >
    > # See the variables as a data frame
    > variables <- get_variables(metadata)
    Error: `unnest_()` is deprecated as of tidyr 1.0.0.
    Please use `unnest()` instead.
    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: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [2s/8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(statsDK)
     >
     > test_check("statsDK")
     -- 1. Error: (unknown) (@test_fixers.R#27) ------------------------------------
     `unnest_()` is deprecated as of tidyr 1.0.0.
     Please use `unnest()` instead.
     1: get_variables(metadata) at testthat/test_fixers.R:27
     2: tidyr::unnest_(metadata$variables, "values")
     3: lifecycle::deprecate_stop("1.0.0", "unnest_()", "unnest()")
    
     == testthat results ===========================================================
     [ OK: 14 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: (unknown) (@test_fixers.R#27)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'Get_started_with_statsDK.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
    
    
    Attaching package: 'lubridate'
    
    The following object is masked from 'package:base':
    
     date
    
    Tables collected succesfully
    Quitting from lines 66-69 (Get_started_with_statsDK.Rmd)
    Error: processing vignette 'Get_started_with_statsDK.Rmd' failed with diagnostics:
    `unnest_()` is deprecated as of tidyr 1.0.0.
    Please use `unnest()` instead.
    --- failed re-building 'Get_started_with_statsDK.Rmd'
    
    SUMMARY: processing the following file failed:
     'Get_started_with_statsDK.Rmd'
    
    Error: Vignette re-building failed.
    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: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(statsDK)
     >
     > test_check("statsDK")
     ── 1. Error: (unknown) (@test_fixers.R#27) ────────────────────────────────────
     `unnest_()` is deprecated as of tidyr 1.0.0.
     Please use `unnest()` instead.
     1: get_variables(metadata) at testthat/test_fixers.R:27
     2: tidyr::unnest_(metadata$variables, "values")
     3: lifecycle::deprecate_stop("1.0.0", "unnest_()", "unnest()")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 14 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: (unknown) (@test_fixers.R#27)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 0.1.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘dplyr’ ‘ggplot2’ ‘stringr’
     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-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘statsDK-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: get_variables
    > ### Title: Extracts variables from the list of meta data
    > ### Aliases: get_variables
    >
    > ### ** Examples
    >
    > metadata <- statsDK::retrieve_metadata("BEV3A")
    Metadata collected succesfully
    > dplyr::glimpse(metadata)
    List of 11
     $ id : chr "BEV3A"
     $ text : chr "Live births and deaths"
     $ description : chr "Live births and deaths by movement and time"
     $ unit : chr "number"
     $ suppressedDataValue: chr "0"
     $ updated : chr "2019-08-09T08:00:00"
     $ active : logi TRUE
     $ contacts :'data.frame': 1 obs. of 3 variables:
     ..$ name : chr "Dorthe Larsen"
     ..$ phone: chr "+4539173307"
     ..$ mail : chr "dla@dst.dk"
     $ documentation :List of 2
     ..$ id : chr "738a2ebc-263d-403d-a2d9-7bcd3292eede"
     ..$ url: chr "https://www.dst.dk/documentationofstatistics/738a2ebc-263d-403d-a2d9-7bcd3292eede"
     $ footnote :List of 2
     ..$ text : chr "The 21. February 2018 the number of livebirths is revised with 125 more born in 2017."
     ..$ mandatory: logi FALSE
     $ variables :'data.frame': 2 obs. of 5 variables:
     ..$ id : chr [1:2] "BEVÆGELSEV" "Tid"
     ..$ text : chr [1:2] "movement" "time"
     ..$ elimination: logi [1:2] FALSE FALSE
     ..$ time : logi [1:2] FALSE TRUE
     ..$ values :List of 2
     .. ..$ :'data.frame': 2 obs. of 2 variables:
     .. ..$ :'data.frame': 1422 obs. of 2 variables:
    >
    > # See the variables as a data frame
    > variables <- get_variables(metadata)
    Error: `unnest_()` is deprecated as of tidyr 1.0.0.
    Please use `unnest()` instead.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/12s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(statsDK)
     >
     > test_check("statsDK")
     ── 1. Error: (unknown) (@test_fixers.R#27) ────────────────────────────────────
     `unnest_()` is deprecated as of tidyr 1.0.0.
     Please use `unnest()` instead.
     1: get_variables(metadata) at testthat/test_fixers.R:27
     2: tidyr::unnest_(metadata$variables, "values")
     3: lifecycle::deprecate_stop("1.0.0", "unnest_()", "unnest()")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 14 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: (unknown) (@test_fixers.R#27)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘Get_started_with_statsDK.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
    
    
    Attaching package: 'lubridate'
    
    The following object is masked from 'package:base':
    
     date
    
    Tables collected succesfully
    Quitting from lines 66-69 (Get_started_with_statsDK.Rmd)
    Error: processing vignette 'Get_started_with_statsDK.Rmd' failed with diagnostics:
    `unnest_()` is deprecated as of tidyr 1.0.0.
    Please use `unnest()` instead.
    --- failed re-building ‘Get_started_with_statsDK.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Get_started_with_statsDK.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/13s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(statsDK)
     >
     > test_check("statsDK")
     ── 1. Error: (unknown) (@test_fixers.R#27) ────────────────────────────────────
     `unnest_()` is deprecated as of tidyr 1.0.0.
     Please use `unnest()` instead.
     1: get_variables(metadata) at testthat/test_fixers.R:27
     2: tidyr::unnest_(metadata$variables, "values")
     3: lifecycle::deprecate_stop("1.0.0", "unnest_()", "unnest()")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 14 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: (unknown) (@test_fixers.R#27)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [9s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(statsDK)
     >
     > test_check("statsDK")
     -- 1. Error: (unknown) (@test_fixers.R#27) ------------------------------------
     `unnest_()` is deprecated as of tidyr 1.0.0.
     Please use `unnest()` instead.
     1: get_variables(metadata) at testthat/test_fixers.R:27
     2: tidyr::unnest_(metadata$variables, "values")
     3: lifecycle::deprecate_stop("1.0.0", "unnest_()", "unnest()")
    
     == testthat results ===========================================================
     [ OK: 14 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: (unknown) (@test_fixers.R#27)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/30s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(statsDK)
     >
     > test_check("statsDK")
     ── 1. Error: (unknown) (@test_fixers.R#27) ────────────────────────────────────
     `unnest_()` is deprecated as of tidyr 1.0.0.
     Please use `unnest()` instead.
     1: get_variables(metadata) at testthat/test_fixers.R:27
     2: tidyr::unnest_(metadata$variables, "values")
     3: lifecycle::deprecate_stop("1.0.0", "unnest_()", "unnest()")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 14 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: (unknown) (@test_fixers.R#27)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/29s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(statsDK)
     >
     > test_check("statsDK")
     ── 1. Error: (unknown) (@test_fixers.R#27) ────────────────────────────────────
     `unnest_()` is deprecated as of tidyr 1.0.0.
     Please use `unnest()` instead.
     1: get_variables(metadata) at testthat/test_fixers.R:27
     2: tidyr::unnest_(metadata$variables, "values")
     3: lifecycle::deprecate_stop("1.0.0", "unnest_()", "unnest()")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 14 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: (unknown) (@test_fixers.R#27)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘Get_started_with_statsDK.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
    
    
    Attaching package: 'lubridate'
    
    The following object is masked from 'package:base':
    
     date
    
    Tables collected succesfully
    Quitting from lines 66-69 (Get_started_with_statsDK.Rmd)
    Error: processing vignette 'Get_started_with_statsDK.Rmd' failed with diagnostics:
    `unnest_()` is deprecated as of tidyr 1.0.0.
    Please use `unnest()` instead.
    --- failed re-building ‘Get_started_with_statsDK.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Get_started_with_statsDK.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/41s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     2: suppressWarnings(httr::GET(url))
     3: withCallingHandlers(expr, warning = function(w) invokeRestart("muffleWarning"))
     4: httr::GET(url)
     5: request_perform(req, hu$handle$handle)
     6: request_fetch(req$output, req$url, handle)
     7: request_fetch.write_memory(req$output, req$url, handle)
     8: curl::curl_fetch_memory(url, handle = handle)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 0 SKIPPED: 0 FAILED: 2
     1. Error: (unknown) (@test_fixers.R#8)
     2. Error: (unknown) (@test_retrievers.R#7)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-osx-x86_64

Version: 0.1.1
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
    
    
    Attaching package: 'lubridate'
    
    The following object is masked from 'package:base':
    
     date
    
    Tables collected succesfully
    Quitting from lines 66-69 (Get_started_with_statsDK.Rmd)
    Error: processing vignette 'Get_started_with_statsDK.Rmd' failed with diagnostics:
    `unnest_()` is deprecated as of tidyr 1.0.0.
    Please use `unnest()` instead.
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64