getLockFile {basilisk.utils}R Documentation

Get lock file

Description

Get the path to a lock file, typically used to mark an installation in progress (or an incomplete installation that needs to be replaced).

Usage

getLockFile(path)

Arguments

path

String containing a path to an Miniconda installation or conda environment that is to be installed.

Value

String containing a path to a lock file, to be touched before installation starts and deleted after installation finishes successfully.

Author(s)

Aaron Lun

Examples

getLockFile("AAAA")


[Package basilisk.utils version 1.0.4 Index]