diff --git a/man/duckdb.Rd b/man/duckdb.Rd index fdc4b8e25..c6f99d8cb 100644 --- a/man/duckdb.Rd +++ b/man/duckdb.Rd @@ -64,7 +64,7 @@ Subsequent connections will silently ignore these flags.} \item{timezone_out}{The time zone returned to R, defaults to \code{"UTC"}, which is currently the only timezone supported by duckdb. If you want to display datetime values in the local timezone, -set to \code{\link[base:timezones]{base::Sys.timezone()}} or \code{""}.} +set to \code{\link[=Sys.timezone]{Sys.timezone()}} or \code{""}.} \item{tz_out_convert}{How to convert timestamp columns to the timezone specified in \code{timezone_out}. There are two options: \code{"with"}, and \code{"force"}. If \code{"with"} diff --git a/man/duckdb_connection-class.Rd b/man/duckdb_connection-class.Rd index bf367a9c6..ef5d563b6 100644 --- a/man/duckdb_connection-class.Rd +++ b/man/duckdb_connection-class.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/Connection.R, % R/dbAppendTable__duckdb_connection.R, R/dbBegin__duckdb_connection.R, % R/dbCommit__duckdb_connection.R, R/dbDataType__duckdb_connection.R, -% R/dbExistsTable__duckdb_connection_character.R, +% R/dbExistsTable__duckdb_connection_ANY.R, % R/dbGetInfo__duckdb_connection.R, R/dbIsValid__duckdb_connection.R, % R/dbListFields__duckdb_connection_character.R, % R/dbListTables__duckdb_connection.R, @@ -140,6 +140,6 @@ with one column per query parameter.} \item{object}{Any R object} } \description{ -Implements \link[DBI:DBIConnection-class]{DBI::DBIConnection}. +Implements \linkS4class{DBIConnection}. } \keyword{internal} diff --git a/man/duckdb_driver-class.Rd b/man/duckdb_driver-class.Rd index 08f07eac4..ba0f60106 100644 --- a/man/duckdb_driver-class.Rd +++ b/man/duckdb_driver-class.Rd @@ -34,6 +34,6 @@ or a \linkS4class{DBIResult}} \item{object}{Any R object} } \description{ -Implements \link[DBI:DBIDriver-class]{DBI::DBIDriver}. +Implements \linkS4class{DBIDriver}. } \keyword{internal} diff --git a/man/duckdb_read_csv.Rd b/man/duckdb_read_csv.Rd index aab04c404..60e9fe19d 100644 --- a/man/duckdb_read_csv.Rd +++ b/man/duckdb_read_csv.Rd @@ -45,7 +45,7 @@ duckdb_read_csv( \item{transaction}{Should a transaction be used for the entire operation} -\item{...}{Passed on to \code{\link[utils:read.table]{utils::read.csv()}}} +\item{...}{Passed on to \code{\link[=read.csv]{read.csv()}}} } \value{ The number of rows in the resulted table, invisibly. diff --git a/man/duckdb_result-class.Rd b/man/duckdb_result-class.Rd index 906ed9d9f..d329e39b0 100644 --- a/man/duckdb_result-class.Rd +++ b/man/duckdb_result-class.Rd @@ -86,6 +86,6 @@ or a \linkS4class{DBIResult}} } \description{ Methods for accessing result sets for queries on DuckDB connections. -Implements \link[DBI:DBIResult-class]{DBI::DBIResult}. +Implements \linkS4class{DBIResult}. } \keyword{internal}