Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rlang
Version: 0.1.2
Version: 0.1.4
Title: Functions for Base Types and Core R and 'Tidyverse' Features
Description: A toolbox for working with base types, core R features
like the condition system, and core 'Tidyverse' features like tidy
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

# rlang 0.1.4

* `eval_tidy()` no longer maps over lists but returns them literally.
This behaviour is an overlook from past refactorings and was never
documented.


# rlang 0.1.2

This hotfix release makes rlang compatible with the R 3.1 branch.
Expand Down
4 changes: 0 additions & 4 deletions R/eval-tidy.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
#' eval_tidy(quo(!! cyl), mtcars)
#' @name eval_tidy
eval_tidy <- function(expr, data = NULL, env = caller_env()) {
if (is_list(expr)) {
return(map(expr, eval_tidy, data = data))
}

if (!inherits(expr, "quosure")) {
expr <- new_quosure(expr, env)
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rlang

[![Build Status](https://travis-ci.org/tidyverse/rlang.svg?branch=master)](https://travis-ci.org/tidyverse/rlang)
[![Coverage Status](https://img.shields.io/codecov/c/github/tidyverse/rlang/master.svg)](https://codecov.io/github/tidyverse/rlang?branch=master)
[![Coverage Status](http://codecov.io/github/tidyverse/rlang/coverage.svg?branch=master)](http://codecov.io/github/tidyverse/rlang?branch=master)

## Overview

Expand Down
28 changes: 23 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

The rchk warnings should now be fixed.


## Test environments

* local OS X install, R 3.4.1
* ubuntu 12.04 (on travis-ci), R 3.4.1
* local OS X install, R 3.4.2
* ubuntu 12.04 (on travis-ci), R 3.4.2
* win-builder (devel and release)


Expand All @@ -13,7 +16,22 @@

## Reverse dependencies

I have run R CMD check on the 37 downstream dependencies. (Summary at
https://github.com/tidyverse/rlang/tree/v0.1.2/revdep).
I have run R CMD check on the 72 downstream dependencies.

There were 6 packages I couldn't check:

- bomrang
- GSODR
- pointblank
- poppr
- prisonbrief
- sf


There was 1 broken package :

- taxa

There were no problems.
This is due to an intentional fix within rlang. I have sent a patch to
`taxa` authors to fix this issue and they will send a CRAN update
shortly.
136 changes: 91 additions & 45 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,68 +2,114 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.4.1 (2017-06-30) |
|os |macOS Sierra 10.12 |
|version |R version 3.4.2 (2017-09-28) |
|os |macOS Sierra 10.12.6 |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |Europe/Brussels |
|date |2017-08-08 |
|date |2017-10-31 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|rlang |0.1.1 |0.1.2 |* |
|rlang |0.1.2 |0.1.2 |NA |

# Revdeps

## Couldn't check (6)

|package |version |error |warning |note |
|:--------------------------------------|:-------|:-----|:-------|:----|
|[bomrang](problems.md#bomrang) |0.0.8 |1 | | |
|[GSODR](problems.md#gsodr) |1.1.0 |1 | |1 |
|[pointblank](problems.md#pointblank) |0.1 |1 | | |
|[poppr](problems.md#poppr) |2.5.0 |1 | | |
|[prisonbrief](problems.md#prisonbrief) |0.1.0 |1 | | |
|[sf](problems.md#sf) |0.5-5 |1 | |1 |

## Broken (1)

|package |version |error |warning |note |
|:------------------------|:-------|:------|:-------|:----|
|[banR](problems.md#banR) |0.2.0 |__+1__ | |1 |
|[taxa](problems.md#taxa) |0.1.0 |__+2__ |__+1__ |1 |

## All (37)
## All (72)

|package |version |error |warning |note |
|:------------------------|:-------|:------|:-------|:----|
|[banR](problems.md#banR) |0.2.0 |__+1__ | |1 |
|dbplyr |1.1.0 | | |1 |
|dexter |0.4.2 | |2 |1 |
|dplyr |0.7.2 | | |2 |
|fold |0.2.1 | | | |
|ggformula |0.5 | | |1 |
|iadf |0.1.0 | | | |
|implyr |0.2.1 |1 | | |
|later |0.3 | | | |
|metaplot |0.1.5 | | | |
|mosaicCore |0.2.0 | | | |
|nofrills |0.1.0 | | | |
|nonmemica |0.7.6 | |1 |1 |
|NPMOD |0.1.0 |1 | | |
|polypoly |0.0.2 | | | |
|prisonbrief |0.1.0 | | |1 |
|purrr |0.2.3 | | | |
|recipes |0.1.0 | | | |
|rsample |0.0.1 | | | |
|RSDA |2.0.2 | | | |
|seplyr |0.1.3 | | |1 |
|sf |0.5-3 |1 | | |
|sjmisc |2.6.0 | | | |
|sjPlot |2.3.2 | | |2 |
|sjstats |0.10.3 | | |1 |
|sparklyr |0.6.1 |1 | | |
|spdplyr |0.1.3 | | | |
|statar |0.6.5 | | | |
|stplanr |0.1.9 | |1 | |
|sugrrants |0.1.0 | | | |
|tatoo |1.0.7 | | | |
|taxa |0.1.0 | | |1 |
|tibble |1.3.3 | | | |
|tidygraph |1.0.0 | | | |
|tidyselect |0.1.1 | | |1 |
|valr |0.3.1 | | | |
|vdiffr |0.2.0 | | | |
|package |version |error |warning |note |
|:----------------------------------------|:-------|:------|:-------|:----|
|auk |0.1.0 | | | |
|[banR](problems.md#banr) |0.2.0 | |-1 |1 |
|[bayesplot](problems.md#bayesplot) |1.4.0 | | |1 |
|bioset |0.1.0 | | | |
|[bomrang](problems.md#bomrang) |0.0.8 |1 | | |
|[condformat](problems.md#condformat) |0.7.0 |1 | |1 |
|cytominer |0.1.0 | | | |
|[dbplyr](problems.md#dbplyr) |1.1.0 | | |1 |
|[dexter](problems.md#dexter) |0.5.1 | | |1 |
|DiagrammeR |0.9.2 | | | |
|[dplyr](problems.md#dplyr) |0.7.4 | | |2 |
|[epitable](problems.md#epitable) |0.1.2 | | |1 |
|ESTER |0.1.0 | | | |
|etl |0.3.7 | | | |
|fbar |0.3.4 | | | |
|fold |0.2.2 | | | |
|ggeffects |0.2.2 | | | |
|ggformula |0.6 | | | |
|gghighlight |0.0.1 | | | |
|googleAnalyticsR |0.4.2 | | | |
|googledrive |0.1.1 | | | |
|[GSODR](problems.md#gsodr) |1.1.0 |1 | |1 |
|iadf |0.1.0 | | | |
|[implyr](problems.md#implyr) |0.2.1 |1 | | |
|[kokudosuuchi](problems.md#kokudosuuchi) |0.4.1 |1 | | |
|later |0.5 | | | |
|metaplot |0.2.1 | | | |
|[MlBayesOpt](problems.md#mlbayesopt) |0.3.3 | | |1 |
|mosaicCore |0.4.0 | | | |
|mvMonitoring |0.1.0 | | | |
|naniar |0.1.0 | | | |
|nofrills |0.2.0 | | | |
|[nonmemica](problems.md#nonmemica) |0.7.6 | |1 |1 |
|NPMOD |0.1.0 | | | |
|[nyctaxi](problems.md#nyctaxi) |0.0.1 | |1 | |
|photobiology |0.9.17 | | | |
|[PKPDmisc](problems.md#pkpdmisc) |2.0.0 | | |1 |
|[pointblank](problems.md#pointblank) |0.1 |1 | | |
|polypoly |0.0.2 | | | |
|[poppr](problems.md#poppr) |2.5.0 |1 | | |
|[prisonbrief](problems.md#prisonbrief) |0.1.0 |1 | | |
|[proustr](problems.md#proustr) |0.2.1 | | |1 |
|purrr |0.2.4 | | | |
|[quickReg](problems.md#quickreg) |1.5.0 | | |2 |
|recipes |0.1.0 | | | |
|rsample |0.0.1 | | | |
|RSDA |2.0.2 | | | |
|[seplyr](problems.md#seplyr) |0.1.5 | | |1 |
|[sf](problems.md#sf) |0.5-5 |1 | |1 |
|sjmisc |2.6.2 | | | |
|[sjPlot](problems.md#sjplot) |2.4.0 | | |2 |
|[sjstats](problems.md#sjstats) |0.12.0 | | |1 |
|[sparklyr](problems.md#sparklyr) |0.6.3 |1 | | |
|spdplyr |0.1.3 | | | |
|statar |0.6.5 | | | |
|[stplanr](problems.md#stplanr) |0.1.9 |1 | | |
|sugrrants |0.1.0 | | | |
|[tatoo](problems.md#tatoo) |1.0.8 | | |1 |
|[taxa](problems.md#taxa) |0.1.0 |__+2__ |__+1__ |1 |
|tfruns |1.0 | | | |
|tibble |1.3.4 | | | |
|tibbletime |0.0.2 | | | |
|tidyboot |0.1.0 | | | |
|tidygraph |1.0.0 | | | |
|[tidyr](problems.md#tidyr) |0.7.2 | | |1 |
|tidyselect |0.2.2 | | | |
|tidystringdist |0.1.0 | | | |
|[tidytext](problems.md#tidytext) |0.1.4 | | |1 |
|unjoin |0.0.3 | | | |
|valr |0.3.1 | | | |
|vdiffr |0.2.1 | | | |
|VWPre |1.0.0 | | | |

Binary file modified revdep/data.sqlite
Binary file not shown.
Loading