Thu, 13 Jul 2017

Package RNRCS updated to version 0.2.0 with previous version 0.1.1 dated 2017-04-07

Title: Download NRCS Data
Description: Downloads Natural Resources Conservation Service (NRCS) data for sites in the Soil Climate Analysis Network (SCAN) <https://www.wcc.nrcs.usda.gov/scan/>, and Snow Telemetry (SNOTEL and SNOLITE) <https://www.wcc.nrcs.usda.gov/snow/> networks. Metadata can be returned for all sites in the NRCS' Air and Water Data Base (AWDB) <https://www.wcc.nrcs.usda.gov/report_generator/AWDB_Network_Codes.pdf>.
Author: Robert Lee <rhlee@colorado.edu>, Josh Roberti <jaroberti87@gmail.com>,
Maintainer: Robert Lee <rhlee@colorado.edu>

Diff between RNRCS versions 0.1.1 dated 2017-04-07 and 0.2.0 dated 2017-07-13

 DESCRIPTION              |    8 -
 MD5                      |   21 ++--
 NAMESPACE                |   12 +-
 R/grabBORdata.R          |only
 R/grabNRCSdata.R         |  217 +++++++++++++++++++++++------------------------
 R/grabNRCSmeta.R         |  200 +++++++++++++++++++++----------------------
 R/plotWindRose.R         |only
 README.md                |only
 man/elementCodes.Rd      |   26 ++---
 man/grabBOR.data.Rd      |only
 man/grabNRCS.data.Rd     |   93 ++++++++++----------
 man/grabNRCS.elements.Rd |   76 ++++++++--------
 man/grabNRCS.meta.Rd     |   78 ++++++++--------
 man/plotSCAN.windrose.Rd |only
 14 files changed, 370 insertions(+), 361 deletions(-)

More information about RNRCS at CRAN
Permanent link

New package noaastormevents with initial version 0.1.0
Package: noaastormevents
Type: Package
Title: Explore NOAA Storm Events Database
Version: 0.1.0
Date: 2017-07-13
Authors@R: c(person("Brooke", "Anderson", email = "brooke.anderson@colostate.edu", role = c("aut", "cre")), person("Ziyu", "Chen", email = "zailchen17@icloud.com", role = "aut"))
Description: Allows users to explore and plot data from the National Oceanic and Atmospheric Administration (NOAA) Storm Events database through R for United States counties. Functionality includes matching storm event listings by time and location to hurricane best tracks data. This work was supported by grants from the Colorado Water Center, the National Institute of Environmental Health Sciences (R00ES022631) and the National Science Foundation (1331399).
URL: https://github.com/geanders/noaastormevents
BugReports: https://github.com/geanders/noaastormevents/issues
License: GPL (>= 2)
LazyData: TRUE
Imports: choroplethr (>= 3.6.1), choroplethrMaps (>= 1.0.1), data.table (>= 1.10.4), dplyr (>= 0.7.1), forcats (>= 0.2.0), ggplot2 (>= 2.2.1), htmltab (>= 0.7.1), hurricaneexposure (>= 0.0.1), lubridate (>= 1.6.0), maps (>= 3.2.0), plyr (>= 1.8.4), RColorBrewer (>= 1.1.2), stringr (>= 1.2.0), tidyr (>= 0.4.1), viridis (>= 0.4.0), XML (>= 3.98-1.9)
RoxygenNote: 6.0.1
Depends: R (>= 2.10)
Suggests: hurricaneexposuredata (>= 0.0.2), knitr (>= 1.16.0), pander (>= 0.6.0), rmarkdown (>= 1.6.0), testthat (>= 1.0.2), tibble (>= 1.3.3)
VignetteBuilder: knitr
Additional_repositories: https://geanders.github.io/drat
NeedsCompilation: no
Packaged: 2017-07-13 15:22:56 UTC; _gbanders
Author: Brooke Anderson [aut, cre], Ziyu Chen [aut]
Maintainer: Brooke Anderson <brooke.anderson@colostate.edu>
Repository: CRAN
Date/Publication: 2017-07-13 22:05:45 UTC

More information about noaastormevents at CRAN
Permanent link

New package swmmr with initial version 0.7.0
Package: swmmr
Type: Package
Title: R Interface for US EPA's SWMM
Description: Functions to connect the widely used Storm Water Management Model (SWMM) of the United States Environmental Protection Agency (US EPA) <https://www.epa.gov/water-research/storm-water-management-model-swmm> to R with currently two main goals: (1) Run a SWMM simulation from R and (2) provide fast access to simulation results, i.e. SWMM's binary '.out'-files. High performance is achieved with help of Rcpp. Additionally, reading SWMM's '.inp'-files is supported to glance model structures.
Version: 0.7.0
Date: 2017-07-13
Authors@R: person("Dominik", "Leutnant", email = "leutnant@fh-muenster.de", role = c("aut", "cre"))
URL: https://github.com/dleutnant/swmmr
License: GPL-3
BugReports: https://github.com/dleutnant/swmmr/issues
ByteCompile: TRUE
Imports: Rcpp, utils, xts
LinkingTo: Rcpp
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-07-13 15:55:17 UTC; dominik
Author: Dominik Leutnant [aut, cre]
Maintainer: Dominik Leutnant <leutnant@fh-muenster.de>
Repository: CRAN
Date/Publication: 2017-07-13 16:11:52 UTC

More information about swmmr at CRAN
Permanent link

Package mwaved updated to version 1.1.5 with previous version 1.1.4 dated 2016-04-10

Title: Multichannel Wavelet Deconvolution with Additive Long Memory Noise
Description: Computes the Wavelet deconvolution estimate of a common signal present in multiple channels that have possible different levels of blur and long memory additive error.
Author: Justin Rory Wishart
Maintainer: Justin Rory Wishart <justin.wishart@mq.edu.au>

Diff between mwaved versions 1.1.4 dated 2016-04-10 and 1.1.5 dated 2017-07-13

 DESCRIPTION                     |   12 
 MD5                             |   87 +-
 NAMESPACE                       |  102 +--
 NEWS                            |  152 ++--
 R/RcppExports.R                 |only
 R/functions.R                   | 1197 +++++++++++++++++------------------
 R/makeFunctions.R               |  613 +++++++++---------
 R/utility-mwaved.R              |  906 +++++++++++++--------------
 README.md                       |   40 -
 TODO                            |   10 
 build/vignette.rds              |binary
 inst/CITATION                   |   22 
 inst/doc/mWaveD.R               |  578 ++++++++---------
 inst/doc/mWaveD.html            | 1242 ++++++++++++++++++-------------------
 inst/mWaveDDemo/server.R        | 1022 +++++++++++++++---------------
 inst/mWaveDDemo/ui.R            |  162 ++--
 man/blurSignal.Rd               |   69 +-
 man/boxcarBlur.Rd               |   81 +-
 man/detectBlur.Rd               |   35 -
 man/directBlur.Rd               |   39 -
 man/gammaBlur.Rd                |   93 +-
 man/mWaveDDemo.Rd               |   23 
 man/makeSignals.Rd              |   99 +-
 man/multiCoef.Rd                |  151 ++--
 man/multiEstimate.Rd            |  169 ++---
 man/multiNoise.Rd               |   75 +-
 man/multiProj.Rd                |   93 +-
 man/multiSigma.Rd               |   65 -
 man/multiThresh.Rd              |  139 ++--
 man/multiWaveD.Rd               |  147 ++--
 man/mwaved.Rd                   |   47 -
 man/plot.mWaveD.Rd              |   83 +-
 man/plot.waveletCoef.Rd         |   65 -
 man/resolutionMethod.Rd         |   37 -
 man/sigmaSNR.Rd                 |   77 +-
 man/summary.mWaveD.Rd           |  101 +--
 man/theoreticalEta.Rd           |   69 +-
 man/waveletThresh.Rd            |  139 ++--
 src/RcppExports.cpp             |  110 +--
 tests/testthat.R                |    6 
 tests/testthat/test-detection.R |   44 -
 tests/testthat/test-exact.R     |   52 -
 tests/testthat/test-multi.R     |   56 -
 vignettes/bibliography.bib      |  554 ++++++++--------
 vignettes/mWaveD.Rmd            | 1332 ++++++++++++++++++++--------------------
 45 files changed, 5084 insertions(+), 5111 deletions(-)

More information about mwaved at CRAN
Permanent link

New package JRM with initial version 0.1-1
Package: JRM
Version: 0.1-1
Author: Giampiero Marra <giampiero.marra@ucl.ac.uk> and Rosalba Radice <r.radice@bbk.ac.uk>
Maintainer: Giampiero Marra <giampiero.marra@ucl.ac.uk>
Title: Joint Regression Modelling
Description: Routines for fitting various joint regression models, with several types of covariate effects, in the presence of associated error equations, endogeneity, non-random sample selection or partial observability.
Depends: R (>= 3.2.1), mgcv
Imports: magic, VGAM, survey, trust, VineCopula, graphics, stats, utils, grDevices, ggplot2, matrixStats, mnormt, gamlss.dist, Rmpfr, scam, survival, psych, copula
Enhances: sp
LazyLoad: yes
License: GPL (>= 2)
URL: http://www.ucl.ac.uk/statistics/people/giampieromarra
Repository: CRAN
Date/Publication: 2017-07-13 16:56:02 UTC
NeedsCompilation: no
Packaged: 2017-07-13 11:20:13 UTC; GM

More information about JRM at CRAN
Permanent link

Package structree updated to version 1.1.4 with previous version 1.1.3 dated 2016-12-13

Title: Tree-Structured Clustering
Description: Tree-structured modelling of categorical predictors or measurement units.
Author: Moritz Berger
Maintainer: Moritz Berger <Moritz.Berger@imbie.uni-bonn.de>

Diff between structree versions 1.1.3 dated 2016-12-13 and 1.1.4 dated 2017-07-13

 DESCRIPTION                  |   14 +-
 MD5                          |   32 ++---
 NAMESPACE                    |    2 
 R/plot.structree.R           |    2 
 R/structree.R                |   26 +++-
 R/structree.default.R        |   12 +-
 R/structree_cat.R            |   36 +++---
 R/structree_fixef.R          |  241 ++++++++++++++++++++++++++++---------------
 build/vignette.rds           |binary
 inst/doc/examples_fixed.Rmd  |    2 
 inst/doc/examples_fixed.pdf  |binary
 man/CTB.Rd                   |    1 
 man/guPrenat.Rd              |    1 
 man/plot.structree.Rd        |    7 -
 man/rent.Rd                  |    1 
 man/structree.Rd             |   32 +++--
 vignettes/examples_fixed.Rmd |    2 
 17 files changed, 260 insertions(+), 151 deletions(-)

More information about structree at CRAN
Permanent link

Package RTriangle updated to version 1.6-0.9 with previous version 1.6-0.8 dated 2016-07-01

Title: Triangle - A 2D Quality Mesh Generator and Delaunay Triangulator
Description: This is a port of Jonathan Shewchuk's Triangle library to R. From his description: "Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations, conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes. The latter can be generated with no small or large angles, and are thus suitable for finite element analysis."
Author: Jonathan Richard Shewchuk [ctb, cph], David C. Sterratt [cph, aut, cre], Elias Pipping [ctb]
Maintainer: David C. Sterratt <david.c.sterratt@ed.ac.uk>

Diff between RTriangle versions 1.6-0.8 dated 2016-07-01 and 1.6-0.9 dated 2017-07-13

 DESCRIPTION                       |   17 ++++++++---------
 MD5                               |   22 ++++++++++++----------
 NEWS                              |   11 +++++++++++
 inst/extdata/win-i386-crash.Rdata |only
 man/RTriangle-package.Rd          |    9 ++++-----
 man/plot.pslg.Rd                  |    1 -
 man/plot.triangulation.Rd         |    1 -
 man/pslg.Rd                       |    1 -
 man/read.pslg.Rd                  |    1 -
 man/triangulate.Rd                |    1 -
 src/RTriangle.h                   |    6 ++++++
 src/RTriangle_init.c              |only
 tests/testthat/test-triangulate.R |    4 ++++
 13 files changed, 45 insertions(+), 29 deletions(-)

More information about RTriangle at CRAN
Permanent link

Package RPresto updated to version 1.3.0 with previous version 1.2.1 dated 2016-04-05

Title: DBI Connector to Presto
Description: Implements a 'DBI' compliant interface to Presto. Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes: <https://prestodb.io/>.
Author: Onur Ismail Filiz [aut, cre], Sergey Goder [aut], John Myles White [ctb]
Maintainer: Onur Ismail Filiz <onur@fb.com>

Diff between RPresto versions 1.2.1 dated 2016-04-05 and 1.3.0 dated 2017-07-13

 RPresto |only
 1 file changed

More information about RPresto at CRAN
Permanent link

New package PreProcess with initial version 3.1.4
Package: PreProcess
Version: 3.1.4
Date: 2017-07-11
Title: Basic Functions for Pre-Processing Microarrays
Author: Kevin R. Coombes
Maintainer: Kevin R. Coombes <krc@silicovore.com>
Description: Provides classes to pre-process microarray gene expression data as part of the OOMPA collection of packages described at <http://oompa.r-forge.r-project.org/>.
Depends: R (>= 3.0), methods, graphics, stats, oompaBase (>= 3.0)
License: Apache License (== 2.0)
LazyLoad: yes
biocViews: Microarray, PreProcessing
URL: http://oompa.r-forge.r-project.org/
NeedsCompilation: no
Packaged: 2017-07-13 14:05:03 UTC; coom05
Repository: CRAN
Date/Publication: 2017-07-13 15:37:29 UTC

More information about PreProcess at CRAN
Permanent link

New package Modeler with initial version 3.4.2
Package: Modeler
Version: 3.4.2
Date: 2017-07-11
Title: Classes and Methods for Training and Using Binary Prediction Models
Author: Kevin R. Coombes
Maintainer: Kevin R. Coombes <krc@silicovore.com>
Depends: R (>= 2.10), ClassDiscovery, ClassComparison, oompaBase
Imports: methods, stats, class, rpart, TailRank, e1071, randomForest, nnet, neuralnet
Suggests: Biobase
Description: Defines classes and methods to learn models and use them to predict binary outcomes. These are generic tools, but we also include specific examples for many common classifiers.
License: Apache License (== 2.0)
LazyLoad: yes
biocViews: Microarray, Clustering
URL: http://oompa.r-forge.r-project.org/
NeedsCompilation: no
Packaged: 2017-07-13 14:07:05 UTC; coom05
Repository: CRAN
Date/Publication: 2017-07-13 15:37:04 UTC

More information about Modeler at CRAN
Permanent link

New package LowWAFOMSobol with initial version 1.0
Package: LowWAFOMSobol
Type: Package
Title: Low WAFOM Sobol Sequence
Version: 1.0
Date: 2017-07-10
Authors@R: c(person("Shinsuke", "Mori", role = "aut", email="shinsukemori@hiroshima-u.ac.jp"), person("Ryuichi", "Ohori", role = "aut"), person("Makoto", "Matsumoto", role = "aut", email="mmat@hiroshima-u.ac.jp"), person("Mutsuo", "Saito", role = "cre", email="sai10@hiroshima-u.ac.jp"))
Author: Shinsuke Mori [aut], Ryuichi Ohori [aut], Makoto Matsumoto [aut], Mutsuo Saito [cre]
Maintainer: Mutsuo Saito <sai10@hiroshima-u.ac.jp>
Description: R implementation of Low Walsh Figure of Merit (WAFOM) Sequence based on Sobol Sequence.
URL: https://mersennetwister-lab.github.io/LowWAFOMSobol/
License: BSD_3_clause + file LICENSE
Imports: Rcpp (>= 0.12.9), RSQLite (>= 2.0)
LinkingTo: Rcpp
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-07-13 04:56:38 UTC; saito
Repository: CRAN
Date/Publication: 2017-07-13 15:41:16 UTC

More information about LowWAFOMSobol at CRAN
Permanent link

New package interfr with initial version 0.1.0
Package: interfr
Title: Interference Color Charts for Polarized Light Microscopy
Version: 0.1.0
Authors@R: person("Olivier", "Eterradossi", email = "olivier.eterradossi@mines-ales.fr", role = c("aut", "cre"))
Description: Computes interference color tables and plots customized Michel-Levy or Raith-Sorensen charts. Automatic interpretation of polarized-light microscopy images is still under development and will come soon.
Maintainer: Olivier Eterradossi <olivier.eterradossi@mines-ales.fr>
Depends: R (>= 3.4.0), colorSpec, CircStats, plotrix
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-13 07:20:57 UTC; oeterrad
Author: Olivier Eterradossi [aut, cre]
Repository: CRAN
Date/Publication: 2017-07-13 15:34:42 UTC

More information about interfr at CRAN
Permanent link

New package influxdbr with initial version 0.12.0
Package: influxdbr
Type: Package
Title: R Interface to InfluxDB
Version: 0.12.0
Date: 2017-07-13
Authors@R: person("Dominik", "Leutnant", email = "leutnant@fh-muenster.de", role = c("aut", "cre"))
Description: An R interface to the InfluxDB time series database <https://www.influxdata.com>. This package allows you to fetch and write time series data from/to an InfluxDB server. Additionally, handy wrappers for the Influx Query Language (IQL) to manage and explore a remote database are provided.
License: GPL-3
ByteCompile: TRUE
URL: https://github.com/dleutnant/influxdbr
BugReports: http://github.com/dleutnant/influxdbr/issues
Imports: dplyr, jsonlite, httr, magrittr, purrr, tibble, tidyr, xts, zoo
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-07-13 13:34:19 UTC; dominik
Author: Dominik Leutnant [aut, cre]
Maintainer: Dominik Leutnant <leutnant@fh-muenster.de>
Repository: CRAN
Date/Publication: 2017-07-13 15:38:45 UTC

More information about influxdbr at CRAN
Permanent link

New package GenAlgo with initial version 2.1.3
Package: GenAlgo
Version: 2.1.3
Date: 2016-07-12
Title: Classes and Methods to Use Genetic Algorithms for Feature Selection
Author: Kevin R. Coombes
Maintainer: Kevin R. Coombes <krc@silicovore.com>
Depends: R (>= 3.0)
Imports: methods, stats, MASS, oompaBase (>= 3.0.1), ClassDiscovery
Suggests: Biobase, xtable
Description: Defines classes and methods that can be used to implement genetic algorithms for feature selection. The idea is that we want to select a fixed number of features to combine into a linear classifier that can predict a binary outcome, and can use a genetic algorithm heuristically to select an optimal set of features.
License: Apache License (== 2.0)
LazyLoad: yes
biocViews: Microarray, Clustering
URL: http://oompa.r-forge.r-project.org/
NeedsCompilation: no
Packaged: 2017-07-13 14:32:42 UTC; coom05
Repository: CRAN
Date/Publication: 2017-07-13 15:35:59 UTC

More information about GenAlgo at CRAN
Permanent link

New package ClusVis with initial version 1.0.0
Package: ClusVis
Type: Package
Title: Gaussian-Based Visualization of Generic Model-Based Clustering
Version: 1.0.0
Authors@R: c(person("Christophe", "Biernacki", email = "christophe.biernacki@math.univ-lille1.fr", role = c("aut")), person("Matthieu", "Marbac", email = "matthieu.marbac@gmail.com", role = c("aut", "cre")), person("Vincent", "Vandewalle", email = "vincent.vandewalle@inria.fr", role = c("aut")))
Author: Christophe Biernacki [aut], Matthieu Marbac [aut, cre], Vincent Vandewalle [aut]
Maintainer: Matthieu Marbac <matthieu.marbac@gmail.com>
Description: Gaussian-Based Visualization of clustering achieved by mixture model on any type of data. Visualization is based on the probabilities of classification.
License: GPL (>= 2)
Imports: Rcpp, MASS, parallel, mgcv, mvtnorm, Rmixmod
LinkingTo: Rcpp, RcppArmadillo, mvtnorm
ByteCompile: true
Encoding: UTF-8
LazyLoad: yes
LazyData: true
Collate: 'clusvis.R' 'estimation.R' 'smartinit.R' 'RcppExports.R' 'plot.R' 'clusvismixmod.R' 'modessearch.R'
Depends: R (>= 3.1)
RoxygenNote: 6.0.1
Repository: CRAN
Repository/R-Forge/Project: clusvis
Repository/R-Forge/Revision: 14
Repository/R-Forge/DateTimeStamp: 2017-07-13 06:55:25
Date/Publication: 2017-07-13 15:34:12 UTC
NeedsCompilation: yes
Packaged: 2017-07-13 07:05:11 UTC; rforge

More information about ClusVis at CRAN
Permanent link

Package antaresProcessing updated to version 0.11 with previous version 0.10.2 dated 2017-05-24

Title: Antares Results Processing
Description: Process results generated by Antares, a powerful software developed by RTE to simulate and study electric power systems (more information about Antares here: <https://antares.rte-france.com>). This package provides functions to create new columns like net load, load factors, upward and downward margins or to compute aggregated statistics like economic surpluses of consumers, producers and sectors.
Author: Francois Guillem [aut, cre], Jalal-Edine ZAWAM [ctb], RTE [cph]
Maintainer: Francois Guillem <francois.guillem@rte-france.com>

Diff between antaresProcessing versions 0.10.2 dated 2017-05-24 and 0.11 dated 2017-07-13

 DESCRIPTION                              |    8 +++---
 MD5                                      |   36 +++++++++++++++++--------------
 NAMESPACE                                |    2 +
 NEWS                                     |    9 +++++++
 R/addExportAndImport.R                   |    2 -
 R/addloadFactorLink.R                    |   26 ++++++++++++++--------
 R/getValues.R                            |only
 R/loadFactor.R                           |   34 +++++++++++++++++++++++++----
 R/surplus.R                              |    6 ++---
 R/synthesize.R                           |    9 ++++++-
 R/zzz.R                                  |   29 ++++++++++++------------
 build/vignette.rds                       |binary
 inst/doc/antaresProcessing.html          |    8 +++---
 man/addLoadFactorLink.Rd                 |   18 +++++++++++----
 man/getValues.Rd                         |only
 man/loadFactor.Rd                        |   11 ++++++++-
 man/surplus.Rd                           |    2 -
 tests/testthat/test-addExportAndImport.R |only
 tests/testthat/test-getValues.R          |only
 tests/testthat/test-loadFactor.R         |    8 ++++++
 tests/testthat/test-synthesize.R         |   17 +++++++++++++-
 21 files changed, 161 insertions(+), 64 deletions(-)

More information about antaresProcessing at CRAN
Permanent link

Package fishmethods updated to version 1.10-3 with previous version 1.10-2 dated 2017-05-19

Title: Fishery Science Methods and Models in R
Description: Fishery science methods and models from published literature and contributions from colleagues.
Author: Gary A. Nelson <gary.nelson@state.ma.us>
Maintainer: Gary A. Nelson <gary.nelson@state.ma.us>

Diff between fishmethods versions 1.10-2 dated 2017-05-19 and 1.10-3 dated 2017-07-13

 DESCRIPTION       |   10 +-
 MD5               |   20 +++--
 NAMESPACE         |    7 +-
 R/growth.R        |  184 +++++++++++++++++++++++++++++++++++++-----------------
 R/sr.R            |only
 R/vblrt.R         |   28 +++++---
 R/vbmultifit.R    |   58 +++++++++--------
 data/striper.rda  |only
 man/growth.Rd     |   14 +---
 man/sr.Rd         |only
 man/striper.Rd    |only
 man/vblrt.Rd      |    2 
 man/vbmultifit.Rd |    9 +-
 13 files changed, 213 insertions(+), 119 deletions(-)

More information about fishmethods at CRAN
Permanent link

Package desplot updated to version 1.2 with previous version 1.1 dated 2016-12-18

Title: Plotting Field Plans for Agricultural Experiments
Description: A function for plotting maps of agricultural field experiments that are laid out in grids.
Author: Kevin Wright [aut, cre]
Maintainer: Kevin Wright <kw.stat@gmail.com>

Diff between desplot versions 1.1 dated 2016-12-18 and 1.2 dated 2017-07-13

 desplot-1.1/desplot/R/desplot.r                    |only
 desplot-1.1/desplot/tests/desplot_tests.R          |only
 desplot-1.2/desplot/DESCRIPTION                    |   12 ++---
 desplot-1.2/desplot/MD5                            |   17 ++++----
 desplot-1.2/desplot/R/desplot.R                    |only
 desplot-1.2/desplot/build/vignette.rds             |binary
 desplot-1.2/desplot/inst/doc/desplot_examples.html |   43 +++++++++------------
 desplot-1.2/desplot/man/RedGrayBlue.Rd             |    3 -
 desplot-1.2/desplot/man/desplot.Rd                 |   13 ++----
 desplot-1.2/desplot/man/panel.outlinelevelplot.Rd  |    6 --
 desplot-1.2/desplot/tests/testthat                 |only
 desplot-1.2/desplot/tests/testthat.R               |only
 12 files changed, 42 insertions(+), 52 deletions(-)

More information about desplot at CRAN
Permanent link

Package UBL updated to version 0.0.6 with previous version 0.0.5 dated 2016-07-13

Title: An Implementation of Re-Sampling Approaches to Utility-Based Learning for Both Classification and Regression Tasks
Description: Provides a set of functions that can be used to obtain better predictive performance on cost-sensitive and cost/benefits tasks (for both regression and classification). This includes re-sampling approaches that modify the original data set biasing it towards the user preferences.
Author: Paula Branco [aut, cre], Rita Ribeiro [aut, ctb], Luis Torgo [aut, ctb]
Maintainer: Paula Branco <paobranco@gmail.com>

Diff between UBL versions 0.0.5 dated 2016-07-13 and 0.0.6 dated 2017-07-13

 CHANGES                   |   13 +++++++
 DESCRIPTION               |   13 +++----
 MD5                       |   35 ++++++++++++++-----
 NAMESPACE                 |   33 ++++++++++++++++--
 R/AdasynClassif.R         |only
 R/AuxsClassPdf.R          |only
 R/Distances.R             |only
 R/Neighbours.R            |   20 +++++------
 R/UtilInterpol.R          |only
 R/UtilOptimClassif.R      |only
 R/UtilOptimRegress.R      |only
 R/classPdf.R              |only
 R/metrics.R               |only
 R/randOverClassif.R       |   24 +++++++++----
 R/randUnderClassif.R      |    2 -
 R/smoteClassif.R          |   83 ++++++++++++++++++++++++++++++++++------------
 R/smoteRegress.R          |   55 ++++++++++++++++++++++++------
 man/AdasynClassif.Rd      |only
 man/Distances.Rd          |only
 man/EvalClassifMetrics.Rd |only
 man/EvalRegressMetrics.Rd |only
 man/UtilInterpol.Rd       |only
 man/UtilOptimClassif.Rd   |only
 man/UtilOptimRegress.Rd   |only
 man/neighbours.Rd         |only
 src/UBL_init.c            |only
 src/neighbours.f90        |   29 ++++++++++++----
 27 files changed, 235 insertions(+), 72 deletions(-)

More information about UBL at CRAN
Permanent link

New package lvec with initial version 0.1.0
Package: lvec
Type: Package
Title: Out of Memory Vectors
Version: 0.1.0
Date: 2017-07-13
Author: Jan van der Laan
Maintainer: Jan van der Laan <djvanderlaan@unrealizedtime.nl>
Description: Core functionality for working with vectors (numeric, integer, logical and character) that are too large to keep in memory. The vectors are kept (partially) on disk using memory mapping. This package contains the basic functionality for working with these memory mapped vectors (e.g. creating, indexing, ordering and sorting) and provides C++ headers which can be used by other packages to extend the functionality provided in this package.
URL: https://github.com/djvanderlaan/lvec
Depends: stats, R (>= 3.0.0)
LinkingTo: BH
Suggests: testthat
License: GPL-3
LazyLoad: yes
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-07-13 09:01:11 UTC; eoos
Repository: CRAN
Date/Publication: 2017-07-13 10:43:04 UTC

More information about lvec at CRAN
Permanent link

Package acebayes updated to version 1.4.1 with previous version 1.4 dated 2017-05-22

Title: Optimal Bayesian Experimental Design using the ACE Algorithm
Description: Optimal Bayesian experimental design using the approximate coordinate exchange (ACE) algorithm.
Author: Antony M. Overstall, David C. Woods & Maria Adamou
Maintainer: Antony M. Overstall <A.M.Overstall@soton.ac.uk>

Diff between acebayes versions 1.4 dated 2017-05-22 and 1.4.1 dated 2017-07-13

 acebayes-1.4.1/acebayes/DESCRIPTION             |    8 
 acebayes-1.4.1/acebayes/MD5                     |   15 -
 acebayes-1.4.1/acebayes/NAMESPACE               |    6 
 acebayes-1.4.1/acebayes/R/acebayes.R            |  221 +++++++++++-------------
 acebayes-1.4.1/acebayes/build/vignette.rds      |binary
 acebayes-1.4.1/acebayes/inst/doc/acebayes.pdf   |binary
 acebayes-1.4.1/acebayes/man/acebayes-package.Rd |    4 
 acebayes-1.4.1/acebayes/man/efficiency.Rd       |only
 acebayes-1.4/acebayes/man/acebayes-internal.Rd  |only
 acebayes-1.4/acebayes/man/eff.Rd                |only
 10 files changed, 121 insertions(+), 133 deletions(-)

More information about acebayes at CRAN
Permanent link

Package parlitools (with last version 0.0.7) was removed from CRAN

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

2017-07-08 0.0.7
2017-06-05 0.0.4
2017-05-03 0.0.2

Permanent link
Package ecodist updated to version 2.0.1 with previous version 1.2.9 dated 2013-12-03

Title: Dissimilarity-Based Functions for Ecological Analysis
Description: Dissimilarity-based analysis functions including ordination and Mantel test functions, intended for use with spatial and community data.
Author: Sarah Goslee [aut, cre], Dean Urban [aut]
Maintainer: Sarah Goslee <Sarah.Goslee@ars.usda.gov>

Diff between ecodist versions 1.2.9 dated 2013-12-03 and 2.0.1 dated 2017-07-13

 ecodist-1.2.9/ecodist/R/nmdsmin.R            |only
 ecodist-1.2.9/ecodist/data/datalist          |only
 ecodist-1.2.9/ecodist/data/permresults.rda   |only
 ecodist-1.2.9/ecodist/man/nmds.min.Rd        |only
 ecodist-1.2.9/ecodist/man/permresults.Rd     |only
 ecodist-2.0.1/ecodist/DESCRIPTION            |   21 +
 ecodist-2.0.1/ecodist/MD5                    |  119 ++++++----
 ecodist-2.0.1/ecodist/NAMESPACE              |   11 
 ecodist-2.0.1/ecodist/R/MRM.R                |  204 +++++++++++-------
 ecodist-2.0.1/ecodist/R/addord.R             |only
 ecodist-2.0.1/ecodist/R/bcdist.R             |    9 
 ecodist-2.0.1/ecodist/R/cor2m.R              |   10 
 ecodist-2.0.1/ecodist/R/crosstab.R           |  132 ++++++-----
 ecodist-2.0.1/ecodist/R/distance.R           |   12 -
 ecodist-2.0.1/ecodist/R/mantel.R             |    7 
 ecodist-2.0.1/ecodist/R/mgram.R              |    2 
 ecodist-2.0.1/ecodist/R/mgroup.R             |only
 ecodist-2.0.1/ecodist/R/min.nmds.R           |only
 ecodist-2.0.1/ecodist/R/nmds.R               |  150 ++++++-------
 ecodist-2.0.1/ecodist/R/nmds.min.R           |only
 ecodist-2.0.1/ecodist/R/plot.mgram.R         |    6 
 ecodist-2.0.1/ecodist/R/plot.nmds.R          |only
 ecodist-2.0.1/ecodist/R/pmgram.R             |   38 +--
 ecodist-2.0.1/ecodist/R/xdistance.R          |only
 ecodist-2.0.1/ecodist/R/xmantel.R            |only
 ecodist-2.0.1/ecodist/R/xmgram.R             |only
 ecodist-2.0.1/ecodist/README                 |only
 ecodist-2.0.1/ecodist/build                  |only
 ecodist-2.0.1/ecodist/data/bump.pmgram.rda   |only
 ecodist-2.0.1/ecodist/data/bump.rda          |binary
 ecodist-2.0.1/ecodist/data/graze.rda         |binary
 ecodist-2.0.1/ecodist/data/iris.fit.rda      |only
 ecodist-2.0.1/ecodist/data/iris.nmds.rda     |only
 ecodist-2.0.1/ecodist/data/iris.vf.rda       |only
 ecodist-2.0.1/ecodist/data/iris.vfrot.rda    |only
 ecodist-2.0.1/ecodist/data/z.no.rda          |only
 ecodist-2.0.1/ecodist/data/z.z1.rda          |only
 ecodist-2.0.1/ecodist/inst/doc               |only
 ecodist-2.0.1/ecodist/man/MRM.Rd             |   33 +-
 ecodist-2.0.1/ecodist/man/addord.Rd          |only
 ecodist-2.0.1/ecodist/man/bcdist.Rd          |   19 -
 ecodist-2.0.1/ecodist/man/bump.Rd            |    6 
 ecodist-2.0.1/ecodist/man/bump.pmgram.Rd     |only
 ecodist-2.0.1/ecodist/man/cor2m.Rd           |   47 ++--
 ecodist-2.0.1/ecodist/man/corgen.Rd          |   48 ++--
 ecodist-2.0.1/ecodist/man/crosstab.Rd        |   71 +++---
 ecodist-2.0.1/ecodist/man/distance.Rd        |   43 ++-
 ecodist-2.0.1/ecodist/man/ecodist-package.Rd |  145 ------------
 ecodist-2.0.1/ecodist/man/fixdmat.Rd         |   34 ++-
 ecodist-2.0.1/ecodist/man/full.Rd            |   39 ++-
 ecodist-2.0.1/ecodist/man/graze.Rd           |  104 ++-------
 ecodist-2.0.1/ecodist/man/iris.fit.Rd        |only
 ecodist-2.0.1/ecodist/man/iris.nmds.Rd       |only
 ecodist-2.0.1/ecodist/man/iris.vf.Rd         |only
 ecodist-2.0.1/ecodist/man/iris.vfrot.Rd      |only
 ecodist-2.0.1/ecodist/man/lower.Rd           |   42 ++-
 ecodist-2.0.1/ecodist/man/mantel.Rd          |   90 +++++--
 ecodist-2.0.1/ecodist/man/mgram.Rd           |   37 ++-
 ecodist-2.0.1/ecodist/man/mgroup.Rd          |only
 ecodist-2.0.1/ecodist/man/min.nmds.Rd        |only
 ecodist-2.0.1/ecodist/man/nmds.Rd            |  111 +++++++--
 ecodist-2.0.1/ecodist/man/pco.Rd             |   13 -
 ecodist-2.0.1/ecodist/man/plot.mgram.Rd      |   29 ++
 ecodist-2.0.1/ecodist/man/plot.nmds.Rd       |only
 ecodist-2.0.1/ecodist/man/plot.vf.Rd         |   45 ++-
 ecodist-2.0.1/ecodist/man/pmgram.Rd          |  114 +++++++---
 ecodist-2.0.1/ecodist/man/residuals.mgram.Rd |   46 +++-
 ecodist-2.0.1/ecodist/man/vf.Rd              |   43 ++-
 ecodist-2.0.1/ecodist/man/xdistance.Rd       |only
 ecodist-2.0.1/ecodist/man/xmantel.Rd         |only
 ecodist-2.0.1/ecodist/man/xmgram.Rd          |only
 ecodist-2.0.1/ecodist/man/z.no.Rd            |only
 ecodist-2.0.1/ecodist/man/z.z1.Rd            |only
 ecodist-2.0.1/ecodist/src/ecodist.c          |  306 ++++++++++++++++++++++++++-
 ecodist-2.0.1/ecodist/src/init.c             |only
 ecodist-2.0.1/ecodist/tests                  |only
 ecodist-2.0.1/ecodist/vignettes              |only
 77 files changed, 1400 insertions(+), 786 deletions(-)

More information about ecodist at CRAN
Permanent link

Package rODE updated to version 0.99.5 with previous version 0.99.4 dated 2017-05-28

Title: Ordinary Differential Equation (ODE) Solvers Written in R Using S4 Classes
Description: Show physics, math and engineering students how an ODE solver is made and how effective classes can be for the construction of the equations that describe natural phenomena. Inspiration for this work comes from the book on "Computer Simulations in Physics" by Harvey Gould, Jan Tobochnik, and Wolfgang Christian. Book link: <http://www.compadre.org/osp/items/detail.cfm?ID=7375>.
Author: Alfonso R. Reyes <alfonso.reyes@oilgainsanalytics.com>
Maintainer: Alfonso R. Reyes <alfonso.reyes@oilgainsanalytics.com>

Diff between rODE versions 0.99.4 dated 2017-05-28 and 0.99.5 dated 2017-07-13

 rODE-0.99.4/rODE/inst/examples/vanderpol.R                  |only
 rODE-0.99.4/rODE/inst/test_examples/run_open_applications.R |only
 rODE-0.99.4/rODE/man/run_test_examples.Rd                   |only
 rODE-0.99.5/rODE/DESCRIPTION                                |   17 
 rODE-0.99.5/rODE/MD5                                        |  153 +-
 rODE-0.99.5/rODE/NAMESPACE                                  |    6 
 rODE-0.99.5/rODE/R/AbstractODESolver.R                      |    1 
 rODE-0.99.5/rODE/R/DormandPrince45.R                        |    1 
 rODE-0.99.5/rODE/R/Euler.R                                  |    1 
 rODE-0.99.5/rODE/R/EulerRichardson.R                        |    2 
 rODE-0.99.5/rODE/R/ODE.R                                    |    1 
 rODE-0.99.5/rODE/R/ODESolver.R                              |    1 
 rODE-0.99.5/rODE/R/ODESolverFactory.R                       |only
 rODE-0.99.5/rODE/R/Verlet.R                                 |    4 
 rODE-0.99.5/rODE/R/ode_generics.R                           |   22 
 rODE-0.99.5/rODE/R/utils.R                                  |   30 
 rODE-0.99.5/rODE/README.md                                  |  663 +++++++++++-
 rODE-0.99.5/rODE/build/vignette.rds                         |binary
 rODE-0.99.5/rODE/inst/doc/Comparison.Rmd                    |    4 
 rODE-0.99.5/rODE/inst/doc/Comparison.html                   |    8 
 rODE-0.99.5/rODE/inst/doc/FallingParticle.html              |    4 
 rODE-0.99.5/rODE/inst/doc/Kepler.Rmd                        |    4 
 rODE-0.99.5/rODE/inst/doc/Kepler.html                       |    8 
 rODE-0.99.5/rODE/inst/doc/Pendulum.Rmd                      |    4 
 rODE-0.99.5/rODE/inst/doc/Pendulum.html                     |    8 
 rODE-0.99.5/rODE/inst/doc/Planet.Rmd                        |    4 
 rODE-0.99.5/rODE/inst/doc/Planet.html                       |    8 
 rODE-0.99.5/rODE/inst/doc/Projectile.Rmd                    |    4 
 rODE-0.99.5/rODE/inst/doc/Projectile.html                   |    8 
 rODE-0.99.5/rODE/inst/doc/Reaction.Rmd                      |    4 
 rODE-0.99.5/rODE/inst/doc/Reaction.html                     |    8 
 rODE-0.99.5/rODE/inst/examples/AdaptiveStep.R               |only
 rODE-0.99.5/rODE/inst/examples/AdaptiveStepApp.R            |only
 rODE-0.99.5/rODE/inst/examples/ComparisonRK45App.R          |    3 
 rODE-0.99.5/rODE/inst/examples/Logistic.R                   |   28 
 rODE-0.99.5/rODE/inst/examples/LogisticApp.R                |only
 rODE-0.99.5/rODE/inst/examples/PendulumRK4App.R             |   18 
 rODE-0.99.5/rODE/inst/examples/RigidBody.R                  |only
 rODE-0.99.5/rODE/inst/examples/RigidBodyNXFApp.R            |   43 
 rODE-0.99.5/rODE/inst/examples/SHO.R                        |only
 rODE-0.99.5/rODE/inst/examples/SHOApp.R                     |only
 rODE-0.99.5/rODE/inst/examples/SpringRK4.R                  |   45 
 rODE-0.99.5/rODE/inst/examples/SpringRK4App.R               |only
 rODE-0.99.5/rODE/inst/examples/VanderPol.R                  |only
 rODE-0.99.5/rODE/inst/examples/VanderpolApp.R               |only
 rODE-0.99.5/rODE/inst/examples/VanderpolMuTimeControl.R     |   29 
 rODE-0.99.5/rODE/inst/examples/VanderpolMuTimeControlApp.R  |only
 rODE-0.99.5/rODE/inst/test_examples/run_test_applications.R |only
 rODE-0.99.5/rODE/man/Euler-class.Rd                         |   86 -
 rODE-0.99.5/rODE/man/ODESolverFactory-class.Rd              |only
 rODE-0.99.5/rODE/man/RK45-class.Rd                          |    3 
 rODE-0.99.5/rODE/man/Verlet-class.Rd                        |  137 --
 rODE-0.99.5/rODE/man/createODESolver-method.Rd              |only
 rODE-0.99.5/rODE/man/doStep-method.Rd                       |   67 -
 rODE-0.99.5/rODE/man/figures                                |only
 rODE-0.99.5/rODE/man/getExactSolution-method.Rd             |    3 
 rODE-0.99.5/rODE/man/getState-method.Rd                     |  114 --
 rODE-0.99.5/rODE/man/getTime-method.Rd                      |   67 -
 rODE-0.99.5/rODE/man/init-method.Rd                         |    2 
 rODE-0.99.5/rODE/man/run_test_applications.Rd               |only
 rODE-0.99.5/rODE/man/setStepSize-method.Rd                  |   72 -
 rODE-0.99.5/rODE/man/setTolerance-method.Rd                 |   27 
 rODE-0.99.5/rODE/tests/testthat.R                           |    2 
 rODE-0.99.5/rODE/tests/testthat/test_AbstractODESolver.R    |   13 
 rODE-0.99.5/rODE/tests/testthat/test_AdaptiveStepApp.R      |    8 
 rODE-0.99.5/rODE/tests/testthat/test_DormandPrince45.R      |    2 
 rODE-0.99.5/rODE/tests/testthat/test_Euler.R                |   32 
 rODE-0.99.5/rODE/tests/testthat/test_EulerRichardson.R      |   83 -
 rODE-0.99.5/rODE/tests/testthat/test_ODEAdaptiveSolver.R    |   23 
 rODE-0.99.5/rODE/tests/testthat/test_ODESolver.R            |   37 
 rODE-0.99.5/rODE/tests/testthat/test_RK4.R                  |   69 -
 rODE-0.99.5/rODE/tests/testthat/test_RK45.R                 |    3 
 rODE-0.99.5/rODE/tests/testthat/test_Verlet.R               |    1 
 rODE-0.99.5/rODE/tests/testthat/test_utils.R                |   24 
 rODE-0.99.5/rODE/vignettes/Comparison.Rmd                   |    4 
 rODE-0.99.5/rODE/vignettes/Kepler.Rmd                       |    4 
 rODE-0.99.5/rODE/vignettes/Pendulum.Rmd                     |    4 
 rODE-0.99.5/rODE/vignettes/Planet.Rmd                       |    4 
 rODE-0.99.5/rODE/vignettes/Projectile.Rmd                   |    4 
 rODE-0.99.5/rODE/vignettes/Reaction.Rmd                     |    4 
 80 files changed, 1062 insertions(+), 981 deletions(-)

More information about rODE at CRAN
Permanent link

New package rmonad with initial version 0.1.0
Type: Package
Package: rmonad
Version: 0.1.0
Title: A Monadic Pipeline System
Description: A monadic solution to pipeline analysis. All operations -- and the errors, warnings and messages they emit -- are merged into a directed graph. Infix binary operators mediate when values are stored, how exceptions are handled, and where pipelines branch and merge. The resulting structure may be queried for debugging or report generation. 'rmonad' complements, rather than competes with, non-monadic pipeline packages like 'magrittr' or 'pipeR'.
Authors@R: person("Zebulun", "Arendsee", email="zbwrnz@gmail.com", role=c("aut","cre"))
URL: https://github.com/arendsee/rmonad
BugReports: https://github.com/arendsee/rmonad/issues
Encoding: UTF-8
Depends: R (>= 3.2.0)
Imports: magrittr, methods
Suggests: testthat, covr, knitr, rmarkdown
VignetteBuilder: knitr
LazyData: yes
RoxygenNote: 6.0.1
License: GPL-3
NeedsCompilation: no
Packaged: 2017-07-12 15:12:11 UTC; shoggoth
Author: Zebulun Arendsee [aut, cre]
Maintainer: Zebulun Arendsee <zbwrnz@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-13 04:50:42 UTC

More information about rmonad at CRAN
Permanent link

Package pagenum updated to version 1.1 with previous version 1.0 dated 2015-12-13

Title: Put Page Numbers on Graphics
Description: A simple way to add page numbers to base/ggplot/lattice graphics.
Author: Kevin Wright [aut, cre]
Maintainer: Kevin Wright <kw.stat@gmail.com>

Diff between pagenum versions 1.0 dated 2015-12-13 and 1.1 dated 2017-07-13

 pagenum-1.0/pagenum/R/pagenum.r                    |only
 pagenum-1.0/pagenum/inst/doc/pagenum.R             |only
 pagenum-1.0/pagenum/inst/doc/pagenum.Rmd           |only
 pagenum-1.0/pagenum/inst/doc/pagenum.html          |only
 pagenum-1.0/pagenum/vignettes/pagenum.Rmd          |only
 pagenum-1.1/pagenum/DESCRIPTION                    |   14 +++++++-------
 pagenum-1.1/pagenum/MD5                            |   18 ++++++++++--------
 pagenum-1.1/pagenum/R/pagenum.R                    |only
 pagenum-1.1/pagenum/build/vignette.rds             |binary
 pagenum-1.1/pagenum/inst/doc/pagenum_examples.R    |only
 pagenum-1.1/pagenum/inst/doc/pagenum_examples.Rmd  |only
 pagenum-1.1/pagenum/inst/doc/pagenum_examples.html |only
 pagenum-1.1/pagenum/man/pagenum.Rd                 |   13 +++++++------
 pagenum-1.1/pagenum/tests                          |only
 pagenum-1.1/pagenum/vignettes/pagenum_examples.Rmd |only
 15 files changed, 24 insertions(+), 21 deletions(-)

More information about pagenum at CRAN
Permanent link

Package mountainplot updated to version 1.2 with previous version 1.1 dated 2015-07-02

Title: Mountain Plots, Folded Empirical Cumulative Distribution Plots
Description: Lattice functions for drawing folded empirical cumulative distribution plots, or mountain plots. A mountain plot is similar to an empirical CDF plot, except that the curve increases from 0 to 0.5, then decreases from 0.5 to 1 using an inverted scale at the right side.
Author: Kevin Wright [aut, cre]
Maintainer: Kevin Wright <kw.stat@gmail.com>

Diff between mountainplot versions 1.1 dated 2015-07-02 and 1.2 dated 2017-07-13

 mountainplot-1.1/mountainplot/NEWS                                |only
 mountainplot-1.1/mountainplot/R/mountain.R                        |only
 mountainplot-1.1/mountainplot/README.md                           |only
 mountainplot-1.1/mountainplot/inst/doc/mountainplot.R             |only
 mountainplot-1.1/mountainplot/inst/doc/mountainplot.Rnw           |only
 mountainplot-1.1/mountainplot/inst/doc/mountainplot.pdf           |only
 mountainplot-1.1/mountainplot/vignettes/mountainplot.Rnw          |only
 mountainplot-1.2/mountainplot/DESCRIPTION                         |   18 +++---
 mountainplot-1.2/mountainplot/MD5                                 |   27 +++++-----
 mountainplot-1.2/mountainplot/NAMESPACE                           |   12 ++--
 mountainplot-1.2/mountainplot/R/mountainplot.R                    |only
 mountainplot-1.2/mountainplot/build/vignette.rds                  |binary
 mountainplot-1.2/mountainplot/inst/doc/mountainplot_examples.R    |only
 mountainplot-1.2/mountainplot/inst/doc/mountainplot_examples.Rmd  |only
 mountainplot-1.2/mountainplot/inst/doc/mountainplot_examples.html |only
 mountainplot-1.2/mountainplot/man/mountainplot.Rd                 |   14 ++---
 mountainplot-1.2/mountainplot/man/panel.mountainplot.Rd           |    4 -
 mountainplot-1.2/mountainplot/man/prepanel.mountainplot.Rd        |    4 -
 mountainplot-1.2/mountainplot/tests                               |only
 mountainplot-1.2/mountainplot/vignettes/mountainplot.bib          |only
 mountainplot-1.2/mountainplot/vignettes/mountainplot_examples.Rmd |only
 21 files changed, 40 insertions(+), 39 deletions(-)

More information about mountainplot at CRAN
Permanent link

Package ICEbox updated to version 1.1.2 with previous version 1.1.1 dated 2017-03-29

Title: Individual Conditional Expectation Plot Toolbox
Description: Implements Individual Conditional Expectation (ICE) plots, a tool for visualizing the model estimated by any supervised learning algorithm. ICE plots refine Friedman's partial dependence plot by graphing the functional relationship between the predicted response and a covariate of interest for individual observations. Specifically, ICE plots highlight the variation in the fitted values across the range of a covariate of interest, suggesting where and to what extent they may exist.
Author: Alex Goldstein, Adam Kapelner, Justin Bleich
Maintainer: Adam Kapelner <kapelner@qc.cuny.edu>

Diff between ICEbox versions 1.1.1 dated 2017-03-29 and 1.1.2 dated 2017-07-13

 DESCRIPTION  |    8 ++++----
 MD5          |    4 ++--
 R/plot.ice.R |   12 ++++++++----
 3 files changed, 14 insertions(+), 10 deletions(-)

More information about ICEbox at CRAN
Permanent link

New package docker with initial version 0.0.1
Package: docker
Title: Wraps Docker Python SDK
Version: 0.0.1
Authors@R: person("Bhaskar", "Karambelkar", email = "bhaskarvk@gmail.com", role = c("aut", "cre"))
Description: Allows accessing 'Docker' 'SDK' from 'R' via the 'Docker' 'Python' 'SDK' using the 'reticulate' package. This is a very thin wrapper that tries to do very little and get out of the way. The user is expected to know how to use the 'reticulate' package to access 'Python' modules, and how the 'Docker' 'Python' 'SDK' works.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: reticulate
SystemRequirements: Python (>= 2.7)
RoxygenNote: 6.0.1
URL: https://github.com/bhaskarvk/docker
BugReports: https://github.com/bhaskarvk/docker/issues
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-07-13 04:15:10 UTC; bhaskar
Author: Bhaskar Karambelkar [aut, cre]
Maintainer: Bhaskar Karambelkar <bhaskarvk@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-13 04:50:09 UTC

More information about docker at CRAN
Permanent link

Package bea.R updated to version 1.0.2 with previous version 1.0.1 dated 2017-01-26

Title: Bureau of Economic Analysis API
Description: Provides an R interface for the Bureau of Economic Analysis (BEA) API (see <http://www.bea.gov/API/bea_web_service_api_user_guide.htm> for more information) that serves two core purposes - 1. To Extract/Transform/Load data [beaGet()] from the BEA API as R-friendly formats in the user's work space [transformation done by default in beaGet() can be modified using optional parameters; see, too, bea2List(), bea2Tab()]. 2. To enable the search of descriptive meta data [beaSearch()]. Other features of the library exist mainly as intermediate methods or are in early stages of development. Important Note - You must have an API key to use this library. Register for a key at <http://www.bea.gov/API/signup/index.cfm> .
Author: Andrea Julca [aut, cre], Jeff Chen [ctb], Walt Kampas [ctb]
Maintainer: Andrea Julca <Andrea.Julca@bea.gov>

Diff between bea.R versions 1.0.1 dated 2017-01-26 and 1.0.2 dated 2017-07-13

 DESCRIPTION              |    8 
 MD5                      |   24 +-
 R/beaSearch.r            |  422 +++++++++++++++++++++++++----------------------
 R/beaUpdateMetadata.r    |   43 ++--
 man/bea2List.Rd          |    1 
 man/bea2Tab.Rd           |    1 
 man/beaGet.Rd            |    1 
 man/beaParamVals.Rd      |    1 
 man/beaParams.Rd         |    1 
 man/beaSearch.Rd         |    3 
 man/beaSets.Rd           |    1 
 man/beaUpdateMetadata.Rd |    1 
 man/beaViz.Rd            |    1 
 13 files changed, 271 insertions(+), 237 deletions(-)

More information about bea.R at CRAN
Permanent link


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