Commit graph

3 commits

Author SHA1 Message Date
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
wen
2747587a33 Update to 0.2.1
Upstream changes:
rlang 0.2.1
This is a maintenance release that fixes several tidy evaluation issues.

Functions with tidy dots support now allow splicing atomic vectors.

Quosures no longer capture the current srcref.

Formulas are now evaluated in the correct environment by eval_tidy(). This fixes issues in dplyr and other tidy-evaluation interfaces.
2018-06-01 02:08:10 +00:00
minskim
63908ae8e1 devel/R-rlang: Import version 0.2.0
A toolbox for working with base types, core R features like the
condition system, and core 'Tidyverse' features like tidy evaluation.
2018-03-14 23:47:58 +00:00