Closed mattbk closed 6 years ago
Trying sudo apt-get install gcc
which is probably using the stretch
sources to upgrade. Now 6.3.0.
Tried this but didn't seem to work--or another error is occurring.
Trying this now: https://packages.debian.org/jessie-backports/arm64/r-cran-lubridate/download
Added to /etc/apt/sources.list: deb http://ftp.de.debian.org/debian jessie-backports main
.
sudo apt-get install r-cran-lubridate
Running devtools::install_github('ThomasChln/mastodon')
.
Say blank/cancel to updating lubridate
that is already installed (the one installed with apt
).
Now getting this error on running post-311.R
script:
Error in api_call(POST, ...) : Unauthorized (HTTP 401).
Calls: login -> post -> api_call -> stop_for_status
Execution halted
That's because I had the wrong email address. It all works!
devtools::install_github('ThomasChln/mastodon')
Failing on
lubridate
.