lhgergo / remete

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

Fixing results and task directory creation on Google Drive #12

Open lhgergo opened 1 month ago

lhgergo commented 1 month ago

When creating a Google Drive-based interface, the generate_interface_gdrive function assembles directory names composed of the specified directory names and the server id. This should be rewritten into a more robust solution, as not all directory path format is acceptable in the current form of the function. For example, if parameter result is set to resultsdir/, then the path will look like this: resultsdir/_serverid. This will make it impossible for the server to find the results directory.