Sat, 10 Dec 2016

Package DirectStandardisation updated to version 1.1 with previous version 1.0 dated 2016-10-16

Title: Adjusted Means and Proportions by Direct Standardisation
Description: Calculate adjusted means and proportions of a variable by groups defined by another variable by direct standardisation, standardised to the structure of the dataset.
Author: Christiana Kartsonaki
Maintainer: Christiana Kartsonaki <christiana.kartsonaki@gmail.com>

Diff between DirectStandardisation versions 1.0 dated 2016-10-16 and 1.1 dated 2016-12-10

 DESCRIPTION       |    8 ++++----
 MD5               |    8 ++++----
 R/adjmeans.R      |    8 +++-----
 R/adjprop.R       |    9 ++++-----
 build/partial.rdb |binary
 5 files changed, 15 insertions(+), 18 deletions(-)

More information about DirectStandardisation at CRAN
Permanent link

Package splines2 updated to version 0.2.3 with previous version 0.2.2 dated 2016-11-05

Title: Regression Spline Functions and Classes Too
Description: A complementary package on splines providing functions constructing B-splines, monotone splines (M-splines) and its integral (I-splines), convex splines (C-splines), and integral of B-splines. Piecewise constant basis is allowed for B-spline and M-spline basis.
Author: Wenjie Wang [aut, cre], Jun Yan [aut]
Maintainer: Wenjie Wang <wenjie.2.wang@uconn.edu>

Diff between splines2 versions 0.2.2 dated 2016-11-05 and 0.2.3 dated 2016-12-10

 DESCRIPTION                  |    8 ++++----
 MD5                          |   14 +++++++-------
 NEWS.md                      |   23 +++++++++++++++--------
 R/iSpline.R                  |    8 ++++++--
 README.md                    |   17 +++++++++++++----
 build/vignette.rds           |binary
 inst/CITATION                |    4 ++--
 inst/doc/splines2-intro.html |   14 +++++++-------
 8 files changed, 54 insertions(+), 34 deletions(-)

More information about splines2 at CRAN
Permanent link

Package servr updated to version 0.5 with previous version 0.4.1 dated 2016-11-09

Title: A Simple HTTP Server to Serve Static Files or Dynamic Documents
Description: Start an HTTP server in R to serve static files, or dynamic documents that can be converted to HTML files (e.g., R Markdown) under a given directory.
Author: Yihui Xie [aut, cre], Carson Sievert [ctb], Jesse Anderson [ctb], Ramnath Vaidyanathan [ctb]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between servr versions 0.4.1 dated 2016-11-09 and 0.5 dated 2016-12-10

 DESCRIPTION          |    8 ++++----
 MD5                  |   14 +++++++-------
 NEWS                 |   11 +++++++++++
 R/dynamic.R          |    7 +++++--
 R/static.R           |   16 +++++++++++-----
 README.md            |   12 ++++++++----
 man/dynamic_site.Rd  |    9 +++++++--
 man/server_config.Rd |   14 ++++++++++----
 8 files changed, 63 insertions(+), 28 deletions(-)

More information about servr at CRAN
Permanent link

Package RSQLite updated to version 1.1-1 with previous version 1.1 dated 2016-11-27

Title: 'SQLite' Interface for R
Description: Embeds the 'SQLite' database engine in R and provides an interface compliant with the 'DBI' package. The source for the 'SQLite' engine (version 3.8.8.2) is included.
Author: Kirill Müller [aut, cre], Hadley Wickham [aut], David A. James [aut], Seth Falcon [aut], SQLite Authors [ctb] (for the included SQLite sources), Liam Healy [ctb] (for the included SQLite sources), R Consortium [cph], RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>

Diff between RSQLite versions 1.1 dated 2016-11-27 and 1.1-1 dated 2016-12-10

 DESCRIPTION                |    8 ++++----
 MD5                        |   11 ++++++-----
 NEWS.md                    |    7 ++++++-
 inst/doc/RSQLite.html      |   20 +++++++-------------
 src/SqliteDataFrame.cpp    |    8 ++++++--
 src/SqliteDataFrame.h      |    2 +-
 tests/testthat/test-blob.R |only
 7 files changed, 30 insertions(+), 26 deletions(-)

More information about RSQLite at CRAN
Permanent link

Package rasterVis updated to version 0.41 with previous version 0.40 dated 2016-04-16

Title: Visualization Methods for Raster Data
Description: Methods for enhanced visualization and interaction with raster data. It implements visualization methods for quantitative data and categorical data, both for univariate and multivariate rasters. It also provides methods to display spatiotemporal rasters, and vector fields. See the website for examples.
Author: Oscar Perpinan Lamigueiro [cre, aut], Robert Hijmans [aut]
Maintainer: Oscar Perpinan Lamigueiro <oscar.perpinan@gmail.com>

Diff between rasterVis versions 0.40 dated 2016-04-16 and 0.41 dated 2016-12-10

 DESCRIPTION              |    8 +-
 MD5                      |   11 ++-
 NAMESPACE                |    4 +
 R/colorkey.R             |only
 R/levelplot.R            |   19 ++++++
 README.md                |    2 
 man/levelplot-methods.Rd |  131 +++++++++++++++++++++++++----------------------
 7 files changed, 104 insertions(+), 71 deletions(-)

More information about rasterVis at CRAN
Permanent link

Package eulerr updated to version 1.0.0 with previous version 0.1.0 dated 2016-10-15

Title: Area-Proportional Euler Diagrams
Description: If possible, generates exactly area-proportional Euler diagrams, or otherwise approximately proportional diagrams using numerical optimization. A Euler diagram is a generalization of a Venn diagram, relaxing the criterion that all interactions need to be represented.
Author: Johan Larsson [aut, cre]
Maintainer: Johan Larsson <johanlarsson@outlook.com>

Diff between eulerr versions 0.1.0 dated 2016-10-15 and 1.0.0 dated 2016-12-10

 DESCRIPTION                           |   19 +
 MD5                                   |   46 ++--
 NAMESPACE                             |    4 
 NEWS.md                               |   27 ++
 R/RcppExports.R                       |only
 R/geometry.R                          |   71 -------
 R/main.R                              |  328 ++++++++++++++++++++++------------
 R/optimization.R                      |  155 ++--------------
 R/plotting.R                          |  173 ++++++++++++++---
 R/utils.R                             |only
 README.md                             |   51 ++---
 build/vignette.rds                    |binary
 inst/doc/introduction.R               |   21 --
 inst/doc/introduction.Rmd             |  112 ++++++-----
 inst/doc/introduction.html            |  123 ++++++------
 man/eulerr.Rd                         |  101 ++++++++--
 man/plot.eulerr.Rd                    |   11 -
 man/plot.eulerr_grid.Rd               |only
 man/print.eulerr.Rd                   |only
 src                                   |only
 tests/testthat/test_inputs.R          |   17 +
 tests/testthat/test_plotting.R        |   31 ++-
 tests/testthat/test_reproducibility.R |   34 +++
 vignettes/eulerr.bib                  |   50 +++--
 vignettes/introduction.Rmd            |  112 ++++++-----
 25 files changed, 873 insertions(+), 613 deletions(-)

More information about eulerr at CRAN
Permanent link

Package desiR updated to version 1.2.1 with previous version 1.2 dated 2016-01-10

Title: Desirability Functions for Ranking, Selecting, and Integrating Data
Description: Functions for (1) ranking, selecting, and prioritising genes, proteins, and metabolites from high dimensional biology experiments, (2) multivariate hit calling in high content screens, and (3) combining data from diverse sources.
Author: Stanley E. Lazic
Maintainer: Stanley E. Lazic <stan.lazic@cantab.net>

Diff between desiR versions 1.2 dated 2016-01-10 and 1.2.1 dated 2016-12-10

 DESCRIPTION               |    9 +++++----
 MD5                       |   24 ++++++++++++------------
 R/d.overall.R             |    4 +++-
 inst/doc/Gene_ranking.pdf |binary
 man/d.4pl.Rd              |    4 ++--
 man/d.central.Rd          |    6 +++---
 man/d.ends.Rd             |    6 +++---
 man/d.high.Rd             |    6 +++---
 man/d.low.Rd              |    6 +++---
 man/d.overall.Rd          |    4 ++--
 man/d.rank.Rd             |    2 +-
 man/des.line.Rd           |    2 +-
 man/farmer2005.Rd         |    2 +-
 13 files changed, 39 insertions(+), 36 deletions(-)

More information about desiR at CRAN
Permanent link

Package berryFunctions updated to version 1.13.0 with previous version 1.12.3 dated 2016-09-27

Title: Function Collection Related to Plotting and Hydrology
Description: Draw horizontal histograms, color scattered points by 3rd dimension, enhance date- and log-axis plots, zoom in X11 graphics, trace errors and warnings, use the unit hydrograph in a linear storage cascade, convert lists to data.frames and arrays, fit multiple functions.
Author: Berry Boessenkool
Maintainer: Berry Boessenkool <berry-b@gmx.de>

Diff between berryFunctions versions 1.12.3 dated 2016-09-27 and 1.13.0 dated 2016-12-10

 berryFunctions-1.12.3/berryFunctions/R/cie.R                      |only
 berryFunctions-1.12.3/berryFunctions/R/cls.R                      |only
 berryFunctions-1.12.3/berryFunctions/R/createDoc.R                |only
 berryFunctions-1.12.3/berryFunctions/R/pastec.R                   |only
 berryFunctions-1.12.3/berryFunctions/R/pointZoom.R                |only
 berryFunctions-1.12.3/berryFunctions/man/cie.Rd                   |only
 berryFunctions-1.12.3/berryFunctions/man/cls.Rd                   |only
 berryFunctions-1.12.3/berryFunctions/man/createDoc.Rd             |only
 berryFunctions-1.12.3/berryFunctions/man/pastec.Rd                |only
 berryFunctions-1.12.3/berryFunctions/man/pointZoom.Rd             |only
 berryFunctions-1.13.0/berryFunctions/DESCRIPTION                  |   17 
 berryFunctions-1.13.0/berryFunctions/MD5                          |  124 ++--
 berryFunctions-1.13.0/berryFunctions/NAMESPACE                    |   11 
 berryFunctions-1.13.0/berryFunctions/NEWS                         |   70 ++
 berryFunctions-1.13.0/berryFunctions/R/around.R                   |only
 berryFunctions-1.13.0/berryFunctions/R/checkFile.R                |   59 +-
 berryFunctions-1.13.0/berryFunctions/R/ci.R                       |    2 
 berryFunctions-1.13.0/berryFunctions/R/colPoints.R                |   46 +
 berryFunctions-1.13.0/berryFunctions/R/colPointsHist.R            |   25 
 berryFunctions-1.13.0/berryFunctions/R/colPointsLegend.R          |  117 ++--
 berryFunctions-1.13.0/berryFunctions/R/compareFiles.R             |    2 
 berryFunctions-1.13.0/berryFunctions/R/convertUmlaut.R            |only
 berryFunctions-1.13.0/berryFunctions/R/dataDWD.R                  |  133 -----
 berryFunctions-1.13.0/berryFunctions/R/funSource.R                |  104 ++--
 berryFunctions-1.13.0/berryFunctions/R/funnelPlot.R               |    6 
 berryFunctions-1.13.0/berryFunctions/R/getColumn.R                |   57 +-
 berryFunctions-1.13.0/berryFunctions/R/getName.R                  |    5 
 berryFunctions-1.13.0/berryFunctions/R/l2array.R                  |only
 berryFunctions-1.13.0/berryFunctions/R/l2df.R                     |    4 
 berryFunctions-1.13.0/berryFunctions/R/movAv.R                    |   83 +--
 berryFunctions-1.13.0/berryFunctions/R/movAvLines.R               |   17 
 berryFunctions-1.13.0/berryFunctions/R/owa.R                      |  115 ++--
 berryFunctions-1.13.0/berryFunctions/R/readDWD.R                  |    3 
 berryFunctions-1.13.0/berryFunctions/R/seasonality.R              |  259 +++++++---
 berryFunctions-1.13.0/berryFunctions/R/smallPlot.R                |  191 +++++--
 berryFunctions-1.13.0/berryFunctions/R/spiralDate.R               |   30 -
 berryFunctions-1.13.0/berryFunctions/R/tableColVal.R              |  116 ++--
 berryFunctions-1.13.0/berryFunctions/R/textField.R                |    7 
 berryFunctions-1.13.0/berryFunctions/R/traceCall.R                |   18 
 berryFunctions-1.13.0/berryFunctions/R/truncMessage.R             |only
 berryFunctions-1.13.0/berryFunctions/R/tryStack.R                 |only
 berryFunctions-1.13.0/berryFunctions/build/vignette.rds           |binary
 berryFunctions-1.13.0/berryFunctions/inst/doc/berryFunctions.R    |    8 
 berryFunctions-1.13.0/berryFunctions/inst/doc/berryFunctions.Rmd  |    8 
 berryFunctions-1.13.0/berryFunctions/inst/doc/berryFunctions.html |   20 
 berryFunctions-1.13.0/berryFunctions/inst/extdata/solitaire.txt   |    2 
 berryFunctions-1.13.0/berryFunctions/man/around.Rd                |only
 berryFunctions-1.13.0/berryFunctions/man/checkFile.Rd             |   30 -
 berryFunctions-1.13.0/berryFunctions/man/ci.Rd                    |    2 
 berryFunctions-1.13.0/berryFunctions/man/colPoints.Rd             |   44 -
 berryFunctions-1.13.0/berryFunctions/man/colPointsHist.Rd         |   24 
 berryFunctions-1.13.0/berryFunctions/man/colPointsLegend.Rd       |   56 +-
 berryFunctions-1.13.0/berryFunctions/man/convertUmlaut.Rd         |only
 berryFunctions-1.13.0/berryFunctions/man/dataDWD.Rd               |  118 ----
 berryFunctions-1.13.0/berryFunctions/man/funSource.Rd             |   36 +
 berryFunctions-1.13.0/berryFunctions/man/funnelPlot.Rd            |    6 
 berryFunctions-1.13.0/berryFunctions/man/getColumn.Rd             |   32 -
 berryFunctions-1.13.0/berryFunctions/man/getName.Rd               |    2 
 berryFunctions-1.13.0/berryFunctions/man/l2array.Rd               |only
 berryFunctions-1.13.0/berryFunctions/man/l2df.Rd                  |    4 
 berryFunctions-1.13.0/berryFunctions/man/movAv.Rd                 |   66 +-
 berryFunctions-1.13.0/berryFunctions/man/movAvLines.Rd            |   15 
 berryFunctions-1.13.0/berryFunctions/man/owa.Rd                   |   83 +--
 berryFunctions-1.13.0/berryFunctions/man/readDWD.Rd               |    4 
 berryFunctions-1.13.0/berryFunctions/man/seasonality.Rd           |  104 ++--
 berryFunctions-1.13.0/berryFunctions/man/smallPlot.Rd             |  106 ++--
 berryFunctions-1.13.0/berryFunctions/man/spiralDate.Rd            |   19 
 berryFunctions-1.13.0/berryFunctions/man/tableColVal.Rd           |   61 +-
 berryFunctions-1.13.0/berryFunctions/man/textField.Rd             |    7 
 berryFunctions-1.13.0/berryFunctions/man/traceCall.Rd             |   16 
 berryFunctions-1.13.0/berryFunctions/man/truncMessage.Rd          |only
 berryFunctions-1.13.0/berryFunctions/man/tryStack.Rd              |only
 berryFunctions-1.13.0/berryFunctions/vignettes/berryFunctions.Rmd |    8 
 73 files changed, 1397 insertions(+), 1105 deletions(-)

More information about berryFunctions at CRAN
Permanent link

New package rtrends with initial version 0.1.0
Package: rtrends
Type: Package
Title: Analyze Download Logs from the CRAN RStudio Mirror
Version: 0.1.0
Author: Avi Blinder <aviblinder@gmail.com>
Maintainer: Avi Blinder <aviblinder@gmail.com>
Description: Analyze download logs from the CRAN RStudio mirror (<http://cran.rstudio.com/>). This CRAN mirror is the default one used in RStudio. The available data is the result of parsed and anonymised raw log data from that CRAN mirror.
License: GPL-2
LazyData: TRUE
Depends: R (>= 3.0.2)
Imports: lubridate, dplyr, tidyr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-12-09 20:46:39 UTC; Avi
Repository: CRAN
Date/Publication: 2016-12-10 14:09:05

More information about rtrends at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.