rdatsci / rtcl

R tools for the command line
65 stars 3 forks source link

rupdate broken? #46

Closed surmann closed 5 years ago

surmann commented 5 years ago

Today I got the following message:

> rupdate
Checking for outdated packages ...
Error: values must be length 1,
 but FUN(X[[1]]) result is length 0

Is there any work ongoing which temporary causes this issue?

jakob-r commented 5 years ago

Probably I broke something... I will check. Do you have some special packages in your rt config file?

surmann commented 5 years ago

Here is my traceback():

> traceback()
4: vapply(li, "[[", what, FUN.VALUE = NA_character_) at helper.r#31
3: extract(pkgs, "type")
2: factor(extract(pkgs, "type")) at rupdate.r#28
1: rupdate()

You get my package file in a minute.

jakob-r commented 5 years ago

Should work again. Have to find a way to test it nicely though.

surmann commented 5 years ago

Works.