Skip to content

Commit 2cfba05

Browse files
Merge pull request #6941 from Rdatatable/fix-invalid-urls
Replace links that fail URL checks
2 parents 0855d0a + c1cd5cf commit 2cfba05

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
@@ -139,7 +139,7 @@ Background :\cr
139139
\url{https://stackoverflow.com/a/9818473/403310}\cr
140140
\url{https://stackoverflow.com/questions/9608950/reading-huge-files-using-memory-mapped-files}
141141
142-
finagler = "to get or achieve by guile or manipulation" \url{https://dictionary.reference.com/browse/finagler}
142+
finagle = "to obtain (something) by indirect or involved means", \url{https://www.merriam-webster.com/dictionary/finagler}
143143
144144
On YAML, see \url{https://yaml.org/}.
145145
}

man/fwrite.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fwrite(x, file = "", append = FALSE, quote = "auto",
5757
\item{nThread}{The number of threads to use. Experiment to see what works best for your data on your hardware.}
5858
\item{showProgress}{ Display a progress meter on the console? Ignored when \code{file==""}. }
5959
\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"}.}
60-
\item{compressLevel}{Level of compression between 1 and 9, 6 by default. See \url{https://linux.die.net/man/1/gzip} for details.}
60+
\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.}
6161
\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}. }
6262
\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'.}
6363
\item{verbose}{Be chatty and report timings?}

0 commit comments

Comments
 (0)