Skip to content

Commit c8feb4f

Browse files
aitapTysonStanley
authored andcommitted
Replace links that fail URL checks
Use a different dictionary and a different source of gzip documentation.
1 parent 6f4c401 commit c8feb4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/fread.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Background :\cr
140140
\url{https://stackoverflow.com/a/9818473/403310}\cr
141141
\url{https://stackoverflow.com/questions/9608950/reading-huge-files-using-memory-mapped-files}
142142
143-
finagler = "to get or achieve by guile or manipulation" \url{https://dictionary.reference.com/browse/finagler}
143+
finagle = "to obtain (something) by indirect or involved means", \url{https://www.merriam-webster.com/dictionary/finagler}
144144
145145
On YAML, see \url{https://yaml.org/}.
146146
}

man/fwrite.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fwrite(x, file = "", append = FALSE, quote = "auto",
5959
\item{nThread}{The number of threads to use. Experiment to see what works best for your data on your hardware.}
6060
\item{showProgress}{ Display a progress meter on the console? Ignored when \code{file==""}. }
6161
\item{compress}{If \code{compress = "auto"} and if \code{file} ends in \code{.gz} then output format is gzipped csv else csv. If \code{compress = "none"}, output format is always csv. If \code{compress = "gzip"} then format is gzipped csv. Output to the console is never gzipped even if \code{compress = "gzip"}. By default, \code{compress = "auto"}.}
62-
\item{compressLevel}{Level of compression between 1 and 9, 6 by default. See \url{https://linux.die.net/man/1/gzip} for details.}
62+
\item{compressLevel}{Level of compression between 1 and 9, 6 by default. See \url{https://www.gnu.org/software/gzip/manual/html_node/Invoking-gzip.html} for details.}
6363
\item{yaml}{If \code{TRUE}, \code{fwrite} will output a CSVY file, that is, a CSV file with metadata stored as a YAML header, using \code{\link[yaml]{as.yaml}}. See \code{Details}. }
6464
\item{bom}{If \code{TRUE} a BOM (Byte Order Mark) sequence (EF BB BF) is added at the beginning of the file; format 'UTF-8 with BOM'.}
6565
\item{verbose}{Be chatty and report timings?}

0 commit comments

Comments
 (0)