File: filelock-package.Rd

package info (click to toggle)
r-cran-filelock 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: ansic: 470; sh: 13; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/filelock-package.R
\docType{package}
\name{filelock-package}
\alias{filelock}
\alias{filelock-package}
\title{filelock: Portable File Locking}
\description{
Place an exclusive or shared lock on a file. It uses 'LockFile' on Windows and 'fcntl' locks on Unix-like systems.
}
\seealso{
Useful links:
\itemize{
  \item \url{https://r-lib.github.io/filelock/}
  \item \url{https://github.com/r-lib/filelock}
  \item Report bugs at \url{https://github.com/r-lib/filelock/issues}
}

}
\author{
\strong{Maintainer}: Gábor Csárdi \email{csardi.gabor@gmail.com}

Other contributors:
\itemize{
  \item Posit Software, PBC [copyright holder, funder]
}

}
\keyword{internal}