1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fs-package.R
\docType{package}
\name{fs-package}
\alias{fs}
\alias{fs-package}
\title{fs: Cross-Platform File System Operations Based on 'libuv'}
\description{
A cross-platform interface to file system operations, built on top of the 'libuv' C library.
}
\seealso{
Useful links:
\itemize{
\item \url{https://fs.r-lib.org}
\item \url{https://github.com/r-lib/fs}
\item Report bugs at \url{https://github.com/r-lib/fs/issues}
}
}
\author{
\strong{Maintainer}: Gábor Csárdi \email{csardi.gabor@gmail.com}
Authors:
\itemize{
\item Jim Hester
\item Hadley Wickham \email{hadley@rstudio.com}
}
Other contributors:
\itemize{
\item libuv project contributors (libuv library) [copyright holder]
\item Joyent, Inc. and other Node contributors (libuv library) [copyright holder]
\item RStudio [copyright holder, funder]
}
}
\keyword{internal}
|