Skip to content

Commit

Permalink
Remove filelock imports from R files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 10, 2023
1 parent 9778042 commit 09a3a22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions R/metadata-cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ cranlike_metadata_cache <- R6Class(
)
)

#' @importFrom filelock lock unlock

cmc_init <- function(self, private, primary_path, replica_path, platforms,
r_version, bioc, cran_mirror, repos, update_after) {

Expand Down
1 change: 0 additions & 1 deletion R/package-cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
#' `pc$delete()` deletes the file(s) from the cache.
#'
#' @importFrom R6 R6Class
#' @importFrom filelock lock unlock
#'
#' @export
#' @examples
Expand Down

0 comments on commit 09a3a22

Please sign in to comment.