From 428340695513fcc442a7b3467071150c4842137a Mon Sep 17 00:00:00 2001 From: Benjamin De Boe Date: Mon, 16 Sep 2024 13:25:10 +0200 Subject: [PATCH] Fix section formatting & rerun roxygen --- R/DatabaseConnector.R | 2 +- man/DatabaseConnector-package.Rd | 2 +- ...riteTable-DatabaseConnectorConnection-ANY-ANY-method.Rd} | 6 +++--- man/jdbcDrivers.Rd | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) rename man/{dbWriteTable-DatabaseConnectorConnection-ANY-method.Rd => dbWriteTable-DatabaseConnectorConnection-ANY-ANY-method.Rd} (94%) diff --git a/R/DatabaseConnector.R b/R/DatabaseConnector.R index b37381dc..2ac6b780 100644 --- a/R/DatabaseConnector.R +++ b/R/DatabaseConnector.R @@ -76,7 +76,7 @@ NULL #' For SQLite we actually don't use a JDBC driver. Instead, we use the RSQLite package, which can be installed #' using `install.packages("RSQLite")`. #' -#' InterSystems IRIS +#' # InterSystems IRIS #' #' For InterSystems IRIS, download the driver [here](https://intersystems-community.github.io/iris-driver-distribution/), #' or locate the intersystems-jdbc-.jar in the ./dev/java/lib/1.8/ folder of your IRIS installation. diff --git a/man/DatabaseConnector-package.Rd b/man/DatabaseConnector-package.Rd index 31c7e7e4..20fbc772 100644 --- a/man/DatabaseConnector-package.Rd +++ b/man/DatabaseConnector-package.Rd @@ -6,7 +6,7 @@ \alias{DatabaseConnector-package} \title{DatabaseConnector: Connecting to Various Database Platforms} \description{ -An R 'DataBase Interface' ('DBI') compatible interface to various database platforms ('PostgreSQL', 'Oracle', 'Microsoft SQL Server', 'Amazon Redshift', 'Microsoft Parallel Database Warehouse', 'IBM Netezza', 'Apache Impala', 'Google BigQuery', 'Snowflake', 'Spark', and 'SQLite'). Also includes support for fetching data as 'Andromeda' objects. Uses either 'Java Database Connectivity' ('JDBC') or other 'DBI' drivers to connect to databases. +An R 'DataBase Interface' ('DBI') compatible interface to various database platforms ('PostgreSQL', 'Oracle', 'Microsoft SQL Server', 'Amazon Redshift', 'Microsoft Parallel Database Warehouse', 'IBM Netezza', 'Apache Impala', 'Google BigQuery', 'Snowflake', 'Spark', 'SQLite', and 'InterSystems IRIS'). Also includes support for fetching data as 'Andromeda' objects. Uses either 'Java Database Connectivity' ('JDBC') or other 'DBI' drivers to connect to databases. } \seealso{ Useful links: diff --git a/man/dbWriteTable-DatabaseConnectorConnection-ANY-method.Rd b/man/dbWriteTable-DatabaseConnectorConnection-ANY-ANY-method.Rd similarity index 94% rename from man/dbWriteTable-DatabaseConnectorConnection-ANY-method.Rd rename to man/dbWriteTable-DatabaseConnectorConnection-ANY-ANY-method.Rd index 04d6d5be..b983e42e 100644 --- a/man/dbWriteTable-DatabaseConnectorConnection-ANY-method.Rd +++ b/man/dbWriteTable-DatabaseConnectorConnection-ANY-ANY-method.Rd @@ -1,10 +1,10 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/DBI.R -\name{dbWriteTable,DatabaseConnectorConnection,ANY-method} -\alias{dbWriteTable,DatabaseConnectorConnection,ANY-method} +\name{dbWriteTable,DatabaseConnectorConnection,ANY,ANY-method} +\alias{dbWriteTable,DatabaseConnectorConnection,ANY,ANY-method} \title{Copy data frames to database tables} \usage{ -\S4method{dbWriteTable}{DatabaseConnectorConnection,ANY}( +\S4method{dbWriteTable}{DatabaseConnectorConnection,ANY,ANY}( conn, name, value, diff --git a/man/jdbcDrivers.Rd b/man/jdbcDrivers.Rd index f6c0b0a3..ae0570af 100644 --- a/man/jdbcDrivers.Rd +++ b/man/jdbcDrivers.Rd @@ -27,9 +27,9 @@ your OS version, and click "GET IT NOW!'. Register, and you should be able to do \section{SQLite}{ For SQLite we actually don't use a JDBC driver. Instead, we use the RSQLite package, which can be installed using \code{install.packages("RSQLite")}. +} -InterSystems IRIS - +\section{InterSystems IRIS}{ For InterSystems IRIS, download the driver \href{https://intersystems-community.github.io/iris-driver-distribution/}{here}, or locate the intersystems-jdbc-\if{html}{\out{}}.jar in the ./dev/java/lib/1.8/ folder of your IRIS installation. }