rstudio / rscloud

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

Project state #16

Open coatless opened 5 years ago

coatless commented 5 years ago

It may be useful to expose the following information about projects:

  1. owner of project
  2. date created
  3. last modified
  4. project bricked / forced restart
  5. base template used / project clone state
  6. resources used by project (space / ram / cpu /gpu / etc.)
coatless commented 5 years ago

Looks like some of the information is available via space_project_get()

https://github.com/rstudio/rscloud/blob/85b286847dbe30db19b09a4dde5dd38b1aa4b6f3/R/spaces.R#L97-L105