From 29d6cbf34e89f3563e82036966837ccc4a979682 Mon Sep 17 00:00:00 2001 From: Gregory Demin Date: Thu, 6 Jan 2022 22:20:40 +0300 Subject: [PATCH] Update NEWS and DESCRIPTION --- DESCRIPTION | 2 +- NEWS | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f622b68..b4adf88 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: expss Type: Package Title: Tables, Labels and Some Useful Functions from Spreadsheets and 'SPSS' Statistics -Version: 0.10.7 +Version: 0.11.1 Maintainer: Gregory Demin Authors@R: c( person("Gregory", "Demin", email = "gdemin@gmail.com", diff --git a/NEWS b/NEWS index 6094040..1b00930 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,11 @@ -0.10.10 (30.11.2020) +0.11.1 (07.01.2022) ================ * add 'weight_by' - function for "brute force" frequency weighting * 'read_spss' now exposes 'use_missings' argument from foreign::read.spss * 'apply_labels' now can accept list with variable and value labels +* 'calc_cro_*'s are renamed to more clear 'cross_'s +* 'compute', 'do_if', 'where' and 'calc' are deprecated in favor of the 'maditr' + package. 'maditr' is thin layer above fastest data manipulation package 'data.tabe' 0.10.7 (15.11.2020) ================