Package: r-cran-fs / 1.2.6+dfsg-1

Metadata

Package Version Patches format
r-cran-fs 1.2.6+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_debian_packaged_libuv.patch | (download)

src/Makevars | 19 3 + 16 - 0 !
1 file changed, 3 insertions(+), 16 deletions(-)

 use debian packaged libuv


fix_test.patch | (download)

tests/testthat/test-sanitize.R | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test.  without this change test will end up in
  1. Error: filesystems can read, write and delete sanitized files (@test-sanit
 Can't find `tests/testthat` in current directory.
 1: readLines(testthat::test_path("blns.txt.xz"), encoding = "UTF-8") at testthat/test-sanitize.R:104
 2: testthat::test_path("blns.txt.xz")
 3: stop("Can't find `tests/testthat` in current directory.", call. = FALSE)
 
    testthat results
 OK: 663 SKIPPED: 1 FAILED: 1
 1. Error: filesystems can read, write and delete sanitized files (@test-sanitize.R#104) 
 
 Error: testthat unit tests failed