falsy icon indicating copy to clipboard operation
falsy copied to clipboard

Removed from CRAN?

Open gwerbin opened this issue 8 years ago • 5 comments

It looks like this was removed from CRAN earlier this year:

Archived on 2016-05-02 as check problems were not corrected.

Do you know what those problems were? I like the idea behind this package and I'd be happy to help out if you'd like.

gwerbin avatar Oct 30 '16 21:10 gwerbin

Yes, sorry. falsy is kind of dangerous (See https://github.com/gaborcsardi/falsy#warnings), and since no other packages depended on it, I took it down.

I found it that I usually just define "%||%" <- function(l, r) if (is.null(l)) r else l nowadays, i.e. I only treat NULL as falsy.

If you really need it, I can put it back on CRAN, though.

gaborcsardi avatar Oct 30 '16 21:10 gaborcsardi

Fair enough. However your other package Seer apparently does depend on it (according to its DESCRIPTION)

gwerbin avatar Oct 30 '16 23:10 gwerbin

Good point. I "fixed" seer, to install falsy form GitHub automatically.

gaborcsardi avatar Oct 31 '16 13:10 gaborcsardi

Should the README state more clearly that it was archived from CRAN and why? Currently, the CRAN downloads badge gives a wrong impression until you click on it. :-)

maelle avatar Apr 10 '19 10:04 maelle

I'll just archive this, once crandb does not need it.

gaborcsardi avatar Apr 10 '19 12:04 gaborcsardi