updateR
updateR copied to clipboard
Password function broken
I just installed the latest version of updateR from GitHub and I'm running 4.0.2. I get the following error:
updateR()
Error in updateR() : object 'admin_password' not found
Could you try the dev version devtools::install_github('AndreaCirilloAC/updateR')
and run updateR()
again? Some changes are made in #29 .
Strange. It seems the deprecated admin_password
is kept. See 887c0c6.
Hi, the updateR () function still gives:
Created ~/.Rprofile
Error in updateR() : object 'admin_password' not found
I did
devtools::install_github('AndreaCirilloAC/updateR'
Any idea how to fix it? Thanks
I thought I had the same issue. I think that the current version of updateR
, the function updateR()
does not take admin_password
as an argument. I ran admin_password <- "<my_password>"
and then it seemed to work, more or less.