updateR icon indicating copy to clipboard operation
updateR copied to clipboard

Password function broken

Open mnneely opened this issue 4 years ago • 4 comments

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

mnneely avatar Jul 27 '20 22:07 mnneely

Could you try the dev version devtools::install_github('AndreaCirilloAC/updateR') and run updateR() again? Some changes are made in #29 .

chuckleong21 avatar Jul 28 '20 09:07 chuckleong21

Strange. It seems the deprecated admin_password is kept. See 887c0c6.

chuckleong21 avatar Jul 28 '20 09:07 chuckleong21

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

rmenafra avatar Aug 16 '20 12:08 rmenafra

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.

mikeroswell avatar Sep 02 '20 20:09 mikeroswell