Skip to content

Commit

Permalink
Prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcook committed Jan 17, 2021
1 parent cdb1b68 commit 58d6a9f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: queryparser
Type: Package
Title: Translate 'SQL' Queries into 'R' Expressions
Version: 0.3.0.9003
Version: 0.3.1
Authors@R: c(
person("Ian", "Cook", email = "[email protected]", role = c("aut", "cre")),
person(family = "Cloudera", role = c("cph"))
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# queryparser (development version)
# queryparser 0.3.1

* Queries can contain multibyte characters ([#21](https://github.com/ianmcook/queryparser/issues/21))
* Queries can have no whitespace around keywords ([#27](https://github.com/ianmcook/queryparser/issues/27))
* `substring_index()` translates when `tidyverse = TRUE` ([#29](https://github.com/ianmcook/queryparser/issues/29))
* `embedded nuls` warnings are silenced ([#30](https://github.com/ianmcook/queryparser/issues/30))
* Syntactically invalid column names are allowed in backticks ([#31](https://github.com/ianmcook/queryparser/issues/31))
* Minor bugfixes and improvements

# queryparser 0.3.0

Expand Down
7 changes: 0 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ knitr::opts_chunk$set(
```
# queryparser <img src="man/figures/logo.png" align="right" width="120" />

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/queryparser)](https://cran.r-project.org/package=queryparser)
[![Travis build status](https://travis-ci.org/ianmcook/queryparser.svg?branch=master)](https://travis-ci.org/ianmcook/queryparser)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/ianmcook/queryparser?branch=master&svg=true)](https://ci.appveyor.com/project/ianmcook/queryparser)
[![Codecov test coverage](https://codecov.io/gh/ianmcook/queryparser/branch/master/graph/badge.svg)](https://codecov.io/gh/ianmcook/queryparser?branch=master)
<!-- badges: end -->

**queryparser** translates SQL queries into lists of unevaluated R expressions.

| ⚠️ Most R users should not directly use queryparser. Instead, use it through [tidyquery](https://github.com/ianmcook/tidyquery).
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@

# queryparser <img src="man/figures/logo.png" align="right" width="120" />

<!-- badges: start -->

[![CRAN
status](https://www.r-pkg.org/badges/version/queryparser)](https://cran.r-project.org/package=queryparser)
[![Travis build
status](https://travis-ci.org/ianmcook/queryparser.svg?branch=master)](https://travis-ci.org/ianmcook/queryparser)
[![AppVeyor build
status](https://ci.appveyor.com/api/projects/status/github/ianmcook/queryparser?branch=master&svg=true)](https://ci.appveyor.com/project/ianmcook/queryparser)
[![Codecov test
coverage](https://codecov.io/gh/ianmcook/queryparser/branch/master/graph/badge.svg)](https://codecov.io/gh/ianmcook/queryparser?branch=master)
<!-- badges: end -->

**queryparser** translates SQL queries into lists of unevaluated R
expressions.

Expand Down

0 comments on commit 58d6a9f

Please sign in to comment.