Instead of using interfaces as hard-coded objects, I would rather like to apply the following changes to the package:
interface_file and interface_gdrive functions should rather be generator functions only,
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.
Instead of using interfaces as hard-coded objects, I would rather like to apply the following changes to the package:
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.