Wed, 02 Mar 2016

Package spiders updated to version 1.2 with previous version 1.0 dated 2014-12-10

Title: Fits Predator Preferences Model
Description: Fits and simulates data from our predator preferences model, <DOI:10.1007/s10651-016-0341-3>.
Author: Edward A. Roualdes [cre, aut], Simon J. Bonner [aut]
Maintainer: Edward A. Roualdes <eroualdes@csuchico.edu>

Diff between spiders versions 1.0 dated 2014-12-10 and 1.2 dated 2016-03-02

 spiders-1.0/spiders/man/getUnitCounts.Rd           |only
 spiders-1.2/spiders/DESCRIPTION                    |   24 ++++--
 spiders-1.2/spiders/MD5                            |   73 +++++++++++----------
 spiders-1.2/spiders/NAMESPACE                      |    5 -
 spiders-1.2/spiders/R/contrasts.R                  |   34 +++++----
 spiders-1.2/spiders/R/estimate1.R                  |   16 ++--
 spiders-1.2/spiders/R/estimateC.R                  |   21 +++---
 spiders-1.2/spiders/R/estimateCs.R                 |   30 ++++++--
 spiders-1.2/spiders/R/estimateCst.R                |   39 ++++++++---
 spiders-1.2/spiders/R/estimateCt.R                 |   38 ++++++++--
 spiders-1.2/spiders/R/estimateGen.R                |   10 +-
 spiders-1.2/spiders/R/hypotheses.R                 |   60 ++++++++---------
 spiders-1.2/spiders/R/likelihood.R                 |    3 
 spiders-1.2/spiders/R/predPref.R                   |   29 ++++----
 spiders-1.2/spiders/R/simPref.R                    |   14 ++--
 spiders-1.2/spiders/R/summary.predPref.R           |   57 ++++++++--------
 spiders-1.2/spiders/R/util.R                       |   35 +++-------
 spiders-1.2/spiders/build                          |only
 spiders-1.2/spiders/inst                           |only
 spiders-1.2/spiders/man/calcHypotheses.Rd          |   29 +++-----
 spiders-1.2/spiders/man/checkHypotheses.Rd         |    5 -
 spiders-1.2/spiders/man/converged.Rd               |   13 +--
 spiders-1.2/spiders/man/est1.Rd                    |   23 ++----
 spiders-1.2/spiders/man/estC.Rd                    |   23 ++----
 spiders-1.2/spiders/man/estCs.Rd                   |   26 ++-----
 spiders-1.2/spiders/man/estCst.Rd                  |   23 ++----
 spiders-1.2/spiders/man/estCt.Rd                   |   26 ++-----
 spiders-1.2/spiders/man/estGen.Rd                  |   27 +++----
 spiders-1.2/spiders/man/getTimeCounts.Rd           |   10 +-
 spiders-1.2/spiders/man/ll.Rd                      |   26 ++-----
 spiders-1.2/spiders/man/llEM.Rd                    |   21 ++----
 spiders-1.2/spiders/man/predPref.Rd                |   39 ++++-------
 spiders-1.2/spiders/man/print.summary.predPref.Rd  |only
 spiders-1.2/spiders/man/simPref.Rd                 |   25 +++----
 spiders-1.2/spiders/man/summary.predPref.Rd        |   10 +-
 spiders-1.2/spiders/man/testC.Rd                   |   66 +++++++++---------
 spiders-1.2/spiders/tests/testthat/test_predPref.R |   29 --------
 spiders-1.2/spiders/vignettes                      |only
 38 files changed, 451 insertions(+), 458 deletions(-)

More information about spiders at CRAN
Permanent link

New package osmplotr with initial version 0.1-1
Package: osmplotr
Title: Customisable Images of OpenStreetMap Data
Version: 0.1-1
Date: 2016-03-01
Authors@R: person("Mark", "Padgham", email = "mark.padgham@email.com", role = c("aut", "cre"))
Description: Produces customisable images of OpenStreetMap data. Extracts OpenStreetMap data for specified key-value pairs (e.g. key="building") using the overpass API. Different OSM objects can be plotted in different colours using the function add_osm_objects(). The function group_osm_objects() enables customised highlighting of selected regions using different graphical schemes designed to contrast with surrounding backgrounds.
Depends: R (>= 3.2.3)
Imports: ggm, igraph, methods, osmar, RCurl, rgeos, sp, spatstat, XML,
Suggests: knitr, roxygen2, rmarkdown, devtools, maptools, RColorBrewer
License: GPL-3
URL: https://github.com/mpadge/osmplotr
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-03-02 17:48:13 UTC; markus
Author: Mark Padgham [aut, cre]
Maintainer: Mark Padgham <mark.padgham@email.com>
Repository: CRAN
Date/Publication: 2016-03-02 23:41:12

More information about osmplotr at CRAN
Permanent link

Package assertive.sets updated to version 0.0-2 with previous version 0.0-1 dated 2015-10-06

Title: Assertions to Check Properties of Sets
Description: A set of predicates and assertions for checking the properties of sets. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.
Author: Richard Cotton [aut, cre]
Maintainer: Richard Cotton <richierocks@gmail.com>

Diff between assertive.sets versions 0.0-1 dated 2015-10-06 and 0.0-2 dated 2016-03-02

 assertive.sets-0.0-1/assertive.sets/man/is_set_equal.Rd          |only
 assertive.sets-0.0-2/assertive.sets/DESCRIPTION                  |   15 -
 assertive.sets-0.0-2/assertive.sets/MD5                          |   18 -
 assertive.sets-0.0-2/assertive.sets/NAMESPACE                    |    3 
 assertive.sets-0.0-2/assertive.sets/NEWS                         |    3 
 assertive.sets-0.0-2/assertive.sets/R/assert-is-set.R            |  101 +++++-----
 assertive.sets-0.0-2/assertive.sets/R/is-set.R                   |   48 +++-
 assertive.sets-0.0-2/assertive.sets/README.md                    |   75 +++----
 assertive.sets-0.0-2/assertive.sets/man/are_set_equal.Rd         |only
 assertive.sets-0.0-2/assertive.sets/tests/testthat.R             |   11 -
 assertive.sets-0.0-2/assertive.sets/tests/testthat/test-is-set.R |   28 ++
 11 files changed, 177 insertions(+), 125 deletions(-)

More information about assertive.sets at CRAN
Permanent link

Package assertive.properties updated to version 0.0-2 with previous version 0.0-1 dated 2015-10-06

Title: Assertions to Check Properties of Variables
Description: A set of predicates and assertions for checking the properties of variables, such as length, names and attributes. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.
Author: Richard Cotton [aut, cre]
Maintainer: Richard Cotton <richierocks@gmail.com>

Diff between assertive.properties versions 0.0-1 dated 2015-10-06 and 0.0-2 dated 2016-03-02

 assertive.properties-0.0-1/assertive.properties/inst                                             |only
 assertive.properties-0.0-2/assertive.properties/DESCRIPTION                                      |   20 -
 assertive.properties-0.0-2/assertive.properties/MD5                                              |   64 ++--
 assertive.properties-0.0-2/assertive.properties/NAMESPACE                                        |  146 +++++----
 assertive.properties-0.0-2/assertive.properties/NEWS                                             |    3 
 assertive.properties-0.0-2/assertive.properties/R/are-same-size.R                                |    2 
 assertive.properties-0.0-2/assertive.properties/R/assert-are-same-size.R                         |    8 
 assertive.properties-0.0-2/assertive.properties/R/assert-has-slot.R                              |only
 assertive.properties-0.0-2/assertive.properties/R/assert-is-atomic-recursive-vector.R            |   26 +
 assertive.properties-0.0-2/assertive.properties/R/has-attributes.R                               |  151 +++++-----
 assertive.properties-0.0-2/assertive.properties/R/has-slot.R                                     |only
 assertive.properties-0.0-2/assertive.properties/R/imports.R                                      |    2 
 assertive.properties-0.0-2/assertive.properties/R/is-atomic-recursive-vector.R                   |   56 +++
 assertive.properties-0.0-2/assertive.properties/R/is-empty-scalar.R                              |    2 
 assertive.properties-0.0-2/assertive.properties/R/is-unsorted.R                                  |    6 
 assertive.properties-0.0-2/assertive.properties/README.md                                        |  130 ++++----
 assertive.properties-0.0-2/assertive.properties/man/DIM.Rd                                       |    6 
 assertive.properties-0.0-2/assertive.properties/man/are_same_length.Rd                           |   20 -
 assertive.properties-0.0-2/assertive.properties/man/has_any_attributes.Rd                        |   64 ++--
 assertive.properties-0.0-2/assertive.properties/man/has_attributes.Rd                            |    4 
 assertive.properties-0.0-2/assertive.properties/man/has_cols.Rd                                  |    8 
 assertive.properties-0.0-2/assertive.properties/man/has_dims.Rd                                  |    2 
 assertive.properties-0.0-2/assertive.properties/man/has_duplicates.Rd                            |    8 
 assertive.properties-0.0-2/assertive.properties/man/has_names.Rd                                 |   12 
 assertive.properties-0.0-2/assertive.properties/man/has_slot.Rd                                  |only
 assertive.properties-0.0-2/assertive.properties/man/is_atomic.Rd                                 |   52 ++-
 assertive.properties-0.0-2/assertive.properties/man/is_empty.Rd                                  |   10 
 assertive.properties-0.0-2/assertive.properties/man/is_null.Rd                                   |    6 
 assertive.properties-0.0-2/assertive.properties/man/is_unsorted.Rd                               |   10 
 assertive.properties-0.0-2/assertive.properties/man/n_elements.Rd                                |    2 
 assertive.properties-0.0-2/assertive.properties/po/R-assertive.properties.pot                    |  134 ++++----
 assertive.properties-0.0-2/assertive.properties/tests/testthat.R                                 |    7 
 assertive.properties-0.0-2/assertive.properties/tests/testthat/test-has-attributes.R             |    5 
 assertive.properties-0.0-2/assertive.properties/tests/testthat/test-is-atomic-recursive-vector.R |   27 +
 34 files changed, 581 insertions(+), 412 deletions(-)

More information about assertive.properties at CRAN
Permanent link

Package AMCP updated to version 0.0.2 with previous version 0.0.1 dated 2016-02-11

Title: A Multiple Comparison Perspective
Description: Accompanies "Designing experiments and analyzing data: A model comparison perspective"" (3rd ed.) Maxwell, Delaney, & Kelley (forthcoming). This package contains all of the data sets in the book. Information about the book is available here <http://www.DesigningExperiments.com>.
Author: Scott Maxwell [aut], Harold Delaney [aut], Ken Kelley [aut, cre]
Maintainer: Ken Kelley <kkelley@nd.edu>

Diff between AMCP versions 0.0.1 dated 2016-02-11 and 0.0.2 dated 2016-03-02

 DESCRIPTION                             |   10 +--
 MD5                                     |  104 ++++++++++++++++----------------
 build/partial.rdb                       |binary
 data/chapter_4_table_1.rda              |only
 man/chapter_10_table_5.Rd               |   69 ++++++++++-----------
 man/chapter_10_table_9.Rd               |   67 ++++++++++----------
 man/chapter_11_table_1.Rd               |   69 ++++++++++-----------
 man/chapter_11_table_19.Rd              |   73 +++++++++++-----------
 man/chapter_11_table_20.Rd              |   67 ++++++++++----------
 man/chapter_11_table_4.Rd               |   65 +++++++++-----------
 man/chapter_11_table_5.Rd               |   69 ++++++++++-----------
 man/chapter_12_table_1.Rd               |   73 +++++++++++-----------
 man/chapter_12_table_11.Rd              |   63 +++++++++----------
 man/chapter_12_table_15.Rd              |   63 +++++++++----------
 man/chapter_12_table_21.Rd              |   75 +++++++++++------------
 man/chapter_12_table_7.Rd               |   63 +++++++++----------
 man/chapter_12_table_9.Rd               |   61 +++++++++---------
 man/chapter_13_table_1.Rd               |   69 ++++++++++-----------
 man/chapter_13_table_12.Rd              |   65 +++++++++-----------
 man/chapter_13_table_14.Rd              |   61 +++++++++---------
 man/chapter_13_table_2.Rd               |   63 +++++++++----------
 man/chapter_13_table_5.Rd               |   65 +++++++++-----------
 man/chapter_14_table_1.Rd               |   65 +++++++++-----------
 man/chapter_14_table_10.Rd              |   73 +++++++++++-----------
 man/chapter_14_table_3.Rd               |   67 ++++++++++----------
 man/chapter_14_table_4.Rd               |   69 ++++++++++-----------
 man/chapter_14_table_5.Rd               |   67 ++++++++++----------
 man/chapter_14_table_8.Rd               |   67 ++++++++++----------
 man/chapter_15_table_1.Rd               |   69 ++++++++++-----------
 man/chapter_16_table_1.Rd               |   63 +++++++++----------
 man/chapter_16_table_4.Rd               |   73 +++++++++++-----------
 man/chapter_2_table_1.Rd                |   87 +++++++++++++-------------
 man/chapter_3_table_1.Rd                |   67 ++++++++++----------
 man/chapter_3_table_3.Rd                |   67 ++++++++++----------
 man/chapter_3_table_7_and_9_raw_data.Rd |   74 +++++++++++-----------
 man/chapter_4_table_1.Rd                |only
 man/chapter_4_table_7.Rd                |   61 +++++++++---------
 man/chapter_5_table_4.Rd                |   65 +++++++++-----------
 man/chapter_6_table_1.Rd                |   67 ++++++++++----------
 man/chapter_7_table_1.Rd                |   69 ++++++++++-----------
 man/chapter_7_table_11.Rd               |   67 ++++++++++----------
 man/chapter_7_table_15.Rd               |   71 ++++++++++-----------
 man/chapter_7_table_23.Rd               |   71 ++++++++++-----------
 man/chapter_7_table_5.Rd                |   71 ++++++++++-----------
 man/chapter_7_table_9.Rd                |   67 ++++++++++----------
 man/chapter_8_table_12.Rd               |   74 +++++++++++-----------
 man/chapter_9_extension_table_1.Rd      |   63 +++++++++----------
 man/chapter_9_table_1.Rd                |   71 ++++++++++-----------
 man/chapter_9_table_11.Rd               |   69 ++++++++++-----------
 man/chapter_9_table_7.Rd                |   67 ++++++++++----------
 man/tutorial_1_bdi.Rd                   |    1 
 man/tutorial_table_t1.Rd                |    1 
 man/tutorial_table_t2.Rd                |   63 +++++++++----------
 man/tutorial_table_t3.Rd                |    1 
 54 files changed, 1596 insertions(+), 1645 deletions(-)

More information about AMCP at CRAN
Permanent link

New package GoodmanKruskal with initial version 0.0.1
Package: GoodmanKruskal
Title: Association Analysis for Categorical Variables
Version: 0.0.1
Authors@R: person("Ron", "Pearson", email = "ron@datarobot.com", role = c("aut", "cre"))
Description: Association analysis between categorical variables using the Goodman and Kruskal tau measure. This asymmetric association measure allows the detection of asymmetric relations between categorical variables (e.g., one variable obtained by re-grouping another).
Depends: R (>= 3.2.3)
Imports: classInt, corrplot
License: MIT + file LICENSE
LazyData: true
Suggests: knitr, MASS, testthat, car, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-02 15:36:24 UTC; ron
Author: Ron Pearson [aut, cre]
Maintainer: Ron Pearson <ron@datarobot.com>
Repository: CRAN
Date/Publication: 2016-03-02 17:13:11

More information about GoodmanKruskal at CRAN
Permanent link

Package DataExplorer updated to version 0.2.4 with previous version 0.2.3 dated 2016-03-01

Title: Data Explorer
Description: Data exploration process for data analysis and model building, so that users could focus on understanding data and extracting insights. The package automatically scans through each variable and does data profiling. Typical graphical techniques will be performed for both discrete and continuous features.
Author: Boxuan Cui [aut, cre]
Maintainer: Boxuan Cui <boxuancui@gmail.com>

Diff between DataExplorer versions 0.2.3 dated 2016-03-01 and 0.2.4 dated 2016-03-02

 DESCRIPTION        |    6 +++---
 MD5                |    8 ++++----
 NEWS.md            |   11 +++++++++++
 R/GenerateReport.r |    7 +++++--
 README.md          |    4 +---
 5 files changed, 24 insertions(+), 12 deletions(-)

More information about DataExplorer at CRAN
Permanent link

New package biomartr with initial version 0.0.3
Package: biomartr
Title: Functional Annotation and Biological Data Retrieval with R
Version: 0.0.3
Author: Hajk-Georg Drost
Maintainer: Hajk-Georg Drost <hgd23@cam.ac.uk>
Description: Perform biological data retrieval and functional annotation with R. This tool provides API functions to the BioMart database and genome retrieval functions for bulk retrieval of genomes.
VignetteBuilder: knitr
NeedsCompilation: yes
Depends: R (>= 3.1.1)
Imports: biomaRt, Biostrings, data.table (>= 1.9.4), dplyr (>= 0.3.0), readr (>= 0.2.2), downloader (>= 0.3), RCurl (>= 1.95-4.5), XML (>= 3.98-1.1), httr (>= 0.6.1), stringr (>= 0.6.2)
Suggests: knitr (>= 1.6), rmarkdown (>= 0.3.3), devtools (>= 1.6.1), testthat
License: GPL-3
LazyData: true
URL: https://github.com/HajkD/biomartr
BugReports: https://github.com/HajkD/biomartr/issues
RoxygenNote: 5.0.1
Packaged: 2016-03-02 15:57:36 UTC; h-gd
Repository: CRAN
Date/Publication: 2016-03-02 17:18:12

More information about biomartr at CRAN
Permanent link

Package BayesVarSel updated to version 1.6.2 with previous version 1.6.1 dated 2015-01-26

Title: Bayes Factors, Model Choice and Variable Selection in Linear Models
Description: Conceived to calculate Bayes factors in linear models and then to provide a formal Bayesian answer to testing and variable selection problems. From a theoretical side, the emphasis in the package is placed on the prior distributions and BayesVarSel allows using a wide range of them: Jeffreys (1961); Zellner and Siow(1980)<DOI:10.1007/bf02888369>; Zellner and Siow(1984); Zellner (1986)<DOI:10.2307/2233941>; Fernandez et al. (2001)<DOI:10.1016/s0304-4076(00)00076-2>; Liang et al. (2008)<DOI:10.1198/016214507000001337> and Bayarri et al. (2012)<DOI:10.1214/12-aos1013>. The interaction with the package is through a friendly interface that syntactically mimics the well-known lm() command of R. The resulting objects can be easily explored providing the user very valuable information (like marginal, joint and conditional inclusion probabilities of potential variables; the highest posterior probability model, HPM; the median probability model, MPM) about the structure of the true -data generating- model. Additionally, "BayesVarSel" incorporates abilities to handle problems with a large number of potential explanatory variables through parallel and heuristic versions of the main commands, Garcia-Donato and Martinez-Beneito (2013)<DOI:10.1080/01621459.2012.742443>.
Author: Gonzalo Garcia-Donato and Anabel Forte
Maintainer: Anabel Forte <anabel.forte@uv.es>

Diff between BayesVarSel versions 1.6.1 dated 2015-01-26 and 1.6.2 dated 2016-03-02

 DESCRIPTION                |   12 +--
 MD5                        |   28 ++++----
 NAMESPACE                  |    5 +
 R/Bvs.R                    |   66 +++++++++----------
 R/GibbsBvs.R               |   62 +++++++++---------
 R/plotBvs.R                |   13 +++
 man/BayesFactor.Rd         |   20 ++----
 man/Bvs.Rd                 |   20 ++----
 man/GibbsBvs.Rd            |   11 +--
 man/Hald.Rd                |    2 
 man/Ozone35.Rd             |   13 +--
 man/PBvs.Rd                |   14 +---
 man/bayesvarsel-package.rd |   21 ++----
 src/Gibbsauxiliaryfuncs.c  |   55 +++++++++++-----
 src/mainGibbs.c            |  150 +++++++++++++--------------------------------
 15 files changed, 226 insertions(+), 266 deletions(-)

More information about BayesVarSel at CRAN
Permanent link

Package STEPCAM updated to version 1.1.1 with previous version 1.1 dated 2015-08-07

Title: ABC-SMC Inference of STEPCAM
Description: STEPwise Community Assembly Model collection, applying ABC-SMC in order to infer different community assembly processes. Also includes several plotting functions in order to visualize found estimates.
Author: Thijs Janzen & Fons van der Plas
Maintainer: Thijs Janzen <thijsjanzen@gmail.com>

Diff between STEPCAM versions 1.1 dated 2015-08-07 and 1.1.1 dated 2016-03-02

 DESCRIPTION            |    8 ++++----
 MD5                    |    6 +++---
 R/ABC_SMC.R            |    6 +++---
 man/STEPCAM-package.Rd |   21 ++++++++++-----------
 4 files changed, 20 insertions(+), 21 deletions(-)

More information about STEPCAM at CRAN
Permanent link

Package rsvg updated to version 0.5 with previous version 0.4 dated 2016-01-28

Title: Render SVG Images into PDF, PNG, PostScript, or Bitmap Arrays
Description: Renders vector-based 'svg' images into high-quality custom-size bitmap arrays using 'librsvg'. The resulting bitmap can be written to e.g. 'png', 'jpeg' or 'webp' format. In addition, the package can convert images directly to various formats such as pdf or postscript.
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>

Diff between rsvg versions 0.4 dated 2016-01-28 and 0.5 dated 2016-03-02

 DESCRIPTION |    6 +++---
 MD5         |    6 +++---
 NEWS        |    4 ++++
 configure   |   18 ++++++++++--------
 4 files changed, 20 insertions(+), 14 deletions(-)

More information about rsvg at CRAN
Permanent link

Package modQR updated to version 0.1.1 with previous version 0.1.0 dated 2015-06-18

Title: Multiple-Output Directional Quantile Regression
Description: Contains basic tools for performing multiple-output quantile regression and computing regression quantile contours by means of directional regression quantiles. In the location case, one can thus obtain halfspace depth contours in two to six dimensions.
Author: Miroslav Šiman [aut], Pavel Boček [aut, cre]
Maintainer: Pavel Boček <bocek@utia.cas.cz>

Diff between modQR versions 0.1.0 dated 2015-06-18 and 0.1.1 dated 2016-03-02

 ChangeLog          |    4 ++++
 DESCRIPTION        |   15 +++++++--------
 MD5                |   16 ++++++++--------
 NAMESPACE          |    5 ++++-
 R/addRow.R         |    2 +-
 R/evalContour.R    |    4 ++--
 man/compContour.Rd |    2 +-
 man/evalContour.Rd |    2 +-
 man/getCTechST.Rd  |    2 +-
 9 files changed, 29 insertions(+), 23 deletions(-)

More information about modQR at CRAN
Permanent link

Package georob updated to version 0.2-3 with previous version 0.2-2 dated 2015-12-02

Title: Robust Geostatistical Analysis of Spatial Data
Description: Provides functions for efficiently fitting linear models with spatially correlated errors by robust and Gaussian (Restricted) Maximum Likelihood and for computing robust and customary point and block external-drift kriging predictions, along with utility functions for variogram modelling in ad-hoc geostatistical analyses, model building, model evaluation by cross-validation and for unbiased back-transformation of kriging predictions of log-transformed data.
Author: Andreas Papritz [cre, aut], Cornelia Schwierz [ctb]
Maintainer: Andreas Papritz <andreas.papritz@env.ethz.ch>

Diff between georob versions 0.2-2 dated 2015-12-02 and 0.2-3 dated 2016-03-02

 ChangeLog                     |   13 ++
 DESCRIPTION                   |   26 ++---
 MD5                           |   32 +++---
 NAMESPACE                     |    4 
 NEWS                          |    1 
 R/georob.S3methods.R          |    2 
 R/georob.cv.R                 |   16 ++-
 R/georob.exported.functions.R |    2 
 R/georob.predict.R            |    6 -
 R/georob.private.functions.R  |   15 +--
 R/variogram.R                 |   89 +++++++++++++++--
 man/control.georob.Rd         |    4 
 man/fit.variogram.model.Rd    |    4 
 man/georob-package.Rd         |  209 ++++++++++++++++++++++++++----------------
 man/georob.Rd                 |   13 +-
 man/plot.georob.Rd            |   45 +++++++--
 man/predict.georob.Rd         |    4 
 17 files changed, 329 insertions(+), 156 deletions(-)

More information about georob at CRAN
Permanent link

Package forecTheta updated to version 2.0 with previous version 1.1 dated 2015-08-02

Title: Forecasting Time Series by Theta Models
Description: Routines for forecasting univariate time series using Theta Models. Contains several cross-validation routines.
Author: Jose Augusto Fiorucci, Francisco Louzada and Bao Yiqi
Maintainer: Jose Augusto Fiorucci <jafiorucci@gmail.com>

Diff between forecTheta versions 1.1 dated 2015-08-02 and 2.0 dated 2016-03-02

 forecTheta-1.1/forecTheta/man/forecastFunctions.Rd        |only
 forecTheta-2.0/forecTheta/ChangeLog                       |    7 
 forecTheta-2.0/forecTheta/DESCRIPTION                     |   20 
 forecTheta-2.0/forecTheta/MD5                             |   23 
 forecTheta-2.0/forecTheta/NAMESPACE                       |   17 
 forecTheta-2.0/forecTheta/R/crossValidationFunctions.R    |    6 
 forecTheta-2.0/forecTheta/R/errorMetricFunctions.R        |    4 
 forecTheta-2.0/forecTheta/R/forecastFunctions.R           |  493 +++++++++++++-
 forecTheta-2.0/forecTheta/man/crossValidationFunctions.Rd |   38 -
 forecTheta-2.0/forecTheta/man/errorMetricFunctions.Rd     |    4 
 forecTheta-2.0/forecTheta/man/expSmoot.Rd                 |only
 forecTheta-2.0/forecTheta/man/forecTheta-package.Rd       |   57 -
 forecTheta-2.0/forecTheta/man/otm.arXiv.Rd                |only
 forecTheta-2.0/forecTheta/man/plot.thetaModel.Rd          |only
 forecTheta-2.0/forecTheta/man/thetaModels.Rd              |only
 15 files changed, 565 insertions(+), 104 deletions(-)

More information about forecTheta at CRAN
Permanent link

Package FedData updated to version 2.0.7 with previous version 2.0.6 dated 2016-02-21

Title: Functions to Automate Downloading Geospatial Data Available from Several Federated Data Sources
Description: Functions to automate downloading geospatial data available from several federated data sources (mainly sources maintained by the US Federal government). Currently, the package allows for retrieval of five datasets: The National Elevation Dataset digital elevation models (1 and 1/3 arc-second; USGS); The National Hydrography Dataset (USGS); The Soil Survey Geographic (SSURGO) database from the National Cooperative Soil Survey (NCSS), which is led by the Natural Resources Conservation Service (NRCS) under the USDA; the Global Historical Climatology Network (GHCN), coordinated by National Climatic Data Center at NOAA; and the International Tree Ring Data Bank. Additional data sources are in the works, including global DEM resources (ETOPO1, ETOPO5, ETOPO30, SRTM), global soils (HWSD), MODIS satellite data products, the National Atlas (US), Natural Earth, PRISM, and WorldClim.
Author: R. Kyle Bocinsky [aut, cre], Dylan Beaudette [ctb], Scott Chamberlain [ctb]
Maintainer: R. Kyle Bocinsky <bocinsky@gmail.com>

Diff between FedData versions 2.0.6 dated 2016-02-21 and 2.0.7 dated 2016-03-02

 DESCRIPTION            |    9 ++++-----
 MD5                    |    4 ++--
 man/FedData-package.Rd |    4 ++--
 3 files changed, 8 insertions(+), 9 deletions(-)

More information about FedData at CRAN
Permanent link

Package prepdat updated to version 1.0.7 with previous version 1.0.6 dated 2016-02-28

Title: Preparing Experimental Data for Statistical Analysis
Description: Prepares data for statistical analysis (e.g., analysis of variance ;ANOVA) by enabling the user to easily and quickly merge (using the file_merge() function) raw data files into one merged table and then aggregate the merged table (using the prep() function) into a finalized table while keeping track and summarizing every step of the preparation. The finalized table contain several possibilities for dependent measures of the dependent variable. Most suitable when measuring variables in an interval or ratio scale (e.g., reaction-times) and/or discrete values such as accuracy. Main functions included are file_merge() and prep(). The file_merge() function vertically merges individual data files (in a long format) in which each line is a single observation to one single dataset. The prep() function aggregates the single dataset according to any combination of grouping variables (i.e., between-subjects and within-subjects independent variables, respectively), and returns a data frame with a number of dependent measures for further analysis for each cell according to the combination of provided grouping variables. Dependent measures for each cell include among others means before and after rejecting all values according to a flexible standard deviation criteria, number of rejected values according to the flexible standard deviation criteria, proportions of rejected values according to the flexible standard deviation criteria, number of values before rejection, means after rejecting values according to procedures described in Van Selst & Jolicoeur (1994; suitable when measuring reaction-times), standard deviations, medians, means according to any percentile (e.g., 0.05, 0.25, 0.75, 0.95) and harmonic means. The data frame prep() returns can also be exported as a txt file to be used for statistical analysis in other statistical programs.
Author: Ayala S. Allon [aut, cre], Roy Luria [aut], James Grange [ctb], Nachshon Meiran [ctb]
Maintainer: Ayala S. Allon <ayalaallon@gmail.com>

Diff between prepdat versions 1.0.6 dated 2016-02-28 and 1.0.7 dated 2016-03-02

 DESCRIPTION       |    6 -
 MD5               |   12 +--
 NEWS.md           |    7 +
 R/prep.R          |    4 -
 README.md         |   26 +++---
 man/file_merge.Rd |   20 ++---
 man/prep.Rd       |  206 +++++++++++++++++++++++++++++++-----------------------
 7 files changed, 161 insertions(+), 120 deletions(-)

More information about prepdat at CRAN
Permanent link

New package dHSIC with initial version 1.0
Package: dHSIC
Type: Package
Title: Independence Testing via Hilbert Schmidt Independence Criterion
Version: 1.0
Date: 2016-03-02
Author: Niklas Pfister and Jonas Peters
Maintainer: Niklas Pfister <pfisteni@student.ethz.ch>
Description: Contains an implementation of the d-variable Hilbert Schmidt independence criterion and several hypothesis tests based on it.
License: GPL-3
Imports: stats
NeedsCompilation: no
Packaged: 2016-03-02 10:38:59 UTC; niklas
Repository: CRAN
Date/Publication: 2016-03-02 12:45:53

More information about dHSIC at CRAN
Permanent link

Package deepboost updated to version 0.1.4 with previous version 0.1.3 dated 2016-03-01

Title: Deep Boosting Ensemble Modeling
Description: Provides deep boosting models training, evaluation, predicting and hyper parameter optimising using grid search and cross validation. Based on Google's Deep Boosting algorithm, and Google's C++ implementation. Cortes, C., Mohri, M., & Syed, U. (2014) <URL: http://machinelearning.wustl.edu/mlpapers/papers/icml2014c2_cortesb14>.
Author: Daniel Marcous [aut, cre], Yotam Sandbank [aut], Google Inc. [cph]
Maintainer: Daniel Marcous <dmarcous@gmail.com>

Diff between deepboost versions 0.1.3 dated 2016-03-01 and 0.1.4 dated 2016-03-02

 DESCRIPTION                  |    8 ++++----
 MD5                          |   14 +++++++-------
 R/deepboost-grid-search.R    |    2 +-
 README.md                    |    4 ++--
 src/boost.cc                 |   33 +++++++++++++++++----------------
 src/deepboost_C.cc           |    5 -----
 src/deepboost_converters.cpp |    1 -
 src/tree.cc                  |   24 ++++++++++++------------
 8 files changed, 43 insertions(+), 48 deletions(-)

More information about deepboost at CRAN
Permanent link

Package adegraphics updated to version 1.0-5 with previous version 1.0-4 dated 2015-11-10

Title: An S4 Lattice-Based Package for the Representation of Multivariate Data
Description: Graphical functionalities for the representation of multivariate data. It is a complete re-implementation of the functions available in the 'ade4' package.
Author: Stéphane Dray <stephane.dray@univ-lyon1.fr> and Aurélie Siberchicot <aurelie.siberchicot@univ-lyon1.fr>, with contributions from Jean Thioulouse. Based on earlier work by Alice Julien-Laferrière.
Maintainer: Aurélie Siberchicot <aurelie.siberchicot@univ-lyon1.fr>

Diff between adegraphics versions 1.0-4 dated 2015-11-10 and 1.0-5 dated 2016-03-02

 adegraphics-1.0-4/adegraphics/inst/doc/adegraphics.Rnw   |only
 adegraphics-1.0-4/adegraphics/inst/doc/adegraphics.pdf   |only
 adegraphics-1.0-4/adegraphics/vignettes/adegraphics.Rnw  |only
 adegraphics-1.0-5/adegraphics/DESCRIPTION                |   16 
 adegraphics-1.0-5/adegraphics/MD5                        |   38 -
 adegraphics-1.0-5/adegraphics/NAMESPACE                  |   23 
 adegraphics-1.0-5/adegraphics/R/ADEg.S2.R                |   56 +-
 adegraphics-1.0-5/adegraphics/R/ADEgS.R                  |    2 
 adegraphics-1.0-5/adegraphics/R/S2.corcircle.R           |    2 
 adegraphics-1.0-5/adegraphics/R/add.R                    |only
 adegraphics-1.0-5/adegraphics/R/ade4-kplot.R             |    4 
 adegraphics-1.0-5/adegraphics/R/ade4-plot.R              |   69 +-
 adegraphics-1.0-5/adegraphics/R/ade4-scatter.R           |    8 
 adegraphics-1.0-5/adegraphics/R/genericMethod.R          |    1 
 adegraphics-1.0-5/adegraphics/R/utils.R                  |    4 
 adegraphics-1.0-5/adegraphics/build/vignette.rds         |binary
 adegraphics-1.0-5/adegraphics/inst/doc/adegraphics.R     |  361 +++------------
 adegraphics-1.0-5/adegraphics/inst/doc/adegraphics.Rmd   |only
 adegraphics-1.0-5/adegraphics/inst/doc/adegraphics.html  |only
 adegraphics-1.0-5/adegraphics/man/addtext.Rd             |only
 adegraphics-1.0-5/adegraphics/man/adegraphics-package.Rd |    4 
 adegraphics-1.0-5/adegraphics/tests/add.R                |   49 +-
 adegraphics-1.0-5/adegraphics/tests/adegraphics.R        |    1 
 adegraphics-1.0-5/adegraphics/vignettes/adegraphics.Rmd  |only
 24 files changed, 267 insertions(+), 371 deletions(-)

More information about adegraphics at CRAN
Permanent link

Package sjPlot updated to version 1.9.2 with previous version 1.9.1 dated 2016-02-08

Title: Data Visualization for Statistics in Social Science
Description: Collection of plotting and table output functions for data visualization. Results of various statistical analyses (that are commonly used in social sciences) can be visualized using this package, including simple and cross tabulated frequencies, histograms, box plots, (generalized) linear models, mixed effects models, PCA and correlation matrices, cluster analyses, scatter plots, Likert scales, effects plots of regression models (including interaction terms) and much more.
Author: Daniel Lüdecke <d.luedecke@uke.de>
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>

Diff between sjPlot versions 1.9.1 dated 2016-02-08 and 1.9.2 dated 2016-03-02

 DESCRIPTION                    |   14 
 MD5                            |   66 
 NAMESPACE                      |    2 
 NEWS                           |   25 
 NEWS.md                        |   43 
 R/helpfunctions.R              |   21 
 R/sjPlotDist.R                 | 1044 +++++++-------
 R/sjPlotFrequencies.R          |    2 
 R/sjPlotGLME.R                 |  121 +
 R/sjPlotGroupFrequencies.R     | 1761 ++++++++++++------------
 R/sjPlotGroupPropTable.R       |  524 +++----
 R/sjPlotInteractions.R         |   69 
 R/sjPlotLikert.R               |   17 
 R/sjPlotLinreg.R               | 3005 ++++++++++++++++++++---------------------
 R/sjPlotLinregMultiple.R       |   25 
 R/sjPlotOdds.R                 | 1903 +++++++++++++------------
 R/sjPlotOddsMultiple.R         |  880 ++++++------
 R/sjPlotPolynomials.R          |  574 +++----
 R/sjPlotPropTable.R            | 1034 +++++++-------
 R/sjPlotScatter.R              |   11 
 R/sjPlotStackFrequencies.R     |    2 
 R/sjTabFrequencies.R           | 1513 ++++++++++----------
 README.md                      |   83 -
 man/sjPlot-package.Rd          |    4 
 man/sjp.glm.Rd                 |   64 
 man/sjp.glmer.Rd               |    6 
 man/sjp.glmm.Rd                |    8 
 man/sjp.lmer.Rd                |    5 
 man/sjp.lmm.Rd                 |   10 
 man/sjp.scatter.Rd             |    4 
 man/sjp.xtab.Rd                |    5 
 tests/testthat/test_sjpglmer.R |  328 ++--
 tests/testthat/test_sjpint.R   |    8 
 tests/testthat/test_sjplmer.R  |  582 +++----
 34 files changed, 7062 insertions(+), 6701 deletions(-)

More information about sjPlot at CRAN
Permanent link

New package pems.utils with initial version 0.2.17.8
Package: pems.utils
Type: Package
Title: Portable Emissions (and Other Mobile) Measurement System Utilities
Version: 0.2.17.8
Date: 2016-03-02
Author: Karl Ropkins
Maintainer: Karl Ropkins <k.ropkins@its.leeds.ac.uk>
Depends: R (>= 2.10.0), lattice, loa
Imports: methods, utils, grid, RColorBrewer, latticeExtra, ggplot2, plyr
Description: Utility functions for the handling, analysis and visualisation of data from portable emissions measurement systems ('PEMS') and other similar mobile activity monitoring devices. The package includes a dedicated 'pems' data class that manages many of the quality control, unit handling and data archiving issues that can hinder efforts to standardise 'PEMS' research.
License: GPL (>= 2)
LazyLoad: yes
LazyData: yes
Packaged: 2016-03-02 08:13:02 UTC; Karl
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2016-03-02 11:10:18

More information about pems.utils at CRAN
Permanent link

New package mgarchBEKK with initial version 0.0.1
Package: mgarchBEKK
Title: Simulating, Estimating and Diagnosing MGARCH (BEKK and mGJR) Processes
Version: 0.0.1
Authors@R: c( person("Harald", "Schmidbauer", email="harald@hs-stat.com", role=c("aut")), person("Angi", "Roesch", email="angi@angi-stat.com", role=c("aut")), person("Vehbi Sinan", "Tunalioglu", email="vst@vsthost.com", role=c("cre", "aut")))
Description: Procedures to simulate, estimate and diagnose MGARCH processes of BEKK and multivariate GJR (bivariate asymmetric GARCH model) specification.
Depends: R (>= 3.2.3), tseries, mvtnorm
Suggests: testthat, devtools, roxygen2
License: GPL-3
LazyData: true
URL: https://github.com/vst/mgarchBEKK/
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-03-02 08:37:39 UTC; vst
Author: Harald Schmidbauer [aut], Angi Roesch [aut], Vehbi Sinan Tunalioglu [cre, aut]
Maintainer: Vehbi Sinan Tunalioglu <vst@vsthost.com>
Repository: CRAN
Date/Publication: 2016-03-02 11:10:17

More information about mgarchBEKK at CRAN
Permanent link

Package lxb updated to version 1.5 with previous version 1.3 dated 2013-10-16

Title: Fast LXB File Reader
Description: Functions to quickly read LXB parameter data.
Author: Björn Winckler [aut, cre], James K. Lawless [ctb, cph]
Maintainer: Björn Winckler <bjorn.winckler@gmail.com>

Diff between lxb versions 1.3 dated 2013-10-16 and 1.5 dated 2016-03-02

 DESCRIPTION |   18 +++++++++++-------
 LICENSE     |    4 ++--
 MD5         |    6 +++---
 src/lxb.c   |    2 +-
 4 files changed, 17 insertions(+), 13 deletions(-)

More information about lxb at CRAN
Permanent link

New package gesca with initial version 1.0
Package: gesca
Type: Package
Title: Generalized Structured Component Analysis (GSCA)
Version: 1.0
Date: 2016-02-13
Author: Heungsun Hwang, Sunmee Kim, Sungyoung Lee, Taesung Park
Maintainer: Sunmee Kim <sunmee.kim@mail.mcgill.ca>
Description: Fit a variety of component-based structural equation models.
License: GPL (>= 2)
Packaged: 2016-03-02 02:35:18 UTC; sylee
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2016-03-02 09:26:01

More information about gesca at CRAN
Permanent link

New package biglasso with initial version 1.0-1
Package: biglasso
Version: 1.0-1
Date: 2016-02-27
Title: Big Lasso: Extending Lasso Model Fitting to Big Data in R
Author: Yaohui Zeng [aut,cre], Patrick Breheny [ctb]
Maintainer: Yaohui Zeng <yaohui-zeng@uiowa.edu>
Description: Extend lasso and elastic-net model fitting for ultrahigh-dimensional, multi-gigabyte data sets that cannot be loaded into memory. Compared to existing lasso-fitting packages, it preserves equivalently fast computation speed but is much more memory-efficient, thus allowing for very powerful big data analysis even with only a single laptop.
License: GPL-2
Depends: bigmemory, Matrix, parallel, ncvreg
Imports: Rcpp (>= 0.12.1), methods
LinkingTo: Rcpp, RcppArmadillo, bigmemory, BH
NeedsCompilation: yes
Packaged: 2016-03-02 05:20:15 UTC; yazeng
Repository: CRAN
Date/Publication: 2016-03-02 11:10:15

More information about biglasso at CRAN
Permanent link


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