Skip to content

Commit

Permalink
Fix errors from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcook committed Feb 6, 2024
1 parent af55a7b commit 6ebdbac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Imports:
methods,
rlang (>= 1.1.1),
tidyselect (>= 1.2.0),
utils,
vctrs
utils
Suggests:
Lahman (>= 3.0-1),
lubridate,
Expand Down
2 changes: 1 addition & 1 deletion R/tbl_impala.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.}
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions man/impala_unnest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ebdbac

Please sign in to comment.