rstudio / rscloud

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

File system interaction #15

Open coatless opened 5 years ago

coatless commented 5 years ago

Any chance there could be a file system component to the API?

In particular, the interactions I'm thinking of are:

  1. automatically downloading a .zip of active student files
  2. adding and overwriting files
tareefk commented 5 years ago

Just to clarify, when you say: Adding or overwriting files, are you looking for a programmatic way to replace the contents of a student's existing content?

coatless commented 5 years ago

Yes, I'm looking for a programmatic way to easily fix a "bad" data set if it was released or directly send grades back to the student project.

tareefk commented 5 years ago

The dataset problem we will solve a different way, we may not have talked about it but our goal is to have a directory that gets mounted as read only which you could be changing all the time underneath the hood.

wlandau commented 4 years ago

Maybe related: is it possible to modify the upstream project? For example, I would like to continuously deploy https://rstudio.cloud/project/627076 from https://github.com/wlandau/learndrake/tree/master/inst/notebooks.

kevinykuo commented 4 years ago

@wlandau Do you mind opening an issue to make sure we track it? That's something I wondered about, too.

wlandau commented 4 years ago

Sure: #35