mattbk / hack-grand-forks

Scripts for hacking with public data in the Grand Forks, ND area.
0 stars 1 forks source link

Mastodon package install issues #8

Closed mattbk closed 6 years ago

mattbk commented 6 years ago

devtools::install_github('ThomasChln/mastodon')

Failing on lubridate.

mattbk commented 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.

mattbk commented 6 years ago

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

mattbk commented 6 years ago

Running devtools::install_github('ThomasChln/mastodon').

Say blank/cancel to updating lubridate that is already installed (the one installed with apt).

mattbk commented 6 years ago

Now getting this error on running post-311.Rscript:

Error in api_call(POST, ...) : Unauthorized (HTTP 401).
Calls: login -> post -> api_call -> stop_for_status
Execution halted
mattbk commented 6 years ago

That's because I had the wrong email address. It all works!