From 6ebdbacee33bb8bb923a0b03e7abf27ed6bcaf84 Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Mon, 5 Feb 2024 19:13:59 -0500 Subject: [PATCH] Fix errors from checks --- DESCRIPTION | 3 +-- R/tbl_impala.R | 2 +- README.Rmd | 2 +- README.md | 4 ++-- man/impala_unnest.Rd | 4 ++-- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f8d2a04..f8dd8fa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -26,8 +26,7 @@ Imports: methods, rlang (>= 1.1.1), tidyselect (>= 1.2.0), - utils, - vctrs + utils Suggests: Lahman (>= 3.0-1), lubridate, diff --git a/R/tbl_impala.R b/R/tbl_impala.R index 2dc8623..fefe591 100644 --- a/R/tbl_impala.R +++ b/R/tbl_impala.R @@ -154,7 +154,7 @@ collapse.tbl_impala <- function(x, vars = NULL, ...) { #' Unnest a complex column in an Impala table #' -#' @description \describe{\code{impala_unnest()}}{unnests a +#' @description \describe{\code{impala_unnest()}{ unnests a #' column of type \code{ARRAY}, \code{MAP}, or \code{STRUCT} #' in a \code{tbl_impala}. These column types are referred to #' as complex or nested types.} diff --git a/README.Rmd b/README.Rmd index 14acfc0..3debe71 100644 --- a/README.Rmd +++ b/README.Rmd @@ -40,7 +40,7 @@ You must also install a package and driver to provide connectivity to Impala. [odbc](https://cran.r-project.org/package=odbc) is currently the preferred R package for connecting to Impala. It provides superior performance and compatibility. -1. Ensure that the system where your R code will run supports ODBC. ODBC support is built into Windows but requires [unixODBC](http://www.unixodbc.org) or [iODBC](http://www.iodbc.org) on Linux and macOS. +1. Ensure that the system where your R code will run supports ODBC. ODBC support is built into Windows but requires [unixODBC](https://www.unixodbc.org) or [iODBC](https://www.iodbc.org) on Linux and macOS. 2. Install the odbc package from CRAN: ```{r, eval=FALSE} diff --git a/README.md b/README.md index ea3b0b0..5c6c13d 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ performance and compatibility. 1. Ensure that the system where your R code will run supports ODBC. ODBC support is built into Windows but requires - [unixODBC](http://www.unixodbc.org) or [iODBC](http://www.iodbc.org) - on Linux and macOS. + [unixODBC](https://www.unixodbc.org) or + [iODBC](https://www.iodbc.org) on Linux and macOS. 2. Install the odbc package from CRAN: diff --git a/man/impala_unnest.Rd b/man/impala_unnest.Rd index 4dc8247..32e296e 100644 --- a/man/impala_unnest.Rd +++ b/man/impala_unnest.Rd @@ -19,10 +19,10 @@ an object with class \code{tbl_impala} with the complex column unnested into two or more separate columns } \description{ -\describe{\code{impala_unnest()}}{unnests a +\describe{\code{impala_unnest()}{ unnests a column of type \code{ARRAY}, \code{MAP}, or \code{STRUCT} in a \code{tbl_impala}. These column types are referred to -as complex or nested types.} +as complex or nested types.}} } \details{ \code{impala_unnest()} currently can unnest only