rstudio / rscloud

Managing RStudio Cloud spaces with R
https://rstudio.github.io/rscloud
Other
22 stars 11 forks source link

Fix how `last_activity` is reported #50

Closed mine-cetinkaya-rundel closed 2 years ago

mine-cetinkaya-rundel commented 2 years ago

Due to a recent API update, last_activity is only given if the time window is less than or equal to 31 days. This PR updates thespace_member_usage() function to reflect this update as well as the associated test files.

Addresses #49.