diff --git a/NEWS.md b/NEWS.md index 7dae9743..487f6091 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # odbc (development version) +* Added a hex logo for the package (@edgararuiz, #824). + * oracle: Fix writing to DATE and TIMESTAMP(n) targets using `batch_size` > 1. * SQL Server: Fix issue related to writing when using SIMBA drivers (#816). diff --git a/README.Rmd b/README.Rmd index cde6ce38..c6a4fbc2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -13,7 +13,7 @@ knitr::opts_chunk$set( ) ``` -# odbc +# odbc odbc website [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/odbc)](https://cran.r-project.org/package=odbc) diff --git a/README.md b/README.md index 0f42f8cd..36f12189 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# odbc +# odbc odbc website @@ -18,9 +18,9 @@ The goal of the odbc package is to provide a [DBI](https://dbi.r-dbi.org/)-compliant interface to [ODBC](https://learn.microsoft.com/en-us/sql/odbc/microsoft-open-database-connectivity-odbc) drivers. This makes it easy to connect databases such as [SQL -Server](https://www.microsoft.com/en-us/sql-server/), +Server](https://www.microsoft.com/en-us/sql-server/), Oracle, -[Databricks](https://www.databricks.com/), and +[Databricks](https://www.databricks.com/), and Snowflake. The odbc package is an alternative to diff --git a/man/figures/logo.png b/man/figures/logo.png new file mode 100644 index 00000000..1ff876d6 Binary files /dev/null and b/man/figures/logo.png differ