Skip to content

analogsea v0.9.0

Compare
Choose a tag to compare
@sckott sckott released this 08 Oct 16:16
483bdca

NEW FEATURES

  • gains function install_github_r_package() for installing R packages from github on your droplet (#191) thanks @muschellij2

MINOR IMPROVEMENTS

  • neighbors() fxn fix: DigitalOcean updated the route used for neighbors information, and the returned named element in the response body (#186)

BUG FIXES

  • fix for droplet_execute() for running R on a droplet (#193) (#195) thanks @pieterprovoost
  • fixed droplet_action() internal function - explicitly state the content type for each request - should affect many exported functions (#192)
  • fix for internal function droplet_ip(): we were sometimes extracting the private IP instead of the public IP address (#198) thanks @muschellij2