lhgergo / remete

An easy-to-use, multi-protocol framework for task outsourcing on remote computers directly from R.
0 stars 0 forks source link

Changing the role of interfaces #10

Closed lhgergo closed 1 year ago

lhgergo commented 1 year ago

Instead of using interfaces as hard-coded objects, I would rather like to apply the following changes to the package:

  1. interface_file and interface_gdrive functions should rather be generator functions only,
  2. creating distinct interface objects, that would contain the exact configurations needed to target a specific computer.

Practically, these interface objects would be lists, containing the pre-defined configurations we have at the moment stored in remete_configs.json. Instead, these list objects could be stored and easily transferred from computer to computer in RData format.

lhgergo commented 1 year ago

I rewrote interface_gdrive into generate_interface_gdrive function.