Thu, 15 Mar 2018

Package withr updated to version 2.1.2 with previous version 2.1.1 dated 2017-12-19

Title: Run Code 'With' Temporarily Modified Global State
Description: A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions.
Author: Jim Hester [aut, cre], Kirill Müller [aut], Kevin Ushey [aut], Hadley Wickham [aut], Winston Chang [aut], Richard Cotton [ctb], RStudio [cph]
Maintainer: Jim Hester <james.f.hester@gmail.com>

Diff between withr versions 2.1.1 dated 2017-12-19 and 2.1.2 dated 2018-03-15

 DESCRIPTION                |    8 
 MD5                        |   27 +--
 NAMESPACE                  |    1 
 NEWS.md                    |   11 +
 R/libpaths.R               |   10 -
 R/local_.R                 |   12 -
 R/makevars.R               |   16 +
 R/with_.R                  |   16 +
 README.md                  |   76 +++++---
 build/vignette.rds         |binary
 inst/doc/withr.html        |  394 ++++++++++++++++++++++++++++++++++-----------
 man/set_makevars.Rd        |only
 man/with_.Rd               |    9 -
 man/with_temp_libpaths.Rd  |    7 
 tests/testthat/test-with.R |    9 +
 15 files changed, 439 insertions(+), 157 deletions(-)

More information about withr at CRAN
Permanent link

Package RDieHarder updated to version 0.1.4 with previous version 0.1.3 dated 2014-02-21

Title: R Interface to the 'DieHarder' RNG Test Suite
Description: The RDieHarder packages provides an R interface to the dieharder suite of random number generators and tests that was developed by Robert G. Brown and David Bauer, extending earlier work by George Marsaglia and others.
Author: Dirk Eddelbuettel <edd@debian.org>
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RDieHarder versions 0.1.3 dated 2014-02-21 and 0.1.4 dated 2018-03-15

 ChangeLog                  |   21 +++++++++++++++++++++
 DESCRIPTION                |   17 +++++++++--------
 MD5                        |   16 +++++++++-------
 NAMESPACE                  |   12 ++++++++----
 README.md                  |only
 build/vignette.rds         |binary
 cleanup                    |    2 +-
 inst/doc/RDieHarder.pdf    |binary
 src/init.c                 |only
 tests/RDieHarder.Rout.save |   24 +++++++++++++-----------
 10 files changed, 61 insertions(+), 31 deletions(-)

More information about RDieHarder at CRAN
Permanent link

Package pastecs updated to version 1.3.21 with previous version 1.3-18 dated 2014-03-02

Title: Package for Analysis of Space-Time Ecological Series
Description: Regularisation, decomposition and analysis of space-time series. The pastecs R package is a PNEC-Art4 and IFREMER (Benoit Beliaeff <Benoit.Beliaeff@ifremer.fr>) initiative to bring PASSTEC 2000 functionalities to R.
Author: Philippe Grosjean [aut, cre], Frederic Ibanez [aut], Michele Etienne [ctb]
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>

Diff between pastecs versions 1.3-18 dated 2014-03-02 and 1.3.21 dated 2018-03-15

 pastecs-1.3-18/pastecs/inst/doc                     |only
 pastecs-1.3.21/pastecs/.Rinstignore                 |only
 pastecs-1.3.21/pastecs/DESCRIPTION                  |   28 +-
 pastecs-1.3.21/pastecs/MD5                          |   27 +-
 pastecs-1.3.21/pastecs/NAMESPACE                    |   59 ++++
 pastecs-1.3.21/pastecs/R/escouf.R                   |  107 ++++----
 pastecs-1.3.21/pastecs/R/extract.turnpoints.R       |   19 -
 pastecs-1.3.21/pastecs/R/lines.turnpoints.R         |   44 +--
 pastecs-1.3.21/pastecs/R/plot.turnpoints.R          |   25 +-
 pastecs-1.3.21/pastecs/R/print.summary.turnpoints.R |   39 +--
 pastecs-1.3.21/pastecs/R/print.turnpoints.R         |   27 +-
 pastecs-1.3.21/pastecs/R/regspline.R                |    2 
 pastecs-1.3.21/pastecs/R/summary.turnpoints.R       |    5 
 pastecs-1.3.21/pastecs/R/turnpoints.R               |  131 +++++-----
 pastecs-1.3.21/pastecs/inst/unitTests               |only
 pastecs-1.3.21/pastecs/man/turnpoints.Rd            |  241 ++++++++++----------
 pastecs-1.3.21/pastecs/tests                        |only
 17 files changed, 416 insertions(+), 338 deletions(-)

More information about pastecs at CRAN
Permanent link

Package mlbgameday updated to version 0.1.1 with previous version 0.1.0 dated 2018-02-27

Title: Tools to Gather Data from Major League Baseball Advanced Media (MLBAM)
Description: Multi-core processing of Gameday data from Major League Baseball Advanced Media <http://gd2.mlb.com/components/game/mlb/>. Additional tools to parallelize large data sets and write them to a database.
Author: Kris Eberwein [aut, cre]
Maintainer: Kris Eberwein <eberwein@knights.ucf.edu>

Diff between mlbgameday versions 0.1.0 dated 2018-02-27 and 0.1.1 dated 2018-03-15

 DESCRIPTION                        |   10 +++----
 MD5                                |   40 ++++++++++++++---------------
 NAMESPACE                          |    3 ++
 NEWS.md                            |   12 ++++++++
 R/get_payload.R                    |   51 ++++++++++++++++++++++++++++---------
 R/mlbgameday.R                     |   11 +++++++
 R/payload_methods.R                |   43 +++++++++++++++++++------------
 R/transform_methods.R              |   26 ++++++++++++++++--
 data/game_ids.rda                  |binary
 data/player_ids.rda                |binary
 data/team_ids.rda                  |binary
 data/umpire_ids.rda                |binary
 data/venue_ids.rda                 |binary
 inst/doc/database_connections.html |    4 +-
 inst/doc/parallel_processing.html  |    4 +-
 inst/doc/pitch_plotting.html       |    8 ++---
 inst/doc/search_games.html         |    4 +-
 man/get_payload.Rd                 |    5 ++-
 man/team_ids.Rd                    |    2 -
 man/umpire_ids.Rd                  |    2 -
 man/venue_ids.Rd                   |    2 -
 21 files changed, 156 insertions(+), 71 deletions(-)

More information about mlbgameday at CRAN
Permanent link

Package gmm updated to version 1.6-2 with previous version 1.6-1 dated 2017-06-14

Title: Generalized Method of Moments and Generalized Empirical Likelihood
Description: It is a complete suite to estimate models based on moment conditions. It includes the two step Generalized method of moments (Hansen 1982; <doi:10.2307/1912775>), the iterated GMM and continuous updated estimator (Hansen, Eaton and Yaron 1996; <doi:10.2307/1392442>) and several methods that belong to the Generalized Empirical Likelihood family of estimators (Smith 1997; <doi:10.1111/j.0013-0133.1997.174.x>, Kitamura 1997; <doi:10.1214/aos/1069362388>, Newey and Smith 2004; <doi:10.1111/j.1468-0262.2004.00482.x>, and Anatolyev 2005 <doi:10.1111/j.1468-0262.2005.00601.x>).
Author: Pierre Chausse <pchausse@uwaterloo.ca>
Maintainer: Pierre Chausse <pchausse@uwaterloo.ca>

Diff between gmm versions 1.6-1 dated 2017-06-14 and 1.6-2 dated 2018-03-15

 DESCRIPTION             |   12 ++--
 MD5                     |   40 +++++++-------
 NAMESPACE               |    2 
 NEWS                    |   11 +++
 R/FinRes.R              |    8 ++
 R/Methods.gmm.R         |   11 ++-
 R/ategel.R              |  133 ++++++++++++++++++++++++++++++++++++------------
 R/gel.R                 |    8 +-
 R/getModel.R            |   33 ++++++++++-
 R/gmm.R                 |   80 ++++++++++++++++++++--------
 R/momentEstim.R         |   67 ++++++++++++++++--------
 R/specTest.R            |   15 +++--
 build/vignette.rds      |binary
 data/Finance.rda        |binary
 data/Growth.rda         |binary
 data/nsw.rda            |binary
 data/wage.rda           |binary
 inst/doc/gmm_with_R.pdf |binary
 man/ATEgel.Rd           |   19 ++++++
 man/gel.Rd              |    5 +
 man/gmm.Rd              |   16 +++++
 21 files changed, 335 insertions(+), 125 deletions(-)

More information about gmm at CRAN
Permanent link

Package GlobalOptions updated to version 0.0.13 with previous version 0.0.12 dated 2017-05-21

Title: Generate Functions to Get or Set Global Options
Description: It provides more controls on the option values such as validation and filtering on the values, making options invisible or private.
Author: Zuguang Gu
Maintainer: Zuguang Gu <z.gu@dkfz.de>

Diff between GlobalOptions versions 0.0.12 dated 2017-05-21 and 0.0.13 dated 2018-03-15

 DESCRIPTION                 |   10 +++---
 MD5                         |   12 +++----
 NAMESPACE                   |    4 +-
 NEWS                        |    6 +++
 inst/doc/GlobalOptions.Rmd  |   43 ++++++++++++++++++++++++++
 inst/doc/GlobalOptions.html |   72 +++++++++++++++++++++++++++++++++++++-------
 vignettes/GlobalOptions.Rmd |   43 ++++++++++++++++++++++++++
 7 files changed, 166 insertions(+), 24 deletions(-)

More information about GlobalOptions at CRAN
Permanent link

Package crypto updated to version 0.1.5 with previous version 0.1.4 dated 2018-03-07

Title: Cryptocurrency Market Data
Description: Retrieves crypto currency current and historical information as well as information on the exchanges they are listed on. For current and historical it will retrieve the daily open, high, low and close values for all crypto currencies. This retrieves the historical market data by web scraping tables provided by 'Cryptocurrency Market Capitalizations' <https://coinmarketcap.com>.
Author: Jesse Vent [aut, cre]
Maintainer: Jesse Vent <jesse@solutiondesign.io>

Diff between crypto versions 0.1.4 dated 2018-03-07 and 0.1.5 dated 2018-03-15

 DESCRIPTION      |    6 +++---
 MD5              |   10 +++++-----
 R/getCoins.R     |   15 +++++++++------
 R/getExchanges.R |    4 +++-
 R/listCoins.R    |    2 +-
 README.md        |    8 ++++++++
 6 files changed, 29 insertions(+), 16 deletions(-)

More information about crypto at CRAN
Permanent link

Package rdlocrand updated to version 0.3 with previous version 0.2 dated 2017-04-22

Title: Local Randomization Methods for RD Designs
Description: The regression discontinuity (RD) design is a popular quasi-experimental design for causal inference and policy evaluation. Under the local randomization approach, RD designs can be interpreted as randomized experiments inside a window around the cutoff. This package provides tools to perform randomization inference for RD designs under local randomization: rdrandinf() to perform hypothesis testing using randomization inference, rdwinselect() to select a window around the cutoff in which randomization is likely to hold, rdsensitivity() to assess the sensitivity of the results to different window lengths and null hypotheses and rdrbounds() to construct Rosenbaum bounds for sensitivity to unobserved confounders.
Author: Matias D. Cattaneo, Rocio Titiunik, Gonzalo Vazquez-Bare
Maintainer: Gonzalo Vazquez-Bare <gvazquez@umich.edu>

Diff between rdlocrand versions 0.2 dated 2017-04-22 and 0.3 dated 2018-03-15

 DESCRIPTION              |    6 -
 MD5                      |   24 +++---
 R/rdlocrand_fun.R        |   26 +++---
 R/rdlocrand_package.R    |    8 +-
 R/rdrandinf.R            |  178 +++++++++++++++++++++++++----------------------
 R/rdrbounds.R            |   12 +--
 R/rdsensitivity.R        |   16 ++--
 R/rdwinselect.R          |   44 +++++------
 man/rdlocrand-package.Rd |    6 -
 man/rdrandinf.Rd         |   20 ++---
 man/rdrbounds.Rd         |   10 +-
 man/rdsensitivity.Rd     |    8 +-
 man/rdwinselect.Rd       |   14 +--
 13 files changed, 195 insertions(+), 177 deletions(-)

More information about rdlocrand at CRAN
Permanent link

Package SeqBayesDesign (with last version 0.1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-03-01 0.1.0

Permanent link
Package canvasXpress updated to version 1.18.8 with previous version 1.18.5 dated 2018-02-12

Title: Visualization Package for CanvasXpress in R
Description: Enables creation of visualizations using the CanvasXpress framework in R. CanvasXpress is a standalone JavaScript library for reproducible research with complete tracking of data and end-user modifications stored in a single PNG image that can be played back. See <http://canvasxpress.org> for more information.
Author: Isaac Neuhaus [aut, cre], Connie Brett [ctb]
Maintainer: Connie Brett <connie@aggregate-genius.com>

Diff between canvasXpress versions 1.18.5 dated 2018-02-12 and 1.18.8 dated 2018-03-15

 DESCRIPTION                                           |    6 
 MD5                                                   |   36 ++--
 NEWS.md                                               |    7 
 README.md                                             |    2 
 build/vignette.rds                                    |binary
 inst/doc/additional_examples.html                     |    4 
 inst/doc/getting_started.html                         |    4 
 inst/extdata/cX-circular2-dat.txt                     |    2 
 inst/extdata/cX-circular2-var.txt                     |    2 
 inst/extdata/cX-ideogram-dat.txt                      |only
 inst/extdata/cX-ideogram-smp.txt                      |only
 inst/extdata/cX-ideogram-var.txt                      |only
 inst/extdata/cX-loess2-dat.txt                        |only
 inst/extdata/cX-networkbasic-edges.txt                |    4 
 inst/extdata/cX-networkbasic-nodes.txt                |   12 -
 inst/extdata/cX-wpapoptosis-edges.txt                 |  134 +++++++-------
 inst/extdata/cX-wpapoptosis-nodes.txt                 |   32 +--
 inst/htmlwidgets/lib/canvasXpress/canvasXpress.min.js |    6 
 tests/cX-function.R                                   |  161 ++++++++++++++----
 tests/testthat/test-circular.R                        |   24 ++
 tests/testthat/test-scatter3D.R                       |    8 
 21 files changed, 291 insertions(+), 153 deletions(-)

More information about canvasXpress at CRAN
Permanent link

New package esaps with initial version 0.1.0
Package: esaps
Type: Package
Title: Indicators of Electoral Systems and Party Systems
Version: 0.1.0
Author: Nicolas Schmidt [aut, cre]
Maintainer: Nicolas Schmidt <nschmidt@cienciassociales.edu.uy>
Description: It allows to construct two types of indicators used in the study of Electoral Systems and Party Systems starting from electoral results data. The Effective Number of Parties (Laakso and Taagepera (1979) <doi:10.1177/001041407901200101>) and Electoral Volatility in its three versions (Pedersen (1979) <doi:10.1111/j.1475-6765.1979.tb01267.x>, Powell and Tucker (2014) <doi:10.1017/S0007123412000531> and Torcal and Lago (2015, ISBN:9788415260356)).
License: GPL-2
URL: https://github.com/Nicolas-Schmidt/esaps
Encoding: UTF-8
LazyData: true
Imports: plyr (>= 1.8.4), readODS (>= 1.6.4), readxl (>= 1.0.0)
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-15 17:00:55 UTC; Nicolás Schmidt
Repository: CRAN
Date/Publication: 2018-03-15 17:29:18 UTC

More information about esaps at CRAN
Permanent link

New package votesys with initial version 0.1.0
Package: votesys
Type: Package
Title: Voting Systems, Instant-Runoff Voting, Borda Method, Various Condorcet Methods
Version: 0.1.0
Date: 2018-03-15
Authors@R: c(person("Jiang", "Wu", role = c("aut", "cre"), email = "textidea@sina.com", comment = "from Capital Normal University"))
Maintainer: Jiang Wu <textidea@sina.com>
Description: Various methods to count ballots in voting systems are provided: Instant-runoff voting described in Reynolds, Reilly and Ellis (2005, ISBN:9789185391189), Borda method in Emerson (2013) <doi:10.1007/s00355-011-0603-9>, original Condorcet method in Stahl and Johnson (2017, ISBN:9780486807386), Dodgson method in McCabe-Dansted and Slinko (2008) <doi:10.1007/s00355-007-0282-8>, Simpson-Kramer method in Levin and Nalebuff (1995) <doi:10.1257/jep.9.1.3>, Schulze method in Schulze (2011) <doi:10.1007/s00355-010-0475-4>, Ranked pairs method in Tideman (1987) <doi:10.1007/BF00433944>. Functions to check validity of ballots are also provided to ensure flexibility.
License: GPL-3
Depends: R (>= 3.3.0)
Imports: data.table
Encoding: UTF-8
LazyLoad: true
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-15 11:35:26 UTC; useruser
Author: Jiang Wu [aut, cre] (from Capital Normal University)
Repository: CRAN
Date/Publication: 2018-03-15 16:41:55 UTC

More information about votesys at CRAN
Permanent link

Package Rpolyhedra updated to version 0.2.2 with previous version 0.2.1 dated 2018-03-13

Title: Polyhedra Database
Description: A polyhedra database scraped from various sources as R6 objects and 'rgl' visualizing capabilities.
Author: Alejandro Baranek [aut, com, cre, cph], Leonardo Belen [aut, com, cph]
Maintainer: Alejandro Baranek <abaranek@dc.uba.ar>

Diff between Rpolyhedra versions 0.2.1 dated 2018-03-13 and 0.2.2 dated 2018-03-15

 DESCRIPTION                |    6 +++---
 MD5                        |   10 +++++-----
 R/polyhedra-lib.R          |   17 ++---------------
 R/zzz.R                    |    2 +-
 README.md                  |   38 ++++++++++++++++++++------------------
 inst/extdata/polyhedra.RDS |binary
 6 files changed, 31 insertions(+), 42 deletions(-)

More information about Rpolyhedra at CRAN
Permanent link

Package RcppClassicExamples updated to version 0.1.2 with previous version 0.1.1 dated 2012-12-30

Title: Examples using 'RcppClassic' to Interface R and C++
Description: The 'Rcpp' package contains a C++ library that facilitates the integration of R and C++ in various ways via a rich API. This API was preceded by an earlier version which has been deprecated since 2010 (but is still supported to provide backwards compatibility in the package 'RcppClassic'). This package 'RcppClassicExamples' provides usage examples for the older, deprecated API. There is also a corresponding package 'RcppExamples' with examples for the newer, current API which we strongly recommend as the basis for all new development.
Author: Dirk Eddelbuettel and Romain Francois, based on code written during 2005 and 2006 by Dominick Samperi
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppClassicExamples versions 0.1.1 dated 2012-12-30 and 0.1.2 dated 2018-03-15

 ChangeLog                   |   25 +++++++++++++++++++++++++
 DESCRIPTION                 |   39 +++++++++++++++++++--------------------
 MD5                         |   29 +++++++++++++++--------------
 NAMESPACE                   |    7 +++++--
 R/RcppDateExample.R         |    3 +--
 R/RcppExample.R             |    6 ++----
 R/RcppMatrixExample.R       |    3 +--
 R/RcppParamsExample.R       |    3 +--
 R/RcppStringVectorExample.R |    3 +--
 R/RcppVectorExample.R       |    3 +--
 inst/NEWS.Rd                |   12 +++++++++++-
 man/RcppDate.Rd             |    2 +-
 man/RcppExample.Rd          |    2 +-
 man/RcppParams.Rd           |    2 +-
 src/Makevars.win            |   12 ++++++------
 src/init.c                  |only
 16 files changed, 91 insertions(+), 60 deletions(-)

More information about RcppClassicExamples at CRAN
Permanent link

New package humanize with initial version 0.1.0
Package: humanize
Version: 0.1.0
Title: Create Values for Human Consumption
Description: An almost direct port of the 'python' 'humanize' package <https://github.com/jmoiron/humanize>. This package contains utilities to convert values into human readable forms.
Authors@R: person("Gerry", "Manoim", email = "gerrymanoim@gmail.com", role = c("aut", "cre"))
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.0.1
Suggests: testthat, purrr
Imports: lubridate, assertthat, glue
License: MIT + file LICENSE
NeedsCompilation: no
Packaged: 2018-03-14 23:45:17 UTC; g
Author: Gerry Manoim [aut, cre]
Maintainer: Gerry Manoim <gerrymanoim@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-15 16:08:45 UTC

More information about humanize at CRAN
Permanent link

New package base2grob with initial version 0.0.2
Package: base2grob
Title: Convert Base Plot to 'grob' Object
Version: 0.0.2
Authors@R: c(person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")), person("Claus O.", "Wilke", email = "wilke@austin.utexas.edu", role = "ctb", comment = "par setting"))
Description: Convert base plot function call (using expression or formula) to 'grob' object that compatible to the 'grid' ecosystem. With this package, we are able to e.g. using 'cowplot' to align base plots with 'ggplot' objects and using 'ggsave' to export base plot to file.
Depends: R (>= 3.4.0)
Imports: graphics, grDevices, grid, gridGraphics
Suggests: cowplot, ggplot2, knitr, prettydoc
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://github.com/GuangchuangYu/base2grob
BugReports: https://github.com/GuangchuangYu/base2grob/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-15 05:00:44 UTC; guangchuangyu
Author: Guangchuang Yu [aut, cre] (<https://orcid.org/0000-0002-6485-8781>), Claus O. Wilke [ctb] (par setting)
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-15 16:34:09 UTC

More information about base2grob at CRAN
Permanent link

Package tree updated to version 1.0-38 with previous version 1.0-37 dated 2016-01-21

Title: Classification and Regression Trees
Description: Classification and regression trees.
Author: Brian Ripley [aut, cre]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>

Diff between tree versions 1.0-37 dated 2016-01-21 and 1.0-38 dated 2018-03-15

 ChangeLog           |    4 ++++
 DESCRIPTION         |    9 ++++-----
 MD5                 |   15 ++++++++-------
 R/treemisc.R        |    4 +++-
 man/tree.control.Rd |   12 +++++++++---
 src/grow.c          |    5 ++++-
 src/init.c          |    2 ++
 src/treefix.c       |    1 +
 tests/cv.tree.R     |only
 9 files changed, 35 insertions(+), 17 deletions(-)

More information about tree at CRAN
Permanent link

New package phyloseqGraphTest with initial version 0.0.1
Package: phyloseqGraphTest
Title: Graph-Based Permutation Tests for Microbiome Data
Version: 0.0.1
Author: Julia Fukuyama [aut, cre]
Maintainer: Julia Fukuyama <julia.fukuyama@gmail.com>
Description: Provides functions for graph-based multiple-sample testing and visualization of microbiome data, in particular data stored in 'phyloseq' objects. The tests are based on those described in Friedman and Rafsky (1979) <http://www.jstor.org/stable/2958919>, and the tests are described in more detail in Callahan et al. (2016) <doi:10.12688/f1000research.8986.1>.
Imports: ggnetwork (>= 0.5.1), igraph (>= 1.1.2), intergraph (>= 2.0.2)
Depends: R (>= 3.4.0), ggplot2 (>= 2.2.1), phyloseq (>= 1.20.0)
License: CC0
LazyData: true
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/jfukuyama/phyloseqGraphTest
biocViews:
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-14 20:44:06 UTC; juliefukuyama
Repository: CRAN
Date/Publication: 2018-03-15 15:52:04 UTC

More information about phyloseqGraphTest at CRAN
Permanent link

New package CaliCo with initial version 0.1.0
Package: CaliCo
Type: Package
Title: Code Calibration in a Bayesian Framework
Version: 0.1.0
Authors@R: c(person("Mathieu", "Carmassi", email = "mathieu.carmassi@gmail.com",role = c("aut", "cre")))
Description: Calibration of every computational code. It uses a Bayesian framework to rule the estimation. With a new data set, the prediction will create a prevision set taking into account the new calibrated parameters. The choices between several models is also available. The methods are described in the paper Carmassi et al. (2018) <arXiv:1801.01810>.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Imports: R6, ggplot2, FactoMineR, DiceKriging, DiceDesign, MASS, coda, parallel, testthat
RoxygenNote: 6.0.1
Collate: 'functions.R' 'models.R' 'prediction.R' 'prior.R' 'RcppExports.R' 'CaliCo-package.R' 'Kernel.R' 'calibration.R'
LinkingTo: Rcpp, RcppArmadillo, Matrix
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-03-14 21:23:23 UTC; mathieucarmassi
Author: Mathieu Carmassi [aut, cre]
Maintainer: Mathieu Carmassi <mathieu.carmassi@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-15 15:45:40 UTC

More information about CaliCo at CRAN
Permanent link

Package shinyFeedback updated to version 0.0.4 with previous version 0.0.3 dated 2017-04-09

Title: Displays User Feedback Next to Shiny Inputs
Description: Easily display user feedback next to Shiny inputs. The feedback message is displayed when the feedback condition evaluates to TRUE.
Author: Andy Merlino [aut, cre]
Maintainer: Andy Merlino <merlinoa88@gmail.com>

Diff between shinyFeedback versions 0.0.3 dated 2017-04-09 and 0.0.4 dated 2018-03-15

 DESCRIPTION                       |    8 
 MD5                               |   22 -
 NEWS.md                           |    4 
 R/feedback-wrappers.R             |    6 
 R/feedback.R                      |   13 -
 build/vignette.rds                |binary
 inst/doc/shinyFeedback-intro.html |  453 +++++++++++++++++++++++++++-----------
 inst/srcjs/checkFeedback.js       |    1 
 man/feedback.Rd                   |    4 
 man/feedbackDanger.Rd             |    4 
 man/feedbackSuccess.Rd            |    4 
 man/feedbackWarning.Rd            |    4 
 12 files changed, 367 insertions(+), 156 deletions(-)

More information about shinyFeedback at CRAN
Permanent link

Package paramGUI updated to version 2.1.3 with previous version 2.1.2 dated 2017-02-17

Title: A Shiny GUI for some Parameter Estimation Examples
Description: Allows specification and fitting of some parameter estimation examples inspired by time-resolved spectroscopy via a Shiny GUI.
Author: Joris Snellenburg [cre, aut], Katharine Mullen [aut], Ivo van Stokkum [aut]
Maintainer: Joris Snellenburg <j.snellenburg@vu.nl>

Diff between paramGUI versions 2.1.2 dated 2017-02-17 and 2.1.3 dated 2018-03-15

 DESCRIPTION                   |    8 +-
 MD5                           |   32 +++++------
 R/paramGUI.R                  |    2 
 R/utility.R                   |   12 ++--
 inst/shinyApps/paramGUI/app.R |  117 +++++++++++++++++++++++++-----------------
 man/calcE.Rd                  |    1 
 man/example_dataset.Rd        |    9 +--
 man/is_compressed.Rd          |    1 
 man/is_rdata.Rd               |    1 
 man/kroneckercol.Rd           |    1 
 man/linlogtics.Rd             |    1 
 man/paramGUI.Rd               |    1 
 man/plotterforGUI.Rd          |    1 
 man/runGUI.Rd                 |    1 
 man/simndecay_gen_paramGUI.Rd |    3 -
 man/spectemp.Rd               |    1 
 man/startGUI.Rd               |    1 
 17 files changed, 102 insertions(+), 91 deletions(-)

More information about paramGUI at CRAN
Permanent link

Package rtrim updated to version 2.0.4 with previous version 2.0.3 dated 2018-03-12

Title: Trends and Indices for Monitoring Data
Description: The TRIM model is widely used for estimating growth and decline of animal populations based on (possibly sparsely available) count data. The current package is a reimplementation of the original TRIM software developed at Statistics Netherlands by Jeroen Pannekoek. See <https://www.cbs.nl/en-gb/society/nature-and-environment/indices-and-trends%2d%2dtrim%2d%2d> for more information about TRIM.
Author: Patrick Bogaart [aut, cre], Mark van der Loo [aut], Jeroen Pannekoek [aut]
Maintainer: Patrick Bogaart <rtrim@cbs.nl>

Diff between rtrim versions 2.0.3 dated 2018-03-12 and 2.0.4 dated 2018-03-15

 DESCRIPTION                              |   10 +++++-----
 MD5                                      |   12 ++++++------
 inst/doc/Skylark_example.html            |    4 ++--
 inst/doc/rtrim_2_extensions.html         |    4 ++--
 inst/doc/rtrim_confidence_intervals.html |    4 ++--
 inst/doc/rtrim_for_TRIM_users.html       |    4 ++--
 inst/doc/taming_overdispersion.html      |    4 ++--
 7 files changed, 21 insertions(+), 21 deletions(-)

More information about rtrim at CRAN
Permanent link

New package pgmm with initial version 1.2.1
Package: pgmm
Type: Package
Title: Parsimonious Gaussian Mixture Models
Version: 1.2.1
Date: 2018-03-14
Authors@R: c(person("Paul D.", "McNicholas", role = c("aut", "cre"), email = "mcnicholas@math.mcmaster.ca"), person("Aisha", "ElSherbiny", role = "aut"), person("K. Raju", "Jampani", role = "ctb"), person("Aaron F.", "McDaid", role = "aut"), person("T. Brendan", "Murphy", role = "aut"),person("Larry", "Banks", role = "ctb"))
Author: Paul D. McNicholas [aut, cre], Aisha ElSherbiny [aut], K. Raju Jampani [ctb], Aaron F. McDaid [aut], T. Brendan Murphy [aut], Larry Banks [ctb]
Maintainer: Paul D. McNicholas <mcnicholas@math.mcmaster.ca>
Description: Carries out model-based clustering or classification using parsimonious Gaussian mixture models. McNicholas and Murphy (2008) <doi:10.1007/s11222-008-9056-0>, McNicholas (2010) <doi:10.1016/j.jspi.2009.11.006>, McNicholas and Murphy (2010) <doi:10.1093/bioinformatics/btq498>.
License: GPL (>= 2)
LazyLoad: yes
Repository: CRAN
NeedsCompilation: yes
Packaged: 2018-03-14 16:28:08 UTC; paul
Date/Publication: 2018-03-15 10:49:21 UTC

More information about pgmm at CRAN
Permanent link

New package wheatmap with initial version 0.1.0
Package: wheatmap
Type: Package
Title: Incrementally Build Complex Plots using Natural Semantics
Version: 0.1.0
Authors@R: person("Wanding", "Zhou", email="zhouwanding@gmail.com", role=c("aut","cre"))
URL: https://github.com/zwdzwd/wheatmap
BugReports: https://github.com/zwdzwd/wheatmap/issues
Description: Builds complex plots, heatmaps in particular, using natural semantics. Bigger plots can be assembled using directives such as 'LeftOf', 'RightOf', 'TopOf', and 'Beneath' and more. Other features include clustering, dendrograms and integration with 'ggplot2' generated grid objects. This package is particularly designed for bioinformaticians to assemble complex plots for publication.
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.0.1
Imports: grid, stats, colorspace, RColorBrewer
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-03-14 18:29:46 UTC; wandingzhou
Author: Wanding Zhou [aut, cre]
Maintainer: Wanding Zhou <zhouwanding@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-15 09:30:28 UTC

More information about wheatmap at CRAN
Permanent link

New package rlfsm with initial version 0.1.0
Package: rlfsm
Type: Package
Title: Simulations and Statistical Inference for Linear Fractional Stable Motions
Version: 0.1.0
Authors@R: c( person("Dmitry", "Otryakhin", , "d.otryakhin.acad@protonmail.ch", c("aut", "cre")), person("Stepan", "Mazur", , "mazurstepanm@gmail.com", "aut") )
Maintainer: Dmitry Otryakhin <d.otryakhin.acad@protonmail.ch>
Author: Dmitry Otryakhin [aut, cre], Stepan Mazur [aut]
Description: Contains functions for simulating linear fractional stable motions, according to techniques developed by Stoev and Taqqu (2004) <doi:10.1142/S0218348X04002379>, as well as functions for computing important statistics used with these processes introduced by Mazur, Otryakhin and Podolskij (2018) <arXiv:1802.06373>, and also different quantities related to those statistics.
License: GPL-3
URL: https://github.com/Otryakhin-Dmitry/Tools-for-parameter-estimation-of-the-linear-fractional-stable-motion
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends: methods, foreach, doParallel
Imports: ggplot2, elliptic, stabledist, reshape2, plyr, Rdpack
Suggests: stringi
RdMacros: Rdpack
NeedsCompilation: no
Packaged: 2018-03-14 19:48:14 UTC; dmitry
Repository: CRAN
Date/Publication: 2018-03-15 09:36:06 UTC

More information about rlfsm at CRAN
Permanent link

Package NlinTS updated to version 1.3.1 with previous version 1.3.0 dated 2018-03-13

Title: Non Linear Time Series Analysis
Description: Models for time series forecasting and causality detection. The main functionalities of this package consist of a neural network Vector Auto-Regressive model, the classical Granger causality test C.W.J.Granger (1980) <doi:10.1016/0165-1889(80)90069-X>, and a non-linear version of it based on feedforward neural networks.
Author: Youssef Hmamouche [aut, cre], Sylvain Barthelemy [cph]
Maintainer: Youssef Hmamouche <hmamoucheyussef@gmail.com>

Diff between NlinTS versions 1.3.0 dated 2018-03-13 and 1.3.1 dated 2018-03-15

 DESCRIPTION       |    8 ++++----
 MD5               |    6 +++---
 R/modues.R        |    1 +
 build/partial.rdb |binary
 4 files changed, 8 insertions(+), 7 deletions(-)

More information about NlinTS at CRAN
Permanent link

Package compareDF updated to version 1.3.0 with previous version 1.2.0 dated 2017-09-11

Title: Do a Git Style Diff of the Rows Between Two Dataframes with Similar Structure
Description: Compares two dataframes which have the same column structure to show the rows that have changed. Also gives a git style diff format to quickly see what has changes in addition to summary statistics.
Author: Alex Joseph [aut, cre]
Maintainer: Alex Joseph <alexsanjoseph@gmail.com>

Diff between compareDF versions 1.2.0 dated 2017-09-11 and 1.3.0 dated 2018-03-15

 DESCRIPTION                         |    8 ++---
 MD5                                 |   10 +++---
 NEWS.md                             |    3 +
 R/fnsComparison.R                   |   44 ++++++++++++++++++----------
 man/compare_df.Rd                   |    4 +-
 tests/testthat/test-fnsComparison.R |   55 ++++++++++++++++++++++++++----------
 6 files changed, 85 insertions(+), 39 deletions(-)

More information about compareDF at CRAN
Permanent link

New package coalitions with initial version 0.6.2
Package: coalitions
Type: Package
Title: Coalition Probabilities in Multi-Party Democracies
Version: 0.6.2
Authors@R: c( person("Andreas", "Bender", , "andreas.bender@stat.uni-muenchen.de", role = c("aut", "cre"), comment=c(ORCID = "0000-0001-5628-8611")), person("Alexander", "Bauer", , "alexander.bauer@stat.uni-muenchen.de", role=c("aut"), comment=c(ORCID = "0000-0003-3495-5131")) )
Maintainer: Andreas Bender <andreas.bender@stat.uni-muenchen.de>
Description: An implementation of a MCMC method to calculate probabilities for a coalition majority based on survey results, see Bender and Bauer (2018) <doi:10.21105/joss.00606>.
Depends: R (>= 3.2.1)
Imports: checkmate, gtools, rvest, xml2, jsonlite, RCurl, reshape2, rlang, magrittr, lubridate, forcats, stringr, tidyr, purrr (> 0.2.2), dplyr (> 0.5.0),
Suggests: ggplot2, testthat, covr, knitr, rmarkdown
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://github.com/adibender/coalitions/, http://adibender.github.io/coalitions/
BugReports: https://github.com/adibender/coalitions/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: no
Packaged: 2018-03-14 17:57:10 UTC; abhs
Author: Andreas Bender [aut, cre] (<https://orcid.org/0000-0001-5628-8611>), Alexander Bauer [aut] (<https://orcid.org/0000-0003-3495-5131>)
Repository: CRAN
Date/Publication: 2018-03-15 09:25:57 UTC

More information about coalitions at CRAN
Permanent link

Package PPCI updated to version 0.1.2 with previous version 0.1.1 dated 2018-02-16

Title: Projection Pursuit for Cluster Identification
Description: Implements recently developed projection pursuit algorithms for finding optimal linear cluster separators. The clustering algorithms use optimal hyperplane separators based on minimum density, Pavlidis et. al (2016) <https://jmlr.csail.mit.edu/papers/volume17/15-307/15-307.pdf>; minimum normalised cut, Hofmeyr (2017) <doi:10.1109/TPAMI.2016.2609929>; and maximum variance ratio clusterability, Hofmeyr and Pavlidis (2015) <doi:10.1109/SSCI.2015.116>.
Author: David Hofmeyr <dhofmeyr@sun.ac.za> [aut, cre] Nicos Pavlidis <n.pavlidis@lancaster.ac.uk> [aut]
Maintainer: David Hofmeyr <dhofmeyr@sun.ac.za>

Diff between PPCI versions 0.1.1 dated 2018-02-16 and 0.1.2 dated 2018-03-15

 DESCRIPTION          |    6 +++---
 MD5                  |    9 +++++++--
 build/partial.rdb    |binary
 data/datalist        |only
 data/pendigits.RData |only
 data/yale.RData      |only
 man/pendigits.rd     |only
 man/yale.Rd          |only
 8 files changed, 10 insertions(+), 5 deletions(-)

More information about PPCI at CRAN
Permanent link

Package gSeg updated to version 0.5 with previous version 0.4 dated 2017-07-08

Title: Graph-Based Change-Point Detection (g-Segmentation)
Description: Using an approach based on similarity graph to estimate change-point(s) and the corresponding p-values. Can be applied to any type of data (high-dimensional, non-Euclidean, etc.) as long as a reasonable similarity measure is available.
Author: Hao Chen, Nancy R. Zhang, and Lynna Chu
Maintainer: Hao Chen <hxchen@ucdavis.edu>

Diff between gSeg versions 0.4 dated 2017-07-08 and 0.5 dated 2018-03-15

 DESCRIPTION |    8 +-
 MD5         |    4 -
 R/gSeg.r    |  234 +++++++++++++++++++++++++++++++++++++++---------------------
 3 files changed, 161 insertions(+), 85 deletions(-)

More information about gSeg at CRAN
Permanent link


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