From 2dbba82c6c79aa66af2f83df309c9b3e935f202e Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Tue, 3 Oct 2023 10:12:57 -0700 Subject: [PATCH] Fix a broken help link --- R/file.R | 2 +- man/file_info.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/file.R b/R/file.R index 91e10b15a..432b200f5 100644 --- a/R/file.R +++ b/R/file.R @@ -1,6 +1,6 @@ #' Query file metadata #' -#' Compared to `[file.info]` the full results of a `stat(2)` system call are +#' Compared to [file.info()] the full results of a `stat(2)` system call are #' returned and some columns are returned as S3 classes to make manipulation #' more natural. On systems which do not support all metadata (such as Windows) #' default values are used. diff --git a/man/file_info.Rd b/man/file_info.Rd index 4934baa00..b4c2eb3fd 100644 --- a/man/file_info.Rd +++ b/man/file_info.Rd @@ -40,7 +40,7 @@ A data.frame with metadata for each file. Columns returned are as follows. \item{birth_time}{The time when the inode was created - as a \link{POSIXct} datetime.} } \description{ -Compared to \verb{[file.info]} the full results of a \code{stat(2)} system call are +Compared to \code{\link[=file.info]{file.info()}} the full results of a \code{stat(2)} system call are returned and some columns are returned as S3 classes to make manipulation more natural. On systems which do not support all metadata (such as Windows) default values are used.