[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Autopkgtest errors for r-cran-fs 1.5.0+dfsg-1



Hello Andreas,

I'll just quickly chip in.

I've just ran this within sbuild and I only see one failure. This is as
follows:

> 3. Failure: file_info: can be subset as a tibble (@test-file.R#43)

So, I am not sure why you are getting additional errors...

I did some more investigation on line 43 of tests/testthat/test-file.R.
The class of "x" is of a data frame, and a data frame is made up of
lists (not tibble), which is why this is failing.

Why? Well it seems like line 36 is the culprit, were there is the class
of x being manually set to as a data frame. The patch I will push
momentarily simply swaps the positions of these two tests, and
autopkgtest now passes cleanly for me.

I admit I was under the assumption that anything expressed within it()
is not globalised and is only for that expression.

Kind regards,
Shayan Doust

Attachment: 0x6D7D441919D02395.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: