getLockFile {basilisk.utils} | R Documentation |
Get the path to a lock file, typically used to mark an installation in progress (or an incomplete installation that needs to be replaced).
getLockFile(path)
path |
String containing a path to an Miniconda installation or conda environment that is to be installed. |
String containing a path to a lock file,
to be touch
ed before installation starts and deleted after installation finishes successfully.
Aaron Lun
getLockFile("AAAA")