Tue, 21 Jul 2015

Package wikipediatrend updated to version 1.1.6 with previous version 1.1.4 dated 2015-06-11

Title: Public Subject Attention via Wikipedia Page Access Statistics
Description: Public attention is an interesting field of study. The internet not only allows to access information in no time on virtually any subject but via page access statistics gathered by website authors the subject of attention as well can be studied. For the omnipresent Wikipedia those access statistics are made available via 'http://stats.grok.se' a server providing the information as file dumps as well as as web API. This package provides an easy to use, consistent and traffic minimizing approach to make those data accessible within R.
Author: Peter Meissner [aut, cre], R Core team [ctb] ('wp_date()' derived from base package's 'as.Date()')
Maintainer: Peter Meissner <retep.meissner@gmail.com>

Diff between wikipediatrend versions 1.1.4 dated 2015-06-11 and 1.1.6 dated 2015-07-21

 DESCRIPTION                             |    8 
 MD5                                     |   36 ++--
 NEWS                                    |   38 +++-
 R/wp_cache.R                            |    2 
 R/wp_df.R                               |  124 +++++++-------
 R/wp_download_data.R                    |    4 
 R/wp_http_header.R                      |    6 
 R/wp_linked_pages.R                     |   92 +++++-----
 R/wp_trend.R                            |   11 -
 README.md                               |    2 
 build/vignette.rds                      |binary
 inst/doc/using-wikipediatrend.R         |    6 
 inst/doc/using-wikipediatrend.Rmd       |    6 
 inst/doc/using-wikipediatrend.html      |  274 ++++++++++++++++----------------
 man/wp_cache.Rd                         |    2 
 man/wp_trend.Rd                         |    6 
 tests/testthat/test.csv                 |   59 +++---
 tests/testthat/test_caching_gathering.R |    7 
 vignettes/using-wikipediatrend.Rmd      |    6 
 19 files changed, 362 insertions(+), 327 deletions(-)

More information about wikipediatrend at CRAN
Permanent link

Package sdcTable updated to version 0.19.1 with previous version 0.18.1 dated 2015-05-13

Title: Methods for Statistical Disclosure Control in Tabular Data
Description: Methods for statistical disclosure control in tabular data such as primary and secondary cell suppression are covered in this package.
Author: Bernhard Meindl
Maintainer: Bernhard Meindl <bernhard.meindl@statistik.gv.at>

Diff between sdcTable versions 0.18.1 dated 2015-05-13 and 0.19.1 dated 2015-07-21

 sdcTable-0.18.1/sdcTable/src/myPaste.cpp              |only
 sdcTable-0.18.1/sdcTable/src/myPasteWithSep.cpp       |only
 sdcTable-0.18.1/sdcTable/src/mySplitFn.cpp            |only
 sdcTable-0.19.1/sdcTable/DESCRIPTION                  |   11 
 sdcTable-0.19.1/sdcTable/MD5                          |   23 -
 sdcTable-0.19.1/sdcTable/NAMESPACE                    |    5 
 sdcTable-0.19.1/sdcTable/R/RcppExports.R              |only
 sdcTable-0.19.1/sdcTable/R/classes.r                  |    5 
 sdcTable-0.19.1/sdcTable/R/helper_functions.r         |   13 -
 sdcTable-0.19.1/sdcTable/R/methods_class_dimVar.r     |   14 -
 sdcTable-0.19.1/sdcTable/R/methods_class_sdcProblem.r |  220 ++++--------------
 sdcTable-0.19.1/sdcTable/build/vignette.rds           |binary
 sdcTable-0.19.1/sdcTable/inst/doc/sdcTable.pdf        |binary
 sdcTable-0.19.1/sdcTable/src/RcppExports.cpp          |only
 sdcTable-0.19.1/sdcTable/src/cpp_helpers.cpp          |only
 sdcTable-0.19.1/sdcTable/src/suppMultDimTable.cpp     |only
 16 files changed, 97 insertions(+), 194 deletions(-)

More information about sdcTable at CRAN
Permanent link

Package gamlss.dist updated to version 4.3-5 with previous version 4.3-4 dated 2015-02-03

Title: Distributions to be Used for GAMLSS Modelling
Description: The different distributions used for the response variables in GAMLSS modelling.
Author: Mikis Stasinopoulos <d.stasinopoulos@londonmet.ac.uk>, Bob Rigby <r.rigby@londonmet.ac.uk> with contributions from Calliope Akantziliotou, Gillian Heller, Raydonal Ospina <rospina@ime.usp.br>, Nicoletta Motpan, Fiona McElduff, Vlasios Voudouris, Majid Djennad, Marco Enea and Alexios Ghalanos.
Maintainer: Mikis Stasinopoulos <d.stasinopoulos@londonmet.ac.uk>

Diff between gamlss.dist versions 4.3-4 dated 2015-02-03 and 4.3-5 dated 2015-07-21

 DESCRIPTION |   15 -
 MD5         |   12 -
 NAMESPACE   |  232 ++++++++++++------------
 R/BB.R      |  298 +++++++++++++++----------------
 R/GT.R      |  562 ++++++++++++++++++++++++++++++------------------------------
 man/GT.Rd   |    2 
 man/NO.Rd   |  162 ++++++++---------
 7 files changed, 642 insertions(+), 641 deletions(-)

More information about gamlss.dist at CRAN
Permanent link

Package cp4p updated to version 0.3 with previous version 0.2 dated 2015-05-13

Title: Calibration Plot for Proteomics
Description: Functions to check whether a vector of p-values respects the assumptions of FDR (false discovery rate) control procedures and to compute adjusted p-values.
Author: Quentin Giai Gianetto, Florence Combes, Yohann Couté, Christophe Bruley, Thomas Burger
Maintainer: Quentin Giai Gianetto <quentin2g@yahoo.fr>

Diff between cp4p versions 0.2 dated 2015-05-13 and 0.3 dated 2015-07-21

 DESCRIPTION             |   10 ++--
 MD5                     |   24 +++++++----
 NAMESPACE               |   10 ++--
 R/adjust_p.R            |   21 ++++++----
 R/calibration_plot.R    |   97 ++++++++++++++++++++++++++++++++++++------------
 R/estim_pi0.R           |    4 +
 data                    |only
 man/LFQRatio2.Rd        |only
 man/LFQRatio25.Rd       |only
 man/adjust.p.Rd         |    9 ++--
 man/calibration.plot.Rd |    9 ++--
 man/cp4p-package.Rd     |    7 +--
 man/estim.pi0.Rd        |   16 +++++--
 13 files changed, 141 insertions(+), 66 deletions(-)

More information about cp4p at CRAN
Permanent link

New package sparsereg with initial version 1.0
Package: sparsereg
Type: Package
Title: Sparse Bayesian Models for Regression, Subgroup Analysis, and Panel Data
Version: 1.0
Date: 2015-07-20
Author: Marc Ratkovic and Dustin Tingley
Maintainer: Marc Ratkovic <ratkovic@princeton.edu>
Description: Sparse modeling provides a mean selecting a small number of non-zero effects from a large possible number of candidate effects. This package includes a suite of methods for sparse modeling. Beyond regression analyses, applications include subgroup analysis, particularly for conjoint experiments, and panel data. Functionality for dichotomous and censored outcome (Types I and II tobit) is also included. Future plans involve extending the method to propensity score and instrumental variable methods.
License: GPL (>= 2)
Depends: R (>= 3.0.2), MASS, ggplot2
Imports: Rcpp (>= 0.11.0), msm, VGAM, MCMCpack, coda, glmnet, gridExtra, grid
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2015-07-20 22:47:57 UTC; ratkovic
Repository: CRAN
Date/Publication: 2015-07-21 07:53:29

More information about sparsereg at CRAN
Permanent link

Package RealVAMS updated to version 0.3-2 with previous version 0.3-1 dated 2014-11-01

Title: Multivariate VAM Fitting
Description: The RealVAMs package fits a multivariate value-added model (VAM) (see Broatch and Lohr 2012) with normally distributed test scores and a binary outcome indicator. This material is based upon work supported by the National Science Foundation under grants DRL-1336027 and DRL-1336265.
Author: Andrew Karl, Jennifer Broatch, and Jennifer Green
Maintainer: Andrew Karl <akarl@asu.edu>

Diff between RealVAMS versions 0.3-1 dated 2014-11-01 and 0.3-2 dated 2015-07-21

 DESCRIPTION             |   10 +++++-----
 MD5                     |   12 ++++++------
 NAMESPACE               |    5 ++++-
 NEWS                    |    5 ++++-
 R/vp_cp.R               |    4 ++--
 man/RealVAMS-package.Rd |   11 ++++++-----
 man/RealVAMS.Rd         |    7 ++++---
 7 files changed, 31 insertions(+), 23 deletions(-)

More information about RealVAMS at CRAN
Permanent link

Package partools updated to version 1.1.1 with previous version 1.0.1 dated 2015-01-03

Title: Tools for the 'Parallel' Package
Description: Miscellaneous utilities for the 'parallel' package, cluster-oriented section; "Snowdoop" alternative to MapReduce; file splitting and distributed operations such as sort and aggregate. "Software Alchemy" method for parallelizing most statistical methods, presented in N. Matloff, Parallel Computation for Data Science, Chapman and Hall, 2015. Includes a debugging aid.
Author: Norm Matloff <normmatloff@gmail.com> [aut], Alex Rumbaugh <aprumbaugh@ucdavis.edu> [ctb]
Maintainer: Norm Matloff <normmatloff@gmail.com>

Diff between partools versions 1.0.1 dated 2015-01-03 and 1.1.1 dated 2015-07-21

 partools-1.0.1/partools/inst/doc/Snowdoop.R         |only
 partools-1.0.1/partools/inst/doc/Snowdoop.Rnw       |only
 partools-1.0.1/partools/inst/doc/Snowdoop.pdf       |only
 partools-1.0.1/partools/vignettes/Snowdoop.Rnw      |only
 partools-1.1.1/partools/DESCRIPTION                 |   23 -
 partools-1.1.1/partools/MD5                         |   39 +-
 partools-1.1.1/partools/NAMESPACE                   |   11 
 partools-1.1.1/partools/R/CA.R                      |  247 +++++++++++++---
 partools-1.1.1/partools/R/DebugSnow.R               |    6 
 partools-1.1.1/partools/R/SnowUtils.R               |  146 +++++++++
 partools-1.1.1/partools/R/Snowdoop.R                |  304 +++++++++++++++++---
 partools-1.1.1/partools/R/onAttach.R                |only
 partools-1.1.1/partools/README.md                   |only
 partools-1.1.1/partools/build/vignette.rds          |binary
 partools-1.1.1/partools/data                        |only
 partools-1.1.1/partools/inst/README                 |    3 
 partools-1.1.1/partools/inst/doc/partools.Rnw       |only
 partools-1.1.1/partools/inst/doc/partools.pdf       |only
 partools-1.1.1/partools/inst/examples/XformAdjMat.R |only
 partools-1.1.1/partools/man/ca.Rd                   |  217 +++++++++++++-
 partools-1.1.1/partools/man/dbs.Rd                  |   67 ++--
 partools-1.1.1/partools/man/formrowchunks.Rd        |  155 ++++++++--
 partools-1.1.1/partools/man/newadult.Rd             |only
 partools-1.1.1/partools/man/prgeng.Rd               |only
 partools-1.1.1/partools/man/snowdoop.Rd             |  204 +++++++++++--
 partools-1.1.1/partools/vignettes/partools.Rnw      |only
 26 files changed, 1224 insertions(+), 198 deletions(-)

More information about partools at CRAN
Permanent link

Package mkin updated to version 0.9-40 with previous version 0.9-39 dated 2015-06-26

Title: Routines for Fitting Kinetic Models with One or More State Variables to Chemical Degradation Data
Description: Calculation routines based on the FOCUS Kinetics Report (2006). Includes a function for conveniently defining differential equation models, model solution based on eigenvalues if possible or using numerical solvers and a choice of the optimisation methods made available by the 'FME' package. If a C compiler (on windows: 'Rtools') is installed, differential equation models are solved using compiled C functions. Please note that no warranty is implied for correctness of results or fitness for a particular purpose.
Author: Johannes Ranke [aut, cre, cph], Katrin Lindenberger [ctb], René Lehmann [ctb], Eurofins Regulatory AG [cph]
Maintainer: Johannes Ranke <jranke@uni-bremen.de>

Diff between mkin versions 0.9-39 dated 2015-06-26 and 0.9-40 dated 2015-07-21

 mkin-0.9-39/mkin/inst/doc/compiled_models.R        |only
 mkin-0.9-39/mkin/inst/doc/compiled_models.Rmd      |only
 mkin-0.9-39/mkin/inst/doc/compiled_models.html     |only
 mkin-0.9-39/mkin/vignettes/compiled_models.Rmd     |only
 mkin-0.9-40/mkin/DESCRIPTION                       |   13 -
 mkin-0.9-40/mkin/MD5                               |  166 +++++++++++++++------
 mkin-0.9-40/mkin/NAMESPACE                         |    6 
 mkin-0.9-40/mkin/NEWS.md                           |   12 +
 mkin-0.9-40/mkin/R/endpoints.R                     |   45 +++--
 mkin-0.9-40/mkin/R/mkin_wide_to_long.R             |    2 
 mkin-0.9-40/mkin/R/mkinfit.R                       |    4 
 mkin-0.9-40/mkin/README.md                         |   97 ++----------
 mkin-0.9-40/mkin/build/vignette.rds                |binary
 mkin-0.9-40/mkin/inst/doc/FOCUS_D.R                |   22 --
 mkin-0.9-40/mkin/inst/doc/FOCUS_D.html             |   20 +-
 mkin-0.9-40/mkin/inst/doc/FOCUS_L.R                |   97 ------------
 mkin-0.9-40/mkin/inst/doc/FOCUS_L.html             |   88 +++++------
 mkin-0.9-40/mkin/inst/doc/FOCUS_Z.pdf              |binary
 mkin-0.9-40/mkin/inst/doc/mkin.pdf                 |binary
 mkin-0.9-40/mkin/man/DFOP.solution.Rd              |    3 
 mkin-0.9-40/mkin/man/Extract.mmkin.Rd              |    5 
 mkin-0.9-40/mkin/man/FOCUS_2006_DFOP_ref_A_to_B.Rd |    1 
 mkin-0.9-40/mkin/man/FOCUS_2006_FOMC_ref_A_to_F.Rd |    1 
 mkin-0.9-40/mkin/man/FOCUS_2006_HS_ref_A_to_F.Rd   |    1 
 mkin-0.9-40/mkin/man/FOCUS_2006_SFO_ref_A_to_F.Rd  |    1 
 mkin-0.9-40/mkin/man/FOCUS_2006_datasets.Rd        |    1 
 mkin-0.9-40/mkin/man/FOMC.solution.Rd              |    1 
 mkin-0.9-40/mkin/man/HS.solution.Rd                |    1 
 mkin-0.9-40/mkin/man/IORE.solution.Rd              |    1 
 mkin-0.9-40/mkin/man/SFO.solution.Rd               |    1 
 mkin-0.9-40/mkin/man/SFORB.solution.Rd             |    1 
 mkin-0.9-40/mkin/man/geometric_mean.Rd             |    1 
 mkin-0.9-40/mkin/man/mccall81_245T.Rd              |    2 
 mkin-0.9-40/mkin/man/mkinerrmin.Rd                 |    1 
 mkin-0.9-40/mkin/man/mkinfit.Rd                    |    7 
 mkin-0.9-40/mkin/man/mkinresplot.Rd                |    2 
 mkin-0.9-40/mkin/man/mmkin.Rd                      |    7 
 mkin-0.9-40/mkin/man/plot.mkinfit.Rd               |    4 
 mkin-0.9-40/mkin/man/plot.mmkin.Rd                 |    4 
 mkin-0.9-40/mkin/man/schaefer07_complex_case.Rd    |    5 
 mkin-0.9-40/mkin/man/summary.mkinfit.Rd            |    4 
 mkin-0.9-40/mkin/man/transform_odeparms.Rd         |    2 
 mkin-0.9-40/mkin/vignettes/FOCUS_D_cache           |only
 mkin-0.9-40/mkin/vignettes/FOCUS_D_files           |only
 mkin-0.9-40/mkin/vignettes/FOCUS_L_cache           |only
 mkin-0.9-40/mkin/vignettes/FOCUS_L_files           |only
 mkin-0.9-40/mkin/vignettes/compiled_models.html    |only
 47 files changed, 279 insertions(+), 350 deletions(-)

More information about mkin at CRAN
Permanent link

Package kdecopula updated to version 0.0.3 with previous version 0.0.2 dated 2015-06-18

Title: Kernel Smoothing for Bivariate Copula Densities
Description: Provides fast implementations of kernel smoothing techniques for bivariate copula densities, in particular density estimation and resampling.
Author: Thomas Nagler
Maintainer: Thomas Nagler <thomas.nagler@tum.de>

Diff between kdecopula versions 0.0.2 dated 2015-06-18 and 0.0.3 dated 2015-07-21

 DESCRIPTION              |   10 +++---
 MD5                      |   24 +++++++--------
 NAMESPACE                |    5 +++
 R/kdecop.R               |    7 ++--
 inst/include/hfunc.h     |    2 -
 inst/include/integrate.h |    4 +-
 inst/include/interp.h    |    2 -
 man/kdecopula-package.Rd |    4 +-
 src/RcppExports.cpp      |   16 +++++-----
 src/hfunc.cpp            |   28 +++++++++++-------
 src/integrate.cpp        |    6 +--
 src/interp.cpp           |   73 +++++++++++++++++++++++++++--------------------
 src/renorm.cpp           |   51 ++++++++++++++++++++++----------
 13 files changed, 139 insertions(+), 93 deletions(-)

More information about kdecopula at CRAN
Permanent link

New package jetset with initial version 3.1.3
Package: jetset
Version: 3.1.3
Date: 2015-07-20
Title: One-to-One Gene-Probeset Mapping for Affymetrix Human Microarrays
Author: Qiyuan Li, Aron Eklund
Maintainer: Aron Eklund <eklund@cbs.dtu.dk>
Depends: R (>= 2.10)
Imports: org.Hs.eg.db, AnnotationDbi
Description: On Affymetrix gene expression microarrays, a single gene may be measured by multiple probe sets. This can present a mild conundrum when attempting to evaluate a gene "signature" that is defined by gene names rather than by specific probe sets. This package provides a one-to-one mapping from gene to "best" probe set for four Affymetrix human gene expression microarrays: hgu95av2, hgu133a, hgu133plus2, and u133x3p. This package also includes the pre-calculated probe set quality scores that were used to define the mapping.
License: Artistic-2.0
LazyData: Yes
URL: http://www.cbs.dtu.dk/biotools/jetset/
NeedsCompilation: no
Packaged: 2015-07-20 20:34:18 UTC; aron
Repository: CRAN
Date/Publication: 2015-07-21 07:53:22

More information about jetset at CRAN
Permanent link

New package IRISSeismic with initial version 1.0.5
Type: Package
Package: IRISSeismic
Version: 1.0.5
Title: Classes and Methods for Seismic Data Analysis
Authors@R: c( person("Jonathan", "Callahan", email="jonathan.s.callahan@gmail.com", role=c("aut","cre")), person("Rob", "Casey", email="rob@iris.washington.edu", role=c("aut")), person("Mary", "Templeton", email="met@iris.washington.edu", role=c("aut")) )
Author: Jonathan Callahan [aut, cre], Rob Casey [aut], Mary Templeton [aut]
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>
Depends: R (>= 3.1.0)
Imports: methods, pracma, RCurl, seismicRoll (>= 1.0.1), signal, stringr, XML
Suggests: mapdata, maps
Description: Provides classes and methods for seismic data analysis. The base classes and methods are inspired by the python code found in the 'ObsPy' python toolbox <http://github.com/obsypy/obspy>. Additional classes and methods support data returned by web services provided by the 'IRIS DMC' <http://service.iris.edu/>.
Collate: Class-Trace.R Class-Stream.R Class-IrisClient.R mseedWrappers.R Utils.R spectralUtils.R
License: GPL (>= 2)
Repository: CRAN
Packaged: 2015-07-20 20:53:33 UTC; jonathan
NeedsCompilation: yes
Date/Publication: 2015-07-21 07:53:04

More information about IRISSeismic at CRAN
Permanent link

New package ifaTools with initial version 0.6
Package: ifaTools
Date: 2015-07-21
Title: Toolkit for Item Factor Analysis with OpenMx
Authors@R: c(person(c("Joshua","N."), family="Pritikin", email="jpritikin@pobox.com", role=c('cre','aut')))
Version: 0.6
Description: Tools, tutorials, and demos of Item Factor Analysis using OpenMx.
LazyData: yes
LazyDataCompression: bzip2
License: AGPL (>= 3)
Imports: methods
Suggests: testthat, roxygen2, knitr (>= 1.8)
Depends: shiny (>= 0.10), ggplot2, reshape2, rpf (>= 0.40), OpenMx (>= 2.2.6), R (>= 2.14.0)
URL: https://github.com/jpritikin/ifaTools
Packaged: 2015-07-21 06:15:47 UTC; joshua
Author: Joshua N. Pritikin [cre, aut]
Maintainer: Joshua N. Pritikin <jpritikin@pobox.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-07-21 08:37:27

More information about ifaTools at CRAN
Permanent link

Package FCNN4R updated to version 0.3.3 with previous version 0.3.2 dated 2015-07-17

Title: Fast Compressed Neural Networks for R
Description: The FCNN4R package provides an interface to kernel routines from the FCNN C++ library. FCNN is based on a completely new Artificial Neural Network representation that offers unmatched efficiency, modularity, and extensibility. FCNN4R provides standard teaching (backpropagation, Rprop) and pruning algorithms (minimum magnitude, Optimal Brain Surgeon), but it is first and foremost an efficient computational engine. Users can easily implement their algorithms by taking advantage of fast gradient computing routines, as well as network reconstruction functionality (removing weights and redundant neurons).
Author: Grzegorz Klima <gklima@users.sourceforge.net>
Maintainer: Grzegorz Klima <gklima@users.sourceforge.net>

Diff between FCNN4R versions 0.3.2 dated 2015-07-17 and 0.3.3 dated 2015-07-21

 DESCRIPTION          |    8 ++++----
 MD5                  |   14 +++++++-------
 R/mlp_prune.R        |   20 ++++++++++----------
 R/mlp_teach.R        |   10 +++++-----
 man/mlp_prune_mag.Rd |    2 +-
 man/mlp_prune_obs.Rd |    2 +-
 src/fcnn/struct.cpp  |   15 ++++++++-------
 src/fcnn/utils.cpp   |   51 ++++++++++++++++++++++++++-------------------------
 8 files changed, 62 insertions(+), 60 deletions(-)

More information about FCNN4R at CRAN
Permanent link

Package enaR updated to version 2.9 with previous version 2.8.1 dated 2015-01-14

Title: Tools for Ecological Network Analysis
Description: Provides algorithms for the analysis of ecological networks.
Author: M.K. Lau, S.R. Borrett, D.E. Hines, P. Singh
Maintainer: Matthew K. Lau <enaR.maintainer@gmail.com>

Diff between enaR versions 2.8.1 dated 2015-01-14 and 2.9 dated 2015-07-21

 DESCRIPTION                |   15 ++++++++-------
 MD5                        |   26 ++++++++++++++------------
 NAMESPACE                  |    8 ++++++++
 R/pack.R                   |   31 ++++++++++++++++++++++---------
 R/read.wand.R              |    2 +-
 R/write.EcoNet.R           |only
 build/vignette.rds         |binary
 data/bgcModels.rda         |binary
 data/enaModelInfo.rda      |binary
 data/enaModels.rda         |binary
 data/oyster.rda            |binary
 data/troModels.rda         |binary
 inst/doc/enaR-vignette.pdf |binary
 man/write.EcoNet.Rd        |only
 man/write.nea.Rd           |    2 +-
 15 files changed, 54 insertions(+), 30 deletions(-)

More information about enaR at CRAN
Permanent link

New package convoSPAT with initial version 0.1
Package: convoSPAT
Type: Package
Title: Convolution-Based Nonstationary Spatial Modeling
Version: 0.1
Date: 2015-07-20
Authors@R: person("Mark D.", "Risser", email = "markdrisser@gmail.com", role = c("aut", "cre"))
Description: Fits convolution-based nonstationary Gaussian process models to point-referenced spatial data. The nonstationary covariance function allows the user to specify the underlying correlation structure and which spatial dependence parameters should be allowed to vary over space: the anisotropy, nugget variance, and process variance. The parameters are estimated via maximum likelihood, using a local likelihood approach. Also provided are functions to fit stationary spatial models for comparison, calculate the kriging predictor and standard errors, and create various plots to visualize nonstationarity.
Depends: R (>= 3.1.2)
License: MIT + file LICENSE
LazyData: TRUE
Imports: stats, graphics, ellipse, fields, geoR, MASS, plotrix, StatMatch
URL: http://github.com/markdrisser/convoSPAT
Packaged: 2015-07-20 22:06:53 UTC; markdrisser
Author: Mark D. Risser [aut, cre]
Maintainer: Mark D. Risser <markdrisser@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-07-21 07:53:15

More information about convoSPAT at CRAN
Permanent link

Package cluster updated to version 2.0.3 with previous version 2.0.2 dated 2015-06-19

Title: "Finding Groups in Data": Cluster Analysis Extended Rousseeuw et al.
Description: Methods for Cluster analysis. Much extended the original from Peter Rousseeuw, Anja Struyf and Mia Hubert, based on Kaufman and Rousseeuw (1990) "Finding Groups in Data".
Author: Martin Maechler [aut, cre], Peter Rousseeuw [aut] (Fortran original), Anja Struyf [aut] (S original), Mia Hubert [aut] (S original), Kurt Hornik [trl, ctb] (port to R; maintenance(1999-2000)), Matthias Studer [ctb], Pierre Roudier [ctb]
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>

Diff between cluster versions 2.0.2 dated 2015-06-19 and 2.0.3 dated 2015-07-21

 ChangeLog                                |   10 +++++-----
 DESCRIPTION                              |   12 ++++++------
 MD5                                      |   21 +++++++++++----------
 NAMESPACE                                |   14 +++++++++-----
 inst/NEWS.Rd                             |only
 inst/po/de/LC_MESSAGES/R-cluster.mo      |binary
 inst/po/en@quot/LC_MESSAGES/R-cluster.mo |binary
 inst/po/en@quot/LC_MESSAGES/cluster.mo   |binary
 po/R-cluster.pot                         |    4 ++--
 po/R-de.po                               |    4 ++--
 po/cluster.pot                           |    4 ++--
 po/update-me.sh                          |    9 ++++++---
 12 files changed, 43 insertions(+), 35 deletions(-)

More information about cluster at CRAN
Permanent link


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