Mine Cetinkaya-Rundel
Mine Cetinkaya-Rundel
I wonder if the package name should also be updated. Any thoughts? We haven't submitted to CRAN yet so change should be feasible. cc @ssinnott
@kputschko There was an update in the last week in the API to limit `last_activity` to 30 days. I'm working on updating the function to reflect this change so the...
Yes, for the `last_active` field it will only be possible to look back within the last 30 days. For other fields there won't be such time limit.
@kputschko The broken `space_member_usage()` call for longer time periods should now be fixed with #50. Leaving the issue open to remind of the original request re: better documentation of possible...
Currently we can use `space_member_usage()` to get at this: ```r space_member_usage(space) #> # A tibble: 1 × 8 #> active_projects compute active_spaces active_accounts last_activity active_users from until #> #> 1...
@kputschko or @erex -- Are there any other fields not covered by the result of `space_member_usage()` that you're interested in?
Should we name it positcloud then?
Works like a charm! For others landing here, you can put the code @annafergusson suggested above in a file with a .js extension in a directory called `js/` (as suggested...
I'm very interested in the answer to @garrettgman's second question here as well.
That would be awesome @krlmlr. I was actually looking into running the code through styler in the checking stage and providing feedback. I haven't really figured it out yet, but...