rdatsci / rtcl

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

rupdate error #23

Closed smilesun closed 7 years ago

smilesun commented 7 years ago

after running rt init, I uncomment the first line

## Uncomment to let rt update itself:
 rdatsci/rt

It said

 rupdate
Checking for outdated packages ...
Error: column(s) not found: Package, ReposVer

With an empty file, it said

 rupdate
Checking for outdated packages ...
Error: column(s) not found: Package, ReposVer

If I add some packages names BBmisc minga

for example, again, it said

 rupdate
Checking for outdated packages ...
Error: column(s) not found: Package, ReposVer
smilesun commented 7 years ago

it turns out that when old.packages() return null, rupdate will not work