From d781c28dde37ada1096ea141706a8c1e4321f811 Mon Sep 17 00:00:00 2001 From: Luke Zappia Date: Mon, 2 Dec 2024 10:13:43 +0100 Subject: [PATCH] Update Artifact$cache() docs --- R/Artifact.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/Artifact.R b/R/Artifact.R index a9d4495..4e514e2 100644 --- a/R/Artifact.R +++ b/R/Artifact.R @@ -22,8 +22,8 @@ ArtifactRecord <- R6::R6Class( # nolint object_name_linter load_file(file_path, suffix, ...) }, #' @description - #' Cache the artifact to the local filesystem. This currently only supports - #' S3 storage. + #' Cache the artifact to the local filesystem. When the Python `lamindb` + #' package is not available this only supports S3 storage. #' #' @return The path to the cached artifact cache = function() {