ojo_eviction_cases
as a nice helper for users, and to version control our eviction identification methodology.{arrow}
and optional dependency and checks whether it is available when source = "gcs"
is used in ojo_tbl
.{lifecycle}
for function development status.ojo_auth()
which prevented it from successfully backing up the .Renviron
file.{fs}
package..pem
extensionsojo_search_minutes()
now allows for queries that include a space. Postgres operators like |
, <->
, and !!
still work too; queries with spaces are now wrapped in quotes and treated as a single search string.ojo_crim_cases()
and ojo_civ_cases()
were changed to make the case_type
argument no longer case-sensitive. It also throws an error now when you ask for nonexistent values of case_type
.rlang
package.renv
from development environment in favor of package management using the DESCRIPTION file. This will only affect the development of the package going forward, and shouldn't affect analysts' use of the package.OJO_LOAD_MESSAGE=FALSE
in your local R environment.{ojodb}
package now has its own tidyverse-compliant sticker design.ojo_list_
functions (ojo_list_schemas()
, ojo_list_tables()
, and ojo_list_vars()
) now return a sorted list instead of an unsorted one.{dplyr}
functions missing an explicit .data
reference, missing namespace prefixes, etc.) were corrected. Consequently, devtools::check()
now passes with minimal warnings / notes.ojo_collect
to collect
but with a progress bar and helpful information.ojo_version
function to return the version of the package. Useful for debugging.ojo_env
function to easily access the package-level environment where database connections are stored.ojo_connect
to use DBI::dbConnect()
instead of pool::dbPool()
. Connection pools are still available by passing pool = TRUE
to ojo_connect
.Ctrl + c
or Cmd + c
in the console.ojo_tbl
using DBI::Id()
instead of dbplyr::in_schema()
to match common practice.district
argument of ojo_civ_cases
and ojo_crim_cases
{dplyr}
manually!{dplyr}
to Depends
field of the package Description
ojo_connect
, ojo_tbl
, and ojo_query
for more information.{odbc}
dependency with {RPostgres}
{renv}
version to 0.17.0docs/
folder to .gitignore
dontrun
to examplesojo_list_vars
functioninherits
ojo_add_issues
function{readr}
ojo_county_population
function, which will return the population for Oklahoma counties for the given years, in a format ready to join to OJO tables.Suggests
.person()
syntax to DESCRIPTION
.ojo_fiscal_year
to return the fiscal year of a given Date.ojo_table
alias for consistency and transparency.NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.