Currently, the force parameter in the createLocalRepo() function forces to create a new directory if one does not exist. But by default it's TRUE and I do not see why anyone would set it to FALSE.
As in #318 it is more natural to check the opposite.
Proposed behaviour:
1) createLocalRepo() creates dir is one does not exist
2) if directory exist and backpack.db is there, then force=TRUE is required to reinitialize the repository
3) by default force=FALSE
Currently, the force parameter in the createLocalRepo() function forces to create a new directory if one does not exist. But by default it's TRUE and I do not see why anyone would set it to FALSE. As in #318 it is more natural to check the opposite. Proposed behaviour: 1) createLocalRepo() creates dir is one does not exist 2) if directory exist and backpack.db is there, then force=TRUE is required to reinitialize the repository 3) by default force=FALSE