ropenscilabs / deposits

R Client for access to multiple data repository services
https://docs.ropensci.org/deposits/
Other
37 stars 3 forks source link

add resources field to client #79

Closed mpadge closed 1 year ago

mpadge commented 1 year ago

With print method that shows ˋX local, Y remoteˋ. Just store names of frictinoless resources.

mpadge commented 1 year ago

Also add a private local_path variable to the client, so path can be made optional in many methods.

mpadge commented 1 year ago

Those commits add all of the infrastructure. Now just have to replace a lot of current mandatory path arguments with optional variants, and take path instead from self$local_path.

mpadge commented 1 year ago

Above commit implements that. Final task is now just to update the docs.