From 0e81e9e9549b2e61aa4e87032884d550801919c8 Mon Sep 17 00:00:00 2001 From: Gregory Demin Date: Fri, 8 Jul 2016 01:18:54 +0300 Subject: [PATCH] 0.5.1 Release on CRAN --- DESCRIPTION | 6 +++--- inst/doc/UsageExamples.html | 42 ++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9a6fef62..e8e83f8d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: expss Type: Package -Title: Some Useful Functions from Spreadsheets and SPSS Statistics -Version: 0.5 +Title: Some Useful Functions from Spreadsheets and 'SPSS' Statistics +Version: 0.5.1 Date: 2016-07-07 Author: Gregory Demin Maintainer: Gregory Demin @@ -11,7 +11,7 @@ Depends: Imports: foreign, utils, stats Suggests: knitr -Description: Package implements several popular functions from Excel ('COUNTIF', 'VLOOKUP', etc.) and 'SPSS Statistics' ('RECODE', 'COUNT', etc.). Also there are functions for basic tables with value labels/variable labels support. Package aimed to help people to move data processing from Excel/SPSS to R. +Description: Package implements several popular functions from Excel ('COUNTIF', 'VLOOKUP', etc.) and 'SPSS' Statistics ('RECODE', 'COUNT', etc.). Also there are functions for basic tables with value labels/variable labels support. Package aimed to help people to move data processing from Excel/'SPSS' to R. VignetteBuilder: knitr LazyData: yes License: GPL (>= 2) diff --git a/inst/doc/UsageExamples.html b/inst/doc/UsageExamples.html index 360fb5db..49baf58b 100644 --- a/inst/doc/UsageExamples.html +++ b/inst/doc/UsageExamples.html @@ -161,34 +161,34 @@
COUNTIF
- - + + - - + + - - + + - - + + - - + + - - + + - - + +
ExcelRExcelR
“<1”lt(1)“<1”lt(1)
“<=1”lte(1)“<=1”lte(1)
“<>1”neq(1)“<>1”neq(1)
“=1”eq(1)“=1”eq(1)
“>=1”gte(1)“>=1”gte(1)
“>1”gt(1)“>1”gt(1)
@@ -430,8 +430,8 @@
Simple tables
## #Total 1 2 1 4
cro_mean(dtfrm(w$b, w$c), w$a) # Mean cost and price by fruits
##        apples oranges peaches #Total
-##   Cost     70      22      30     36
-##  Price     80      45      40     52
+## Cost 70 22.5 30 36.25 +## Price 80 45.0 40 52.50

or, the same with default dataset:

.fre(a) # Frequency of fruits
 .cro_cpct(b, a) # Column percent of cost by fruits
@@ -875,7 +875,7 @@ 

Session example

- + @@ -883,25 +883,25 @@

Session example

- + - + - + - +
18 - 25 26 - 35 #Total
Overall quality. VSX123Overall quality. VSX123 5.4 5.6 5.5
Overall quality. SDF456Overall quality. SDF456 5.3 5.4 5.4
Number of likes. VSX123Number of likes. VSX123 2.0 2.1 2.0
Number of likes. SDF456Number of likes. SDF456 2.0 2.1 2.0