Mon, 10 Aug 2015

New package SpaDES with initial version 1.0.1
Package: SpaDES
Type: Package
Title: Develop and Run Spatially Explicit Discrete Event Simulation Models
Description: Easily implement a variety of simulation models, with a focus on spatially explicit agent based models. These include raster-based, event-based, and agent-based models. The core simulation components are built upon a discrete event simulation framework that facilitates modularity, and easily enables the user to include additional functionality by running user-built simulation modules. Included are numerous tools to visualize raster and other maps. The suggested package `fastshp` can be installed with `install.packages("fastshp", repos="http://rforge.net", type="source")`.
URL: https://github.com/PredictiveEcology/SpaDES
Version: 1.0.1
Date: 2015-08-10
Authors@R: c( person(c("Alex", "M"), "Chubaty", email="achubaty@NRCan.gc.ca", role=c("aut", "cre")), person(c("Eliot", "J", "B"), "McIntire", email="emcintir@NRCan.gc.ca", role=c("aut")), person("Steve", "Cumming", email="Steve.Cumming@sbf.ulaval.ca", role=c("ctb")), person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada", role="cph") )
Additional_repositories: http://rforge.net
Depends: R (>= 3.2.0)
Suggests: fastshp, knitr, Matrix, RColorBrewer, rgdal, testthat, tkrplot
Imports: archivist, CircStats, data.table, DiagrammeR, digest, downloader, dplyr, ff, ffbase, fpCompare, ggplot2, graphics, grid, gridBase, httr, igraph, lubridate, methods, R.utils, RandomFields, raster, secr, sp, stringi, stringr
License: GPL-3
VignetteBuilder: knitr
BugReports: https://github.com/PredictiveEcology/SpaDES/issues
ByteCompile: yes
Collate: 'agent.R' 'SELES.R' 'module-dependencies-class.R' 'misc-methods.R' 'simList-class.R' 'check.R' 'environment.R' 'checkpoint.R' 'initialize.R' 'simulation.R' 'load.R' 'mapReduce.R' 'module-dependencies-methods.R' 'module-repository.R' 'module-template.R' 'moduleMetadata.R' 'movement.R' 'neighbourhood.R' 'numerical-comparisons.R' 'plotting-classes.R' 'plotting-colours.R' 'times.R' 'simList-accessors.R' 'plotting-diagrams.R' 'plotting-helpers.R' 'plotting-other.R' 'plotting.R' 'probability.R' 'progress.R' 'save.R' 'spades-classes.R' 'spades-package.R' 'splitRaster.R' 'spread-process.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2015-08-10 19:16:16 UTC; achubaty
Author: Alex M Chubaty [aut, cre], Eliot J B McIntire [aut], Steve Cumming [ctb], Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada [cph]
Maintainer: Alex M Chubaty <achubaty@NRCan.gc.ca>
Repository: CRAN
Date/Publication: 2015-08-10 22:33:56

More information about SpaDES at CRAN
Permanent link

Package MixMAP updated to version 1.3.4 with previous version 1.3.1 dated 2014-03-10

Title: Implements the MixMAP Algorithm
Description: A collection of functions to implement the MixMAP algorithm, which performs gene level tests of association using data from a previous GWAS or data from a meta-analysis of several GWAS. Conceptually, genes are detected as significant if the collection of p-values within a gene are determined to be collectively smaller than would be observed by chance.
Author: Gregory J. Matthews
Maintainer: Gregory J. Matthews <gjm112@gmail.com>

Diff between MixMAP versions 1.3.1 dated 2014-03-10 and 1.3.4 dated 2015-08-10

 DESCRIPTION               |   18 +++++++++---------
 MD5                       |   25 +++++++++++++------------
 NAMESPACE                 |    3 +++
 R/mixmapTest.R            |    7 +++++--
 README.md                 |    4 +++-
 data/MixMAP_example.RData |binary
 inst                      |only
 man/MixMAPclass.Rd        |    8 ++++----
 man/MixMAPexample.Rd      |    4 +++-
 man/MixMAPpackage.Rd      |    4 +++-
 man/mixmapPI.Rd           |   22 +++++++++++-----------
 man/mixmapTest.Rd         |   18 +++++++++---------
 man/plot.MixMAP.Rd        |   10 ++++++----
 man/summary.MixMAP.Rd     |   10 ++++++----
 14 files changed, 75 insertions(+), 58 deletions(-)

More information about MixMAP at CRAN
Permanent link

New package shinystan with initial version 2.0.0
Package: shinystan
Title: Interactive Visual and Numerical Diagnostics and Posterior Analysis for for Bayesian Models
Version: 2.0.0
Date: 2015-08-09
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"), person(family = "Stan Development Team", role = "ctb"), person("Michael", "Andreae", role = "ctb"), person("Michael", "Betancourt", role = "ctb"), person("Bob", "Carpenter", role = "ctb"), person("Yuanjun", "Gao", role = "ctb"), person("Andrew", "Gelman", role = "ctb"), person("Ben", "Goodrich", role = "ctb"), person("Daniel", "Lee", role = "ctb"), person("Dongying", "Song", role = "ctb"), person("Rob", "Trangucci", role = "ctb"))
Maintainer: Jonah Gabry <jsg2201@columbia.edu>
Description: We provide a graphical user interface for interactive Markov chain Monte Carlo (MCMC) diagnostics and plots and tables helpful for analyzing a posterior sample. The interface is powered by RStudio's Shiny web application framework and works with the output of MCMC programs written in any programming language (and has extended functionality for Stan models fit using the rstan package and the No-U-Turn sampler).
URL: https://github.com/stan-dev/shinystan, http://mc-stan.org/
BugReports: https://github.com/stan-dev/shinystan/issues
Depends: R (>= 3.1.0), ggplot2 (>= 1.0.0), shiny (>= 0.12.1)
License: GPL (>= 3)
LazyData: true
Suggests: coda, knitr (>= 1.9), rstan (>= 2.7), testthat
Imports: DT (>= 0.1), dygraphs (>= 0.4.5), gridExtra, gtools, markdown (>= 0.7.4), methods, reshape2, stats, shinyjs (>= 0.0.7.0), shinythemes (>= 1.0.1), threejs (>= 0.2.1), utils, xtable (>= 1.7-4), xts (>= 0.9-7)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-08-10 17:56:36 UTC; jgabry
Author: Jonah Gabry [aut, cre], Stan Development Team [ctb], Michael Andreae [ctb], Michael Betancourt [ctb], Bob Carpenter [ctb], Yuanjun Gao [ctb], Andrew Gelman [ctb], Ben Goodrich [ctb], Daniel Lee [ctb], Dongying Song [ctb], Rob Trangucci [ctb]
Repository: CRAN
Date/Publication: 2015-08-10 20:47:14

More information about shinystan at CRAN
Permanent link

Package LLSR updated to version 0.0.1.9525 with previous version 0.0.1.9425 dated 2015-06-12

Title: Data Analysis of Liquid-Liquid Systems
Description: Analyses experimental data from liquid-liquid phase diagrams and provide a simple way to obtain its parameters and a simplified report. Designed initially to analyse Aqueous Two-Phases Systems, the package will include (every other update) new functions in order to comprise useful tools in liquid-liquid analysis.
Author: Diego F Coelho <diegofcoelho@gmail.com>
Maintainer: Diego F Coelho <diegofcoelho@gmail.com>

Diff between LLSR versions 0.0.1.9425 dated 2015-06-12 and 0.0.1.9525 dated 2015-08-10

 DESCRIPTION                  |    8 +--
 MD5                          |   40 +++++++++---------
 NAMESPACE                    |    2 
 R/AQSearch.CAS.R             |   25 ++++++-----
 R/AQSearch.R                 |   37 +++++++++--------
 R/AQSearchUtils.R            |    8 +++
 R/AQSys.R                    |   33 +++++++++++----
 R/AQSys.err.R                |    1 
 R/AQSys.gsnchk.R             |   53 ++++++++++++++-----------
 R/AQSys.mathDesc.R           |   51 ++++++++++++++----------
 R/AQSys.mrchk.R              |   82 +++++++++++++++++++++++---------------
 R/AQSys.mrgsn.R              |   36 ++++++++++-------
 R/AQSysCurve.R               |   26 +++++++-----
 R/AQSysDB.R                  |   91 ++++++++++++++++++++++++++++---------------
 R/AQSysFormulas.R            |   49 +++++++++++++----------
 R/AQSysUtils.R               |   51 ++++++++++++++----------
 R/LLSRxy.R                   |    8 ++-
 man/AQSearch.Rd              |    2 
 man/AQSysBancroft.Rd         |    4 -
 man/AQSysOthmer.Rd           |    4 -
 tests/testthat/testMainFns.R |    5 +-
 21 files changed, 378 insertions(+), 238 deletions(-)

More information about LLSR at CRAN
Permanent link

Package GameTheory updated to version 2.0 with previous version 1.0 dated 2015-03-08

Title: Cooperative Game Theory
Description: Implementation of a common set of punctual solutions for Cooperative Game Theory.
Author: Sebastian Cano-Berlanga
Maintainer: Sebastian Cano-Berlanga <cano.berlanga@gmail.com>

Diff between GameTheory versions 1.0 dated 2015-03-08 and 2.0 dated 2015-08-10

 GameTheory-1.0/GameTheory/R/NucleolusCost.R            |only
 GameTheory-1.0/GameTheory/R/PlotAll.R                  |only
 GameTheory-1.0/GameTheory/man/NucleolusCost.Rd         |only
 GameTheory-1.0/GameTheory/man/PlotAll.Rd               |only
 GameTheory-2.0/GameTheory/DESCRIPTION                  |    8 -
 GameTheory-2.0/GameTheory/MD5                          |   62 ++++++----
 GameTheory-2.0/GameTheory/NAMESPACE                    |    9 +
 GameTheory-2.0/GameTheory/R/AdjustedProportional.R     |only
 GameTheory-2.0/GameTheory/R/AllRules.R                 |    2 
 GameTheory-2.0/GameTheory/R/CEA.R                      |    4 
 GameTheory-2.0/GameTheory/R/CEL.R                      |    4 
 GameTheory-2.0/GameTheory/R/DefineGame.R               |only
 GameTheory-2.0/GameTheory/R/Nucleolus.R                |   97 +++++++++++++----
 GameTheory-2.0/GameTheory/R/NucleolusCapita.R          |only
 GameTheory-2.0/GameTheory/R/Proportional.R             |    4 
 GameTheory-2.0/GameTheory/R/RandomArrival.R            |    4 
 GameTheory-2.0/GameTheory/R/ShapleyShubick.R           |    8 +
 GameTheory-2.0/GameTheory/R/ShapleyValue.R             |   11 +
 GameTheory-2.0/GameTheory/R/Talmud.R                   |    8 -
 GameTheory-2.0/GameTheory/R/plot.ClaimsRules.R         |only
 GameTheory-2.0/GameTheory/R/summary.ClaimsRule.R       |only
 GameTheory-2.0/GameTheory/R/summary.ClaimsRules.R      |only
 GameTheory-2.0/GameTheory/R/summary.Game.R             |only
 GameTheory-2.0/GameTheory/R/summary.Nucleolus.R        |only
 GameTheory-2.0/GameTheory/R/summary.ShapleyShubik.R    |only
 GameTheory-2.0/GameTheory/R/summary.ShapleyValue.R     |only
 GameTheory-2.0/GameTheory/build/vignette.rds           |binary
 GameTheory-2.0/GameTheory/inst/doc/GameTheory.pdf      |binary
 GameTheory-2.0/GameTheory/man/AdjustedProportional.Rd  |only
 GameTheory-2.0/GameTheory/man/AllRules.Rd              |    5 
 GameTheory-2.0/GameTheory/man/DefineGame.Rd            |only
 GameTheory-2.0/GameTheory/man/GameTheory-package.Rd    |   66 ++++-------
 GameTheory-2.0/GameTheory/man/LorenzRules.Rd           |    4 
 GameTheory-2.0/GameTheory/man/Nucleolus.Rd             |   57 +++++----
 GameTheory-2.0/GameTheory/man/NucleolusCapita.Rd       |only
 GameTheory-2.0/GameTheory/man/ShapleyShubik.Rd         |   17 --
 GameTheory-2.0/GameTheory/man/ShapleyValue.Rd          |   15 ++
 GameTheory-2.0/GameTheory/man/plot.ClaimsRules.Rd      |only
 GameTheory-2.0/GameTheory/man/summary.ClaimsRule.Rd    |only
 GameTheory-2.0/GameTheory/man/summary.ClaimsRules.Rd   |only
 GameTheory-2.0/GameTheory/man/summary.Game.Rd          |only
 GameTheory-2.0/GameTheory/man/summary.Nucleolus.Rd     |only
 GameTheory-2.0/GameTheory/man/summary.ShapleyShubik.Rd |only
 GameTheory-2.0/GameTheory/man/summary.ShapleyValue.Rd  |only
 44 files changed, 241 insertions(+), 144 deletions(-)

More information about GameTheory at CRAN
Permanent link

Package tableone updated to version 0.7.0 with previous version 0.6.3 dated 2014-12-29

Title: Create "Table 1" to Describe Baseline Characteristics
Description: Creates "Table 1", i.e., description of baseline patient characteristics, which is essential in every medical research. Supports both continuous and categorical variables, as well as p-values and standardized mean differences. Weighted data are supported via the survey package. See github for a screencast. tableone was inspired by descriptive statistics functions in Deducer , a Java-based GUI package by Ian Fellows. This package does not require GUI or Java, and intended for command-line users.
Author: Kazuki Yoshida, Justin Bohn.
Maintainer: Kazuki Yoshida <kazukiyoshida@mail.harvard.edu>

Diff between tableone versions 0.6.3 dated 2014-12-29 and 0.7.0 dated 2015-08-10

 tableone-0.6.3/tableone/R/modules.R                             |only
 tableone-0.7.0/tableone/DESCRIPTION                             |   30 
 tableone-0.7.0/tableone/MD5                                     |   94 +-
 tableone-0.7.0/tableone/NAMESPACE                               |   26 
 tableone-0.7.0/tableone/NEWS                                    |   57 +
 tableone-0.7.0/tableone/R/CreateCatTable.R                      |  121 +--
 tableone-0.7.0/tableone/R/CreateContTable.R                     |   72 +-
 tableone-0.7.0/tableone/R/CreateTableOne.R                      |  348 ++++------
 tableone-0.7.0/tableone/R/ExtractSmd.R                          |only
 tableone-0.7.0/tableone/R/ShowRegTable.R                        |   45 -
 tableone-0.7.0/tableone/R/modules-constructors.R                |only
 tableone-0.7.0/tableone/R/modules-print.R                       |only
 tableone-0.7.0/tableone/R/modules-smd.R                         |only
 tableone-0.7.0/tableone/R/modules-svy.R                         |only
 tableone-0.7.0/tableone/R/print.CatTable.R                      |  276 +------
 tableone-0.7.0/tableone/R/print.ContTable.R                     |  131 +--
 tableone-0.7.0/tableone/R/print.TableOne.R                      |  274 ++-----
 tableone-0.7.0/tableone/R/print.svyCatTable.R                   |only
 tableone-0.7.0/tableone/R/print.svyContTable.R                  |only
 tableone-0.7.0/tableone/R/summary.CatTable.R                    |   36 -
 tableone-0.7.0/tableone/R/summary.ContTable.R                   |   36 -
 tableone-0.7.0/tableone/R/summary.TableOne.R                    |   75 --
 tableone-0.7.0/tableone/R/summary.svyCatTable.R                 |only
 tableone-0.7.0/tableone/R/summary.svyContTable.R                |only
 tableone-0.7.0/tableone/R/svyCreateCatTable.R                   |only
 tableone-0.7.0/tableone/R/svyCreateContTable.R                  |only
 tableone-0.7.0/tableone/R/svyCreateTableOne.R                   |only
 tableone-0.7.0/tableone/R/tableone-package.R                    |   81 --
 tableone-0.7.0/tableone/build/vignette.rds                      |binary
 tableone-0.7.0/tableone/inst/doc/introduction.R                 |    6 
 tableone-0.7.0/tableone/inst/doc/introduction.Rmd               |    8 
 tableone-0.7.0/tableone/inst/doc/introduction.html              |  112 +--
 tableone-0.7.0/tableone/inst/doc/smd.R                          |only
 tableone-0.7.0/tableone/inst/doc/smd.Rmd                        |only
 tableone-0.7.0/tableone/inst/doc/smd.html                       |only
 tableone-0.7.0/tableone/man/CreateCatTable.Rd                   |   34 
 tableone-0.7.0/tableone/man/CreateContTable.Rd                  |   19 
 tableone-0.7.0/tableone/man/CreateTableOne.Rd                   |   64 +
 tableone-0.7.0/tableone/man/ExtractSmd.Rd                       |only
 tableone-0.7.0/tableone/man/ShowRegTable.Rd                     |    6 
 tableone-0.7.0/tableone/man/print.CatTable.Rd                   |   23 
 tableone-0.7.0/tableone/man/print.ContTable.Rd                  |   22 
 tableone-0.7.0/tableone/man/print.TableOne.Rd                   |   75 --
 tableone-0.7.0/tableone/man/print.svyCatTable.Rd                |only
 tableone-0.7.0/tableone/man/print.svyContTable.Rd               |only
 tableone-0.7.0/tableone/man/summary.CatTable.Rd                 |   32 
 tableone-0.7.0/tableone/man/summary.ContTable.Rd                |   32 
 tableone-0.7.0/tableone/man/summary.TableOne.Rd                 |   43 -
 tableone-0.7.0/tableone/man/summary.svyCatTable.Rd              |only
 tableone-0.7.0/tableone/man/summary.svyContTable.Rd             |only
 tableone-0.7.0/tableone/man/svyCreateCatTable.Rd                |only
 tableone-0.7.0/tableone/man/svyCreateContTable.Rd               |only
 tableone-0.7.0/tableone/man/svyCreateTableOne.Rd                |only
 tableone-0.7.0/tableone/man/tableone-package.Rd                 |   79 --
 tableone-0.7.0/tableone/tests/testthat/test-CreateTableOne.R    |  266 +++++++
 tableone-0.7.0/tableone/tests/testthat/test-ExtractSmd.R        |only
 tableone-0.7.0/tableone/tests/testthat/test-ShowRegTable.R      |only
 tableone-0.7.0/tableone/tests/testthat/test-modules-smd.R       |only
 tableone-0.7.0/tableone/tests/testthat/test-modules-svy.R       |only
 tableone-0.7.0/tableone/tests/testthat/test-modules.R           |    1 
 tableone-0.7.0/tableone/tests/testthat/test-svyCreateTableOne.R |only
 tableone-0.7.0/tableone/vignettes/introduction.Rmd              |    8 
 tableone-0.7.0/tableone/vignettes/smd.Rmd                       |only
 63 files changed, 1187 insertions(+), 1345 deletions(-)

More information about tableone at CRAN
Permanent link

Package threg updated to version 1.0.3 with previous version 1.0.2 dated 2013-04-18

Title: Threshold Regression
Description: Fit a threshold regression model based on the first-hitting-time of a boundary by the sample path of a Wiener diffusion process. The threshold regression methodology is well suited to applications involving survival and time-to-event data.
Author: Tao Xiao
Maintainer: Tao Xiao <taoxiao1@gmail.com>

Diff between threg versions 1.0.2 dated 2013-04-18 and 1.0.3 dated 2015-08-10

 threg-1.0.2/threg/inst/doc             |only
 threg-1.0.3/threg/DESCRIPTION          |   17 
 threg-1.0.3/threg/MD5                  |   22 
 threg-1.0.3/threg/NAMESPACE            |   19 
 threg-1.0.3/threg/R/hr.threg.R         |only
 threg-1.0.3/threg/R/plot.threg.R       |only
 threg-1.0.3/threg/R/predict.threg.R    |only
 threg-1.0.3/threg/R/print.threg.R      |only
 threg-1.0.3/threg/R/threg.R            |  905 +--------------------------------
 threg-1.0.3/threg/data/bmt.RData       |binary
 threg-1.0.3/threg/data/lkr.RData       |binary
 threg-1.0.3/threg/inst/CITATION        |only
 threg-1.0.3/threg/man/hr.threg.Rd      |only
 threg-1.0.3/threg/man/plot.threg.Rd    |only
 threg-1.0.3/threg/man/predict.threg.Rd |only
 threg-1.0.3/threg/man/print.threg.Rd   |only
 threg-1.0.3/threg/man/threg.Rd         |   67 --
 17 files changed, 94 insertions(+), 936 deletions(-)

More information about threg at CRAN
Permanent link

Package SWMPr updated to version 2.1.0 with previous version 2.0.0 dated 2015-04-01

Title: Retrieving, Organizing, and Analyzing Estuary Monitoring Data
Description: Tools for retrieving, organizing, and analyzing environmental data from the System Wide Monitoring Program of the National Estuarine Research Reserve System. These tools address common challenges associated with continuous time series data for environmental decision making.
Author: Marcus W. Beck [aut, cre]
Maintainer: Marcus W. Beck <mbafs2012@gmail.com>

Diff between SWMPr versions 2.0.0 dated 2015-04-01 and 2.1.0 dated 2015-08-10

 DESCRIPTION             |   10 -
 MD5                     |   87 +++++----
 NAMESPACE               |   30 +++
 R/gradcols.R            |only
 R/swmpr_analyze.R       |  408 +++++++++++++++++++++++++++++++++++++++++++---
 R/swmpr_misc.R          |  146 ----------------
 R/swmpr_organize.R      |  223 +++++++++++++++++++------
 R/swmpr_retrieval.R     |  418 +++++++++++++++++++++++++++++++++---------------
 man/aggremetab.Rd       |    7 
 man/aggreswmp.Rd        |   11 +
 man/all_params.Rd       |   15 +
 man/all_params_dtrng.Rd |   19 +-
 man/apacpnut.Rd         |    2 
 man/apacpwq.Rd          |    2 
 man/apadbwq.Rd          |    2 
 man/apaebmet.Rd         |    2 
 man/calckl.Rd           |    2 
 man/comb.Rd             |   21 ++
 man/decomp.Rd           |   27 ++-
 man/decomp_cj.Rd        |   26 ++
 man/ecometab.Rd         |    9 -
 man/gradcols.Rd         |only
 man/hist.swmpr.Rd       |    5 
 man/import_local.Rd     |   17 +
 man/import_remote.Rd    |    7 
 man/map_reserve.Rd      |    7 
 man/metab_day.Rd        |    2 
 man/na.approx.swmpr.Rd  |    5 
 man/overplot.Rd         |only
 man/param_names.Rd      |    2 
 man/parser.Rd           |    2 
 man/plot.swmpr.Rd       |    7 
 man/plot_metab.Rd       |    9 -
 man/plot_summary.Rd     |    7 
 man/qaqc.Rd             |   20 +-
 man/qaqcchk.Rd          |    7 
 man/rem_reps.Rd         |    7 
 man/setstep.Rd          |   27 ++-
 man/single_param.Rd     |   11 -
 man/site_codes.Rd       |    7 
 man/site_codes_ind.Rd   |    7 
 man/smoother.Rd         |    9 -
 man/stat_locs.Rd        |    2 
 man/subset.swmpr.Rd     |    5 
 man/swmpr.Rd            |    2 
 man/time_vec.Rd         |    2 
 46 files changed, 1170 insertions(+), 473 deletions(-)

More information about SWMPr at CRAN
Permanent link

Package ore updated to version 1.2.1 with previous version 1.2.0 dated 2015-07-17

Title: An R Interface to the Oniguruma Regular Expression Library
Description: Provides an alternative to R's built-in functionality for handling regular expressions, based on the Oniguruma library. Offers first-class compiled regex objects, partial matching and function-based substitutions, amongst other features.
Author: Jon Clayden, based on Onigmo by K. Kosako and K. Takata
Maintainer: Jon Clayden <code@clayden.org>

Diff between ore versions 1.2.0 dated 2015-07-17 and 1.2.1 dated 2015-08-10

 DESCRIPTION                  |   10 +++++-----
 MD5                          |   14 +++++++-------
 NEWS                         |    9 +++++++++
 R/es.R                       |    6 +++---
 README.md                    |    2 ++
 man/es.Rd                    |    2 +-
 tests/testthat/test-05-ore.R |    2 +-
 tests/testthat/test-25-es.R  |    1 +
 8 files changed, 29 insertions(+), 17 deletions(-)

More information about ore at CRAN
Permanent link

New package ImportExport with initial version 1.0
Package: ImportExport
Type: Package
Title: Import and Export Data
Version: 1.0
Date: 2015-07-24
Author: Roger Pros, Isaac Subirana, Joan Vila.
Maintainer: Isaac Subirana <isubirana@imim.es>
Description: Import and export data from the most common statistical formats by using R functions that guarantee the least loss of the data information, giving special attention to the date variables and the labelled ones.
Depends: xlsx,gdata,Hmisc,chron,RODBC
Imports: haven,utils
Suggests: shiny,shinyBS,shinythemes,compareGroups,foreign
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2015-08-10 11:24:44 UTC; rprous
Repository: CRAN
Date/Publication: 2015-08-10 18:31:40

More information about ImportExport at CRAN
Permanent link

Package cusp updated to version 2.3.3 with previous version 2.3.1 dated 2015-06-26

Title: Cusp-Catastrophe Model Fitting Using Maximum Likelihood
Description: Cobb's maximum likelihood method for cusp-catastrophe modeling (Grasman, van der Maas, & Wagenmakers, 2009, JSS, 32:8; Cobb, L, 1981, Behavioral Science, 26:1, 75--78). Includes a cusp() function for model fitting, and several utility functions for plotting, and for comparing the model to linear regression and logistic curve models.
Author: Raoul P. P. P. Grasman [aut, cre, cph]
Maintainer: Raoul Grasman <rgrasman@uva.nl>

Diff between cusp versions 2.3.1 dated 2015-06-26 and 2.3.3 dated 2015-08-10

 DESCRIPTION                         |   11 +++---
 MD5                                 |   18 +++++-----
 NAMESPACE                           |    5 ++
 R/cusp.fit.R                        |   35 ++++++++++---------
 R/predict.cusp.R                    |only
 inst/doc/Cusp-JSS.Rnw               |   30 ++++++++--------
 inst/doc/cusp-hands-on-examples.pdf |binary
 man/cusp.logist.Rd                  |   64 ++++++++++++++++++------------------
 man/predict.cusp.Rd                 |only
 man/summary.cusp.Rd                 |    2 -
 vignettes/Cusp-JSS.Rnw              |   30 ++++++++--------
 11 files changed, 103 insertions(+), 92 deletions(-)

More information about cusp at CRAN
Permanent link

New package ctsem with initial version 1.1.1
Package: ctsem
Type: Package
Title: Continuous Time Structural Equation Modelling
Version: 1.1.1
Date: 2015-08-07
Authors@R: c(person("Manuel", "Voelkle", role = c("aut","cph"), comment = "Original development of continuous time model specification within OpenMx, advisor for further development"),person("Han", "Oud", role = c("aut","cph"), comment = "Original development of continuous time model specification within OpenMx"),person("Charles", "Driver", role = c("aut","cre","cph"), comment = "Further development of continuous time model specification within OpenMx, package development, documentation and maintenance",email="driver@mpib-berlin.mpg.de"))
Description: An easily accessible continuous (and discrete) time dynamic modelling package for panel and time series data, reliant upon the OpenMx. package (http://openmx.psyc.virginia.edu/) for computation. Most dynamic modelling approaches to longitudinal data rely on the assumption that time intervals between observations are consistent. When this assumption is adhered to, the data gathering process is necessarily limited to a specific schedule, and when broken, the resulting parameter estimates may be biased and reduced in power. Continuous time models are conceptually similar to vector autoregressive models (thus also the latent change models popularised in a structural equation modelling context), however by explicitly including the length of time between observations, continuous time models are freed from the assumption that measurement intervals are consistent. This allows: data to be gathered irregularly; the elimination of noise and bias due to varying measurement intervals; parsimonious structures for complex dynamics. The application of such a model in this SEM framework allows full-information maximum-likelihood estimates for both N = 1 and N > 1 cases, multiple measured indicators per latent process, and the flexibility to incorporate additional elements, including individual heterogeneity in the latent process and manifest intercepts, and time dependent and independent exogenous covariates. Furthermore, due to the SEM implementation we are able to estimate a random effects model where the impact of time dependent and time independent predictors can be assessed simultaneously, but without the classic problems of random effects models assuming no covariance between unit level effects and predictors.
License: GPL-3
Depends: R (>= 3.0.0), OpenMx (>= 2.2.4)
URL: http://ctsem.r-forge.r-project.org/
Imports: MASS, Matrix, stats, utils,graphics,methods, grDevices
LazyData: Yes
Suggests: knitr, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-08-10 10:35:16 UTC; driver
Author: Manuel Voelkle [aut, cph] (Original development of continuous time model specification within OpenMx, advisor for further development), Han Oud [aut, cph] (Original development of continuous time model specification within OpenMx), Charles Driver [aut, cre, cph] (Further development of continuous time model specification within OpenMx, package development, documentation and maintenance)
Maintainer: Charles Driver <driver@mpib-berlin.mpg.de>
Repository: CRAN
Date/Publication: 2015-08-10 18:31:46

More information about ctsem at CRAN
Permanent link

New package caRpools with initial version 0.82
Package: caRpools
Type: Package
Title: CRISPR AnalyzeR for Pooled CRISPR Screens
Version: 0.82
Date: 2015-07-31
Author: Jan Winter, Florian Heigwer
Maintainer: Jan Winter <jan.winter@dkfz-heidelberg.de>
Description: CRISPR-Analyzer for pooled CRISPR screens (caRpools) provides an end-to-end analysis of CRISPR screens including quality control, hit candidate analysis, visualization and automated report generation using R markdown. Needs MAGeCK (http://sourceforge.net/p/mageck/wiki/Home/), bowtie2 for all functions. CRISPR (clustered regularly interspaced short palindromic repeats) is a method to perform genome editing. See <https://en.wikipedia.org/wiki/CRISPR> for more information on CRISPR.
Depends: R (>= 3.1.0)
Imports: rmarkdown,VennDiagram,DESeq2,sm,biomaRt,seqinr,scatterplot3d,xlsx
Suggests: BiocGenerics,knitr,stringi
SystemRequirements: MAGeCK (=0.51, from http://sourceforge.net/p/mageck/wiki/Home/), bowtie2 (http://bowtie-bio.sourceforge.net/bowtie2/index.shtml)
License: GPL
URL: http://www.crispr-analyzer.de, https://github.com/boutroslab/caRpools
BugReports: https://github.com/boutroslab/caRpools
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-08-10 09:53:11 UTC; janwinter
Repository: CRAN
Date/Publication: 2015-08-10 18:31:42

More information about caRpools at CRAN
Permanent link

Package TapeR updated to version 0.3.3 with previous version 0.3.2 dated 2013-12-14

Title: Flexible Tree Taper Curves Based on Semiparametric Mixed Models
Description: Implementation of functions for fitting taper curves (a semiparametric linear mixed effects taper model) to diameter measurements along stems. Further functions are provided to estimate the uncertainty around the predicted curves, to calculate timber volume (also by sections) and marginal (e.g., upper) diameters. For cases where tree heights are not measured, methods for estimating additional variance in volume predictions resulting from uncertainties in tree height models (tariffs) are provided. The example data include the taper curve parameters for Norway spruce used in the 3rd German NFI fitted to 380 trees and a subset of section-wise diameter measurements of these trees. The functions implemented here are detailed in the following publication: Kublin, E., Breidenbach, J., Kaendler, G. (2013) A flexible stem taper and volume prediction method based on mixed-effects B-spline regression, Eur J For Res, 132:983-997.
Author: Edgar Kublin [aut], Johannes Breidenbach [ctb, cre]
Maintainer: Johannes Breidenbach <job@nibio.no>

Diff between TapeR versions 0.3.2 dated 2013-12-14 and 0.3.3 dated 2015-08-10

 DESCRIPTION                    |   19 +--
 MD5                            |   28 ++--
 NAMESPACE                      |    6 +
 R/CdN_DHxHt.f.R                |    2 
 R/EYx_ssp.f.R                  |    4 
 R/E_DHx_HmDm_HT_CIdHt.f.R      |   14 +-
 R/E_VOL_AB_HmDm_Ht.f.R         |    6 -
 R/Int_E_VOL_AB_HmDm_HT_dHt.f.R |    2 
 R/SK_EBLUP_LME.f.R             |    8 -
 R/SK_VOLab_EBLUP_LME.f.R       |    6 -
 R/e_vol_ab_hmdm_ht.f_1.R       |    8 -
 build/vignette.rds             |binary
 inst/doc/TapeR.Rnw             |  244 ++++++++++++++++++++---------------------
 inst/doc/TapeR.pdf             |binary
 vignettes/TapeR.Rnw            |  244 ++++++++++++++++++++---------------------
 15 files changed, 298 insertions(+), 293 deletions(-)

More information about TapeR at CRAN
Permanent link

Package smacof updated to version 1.7-0 with previous version 1.6-2 dated 2015-01-27

Title: Multidimensional Scaling
Description: Provides the following approaches for multidimensional scaling (MDS) based on stress minimization by means of majorization (smacof): basic MDS on symmetric dissimilarity matrices, MDS with external constraints on the configuration, individual difference scaling (idioscal, indscal, and friends), MDS with spherical restrictions, and unfolding. The MDS type can be ratio, interval, ordinal, and monotone splines. Various tools and extensiosn like jackknife MDS, permutation tests, gravity models, inverse MDS, unidimensional scaling, classical scaling, and Procrustes.
Author: Patrick Mair [aut, cre], Jan De Leeuw [aut], Ingwer Borg [ctb], Patrick J. F. Groenen [aut]
Maintainer: Patrick Mair <mair@fas.harvard.edu>

Diff between smacof versions 1.6-2 dated 2015-01-27 and 1.7-0 dated 2015-08-10

 smacof-1.6-2/smacof/COPYING                   |only
 smacof-1.6-2/smacof/R/mds.R                   |only
 smacof-1.6-2/smacof/R/plot3d.smacof.r         |only
 smacof-1.6-2/smacof/R/plot3d.smacofID.r       |only
 smacof-1.6-2/smacof/R/plot3d.smacofR.r        |only
 smacof-1.6-2/smacof/R/plot3dstatic.r          |only
 smacof-1.6-2/smacof/R/plot3dstatic.smacof.r   |only
 smacof-1.6-2/smacof/R/plot3dstatic.smacofID.r |only
 smacof-1.6-2/smacof/R/plot3dstatic.smacofR.r  |only
 smacof-1.6-2/smacof/inst/COPYRIGHTS           |only
 smacof-1.6-2/smacof/man/plot3d.smacof.rd      |only
 smacof-1.6-2/smacof/man/smacof-package.Rd     |only
 smacof-1.7-0/smacof/DESCRIPTION               |   33 +++----
 smacof-1.7-0/smacof/MD5                       |  111 ++++++++++++++++----------
 smacof-1.7-0/smacof/NAMESPACE                 |   25 ++---
 smacof-1.7-0/smacof/R/Procrustes.R            |only
 smacof-1.7-0/smacof/R/checkdiss.R             |only
 smacof-1.7-0/smacof/R/initConf.R              |only
 smacof-1.7-0/smacof/R/initWeights.R           |   21 +++-
 smacof-1.7-0/smacof/R/inverseMDS.R            |only
 smacof-1.7-0/smacof/R/inverseUtilities.R      |only
 smacof-1.7-0/smacof/R/nextperm.R              |only
 smacof-1.7-0/smacof/R/normDissN.R             |    4 
 smacof-1.7-0/smacof/R/permtest.R              |    2 
 smacof-1.7-0/smacof/R/permtest.smacof.R       |    3 
 smacof-1.7-0/smacof/R/permtest.smacofR.R      |    3 
 smacof-1.7-0/smacof/R/plot.procr.R            |only
 smacof-1.7-0/smacof/R/plot.smacof.R           |   89 ++++++++++----------
 smacof-1.7-0/smacof/R/plot.smacofID.r         |    4 
 smacof-1.7-0/smacof/R/plot.smacofR.R          |   22 +++--
 smacof-1.7-0/smacof/R/plot.uniscale.R         |only
 smacof-1.7-0/smacof/R/print.procr.R           |only
 smacof-1.7-0/smacof/R/print.smacofPerm.R      |    2 
 smacof-1.7-0/smacof/R/print.smacofR.R         |    2 
 smacof-1.7-0/smacof/R/print.uniscale.R        |only
 smacof-1.7-0/smacof/R/randomstress.R          |only
 smacof-1.7-0/smacof/R/residuals.smacof.R      |    2 
 smacof-1.7-0/smacof/R/residuals.smacofID.R    |    4 
 smacof-1.7-0/smacof/R/smacofConstraint.R      |   20 +++-
 smacof-1.7-0/smacof/R/smacofIndDiff.R         |   19 ++--
 smacof-1.7-0/smacof/R/smacofRect.R            |    6 +
 smacof-1.7-0/smacof/R/smacofSphere.R          |   40 ++++++---
 smacof-1.7-0/smacof/R/smacofSym.R             |   36 +++++---
 smacof-1.7-0/smacof/R/spp.R                   |only
 smacof-1.7-0/smacof/R/summary.smacofB.R       |   10 +-
 smacof-1.7-0/smacof/R/summary.smacofID.R      |    5 -
 smacof-1.7-0/smacof/R/torgerson.R             |   11 +-
 smacof-1.7-0/smacof/R/uniscale.R              |only
 smacof-1.7-0/smacof/build                     |only
 smacof-1.7-0/smacof/data/Duration.rda         |only
 smacof-1.7-0/smacof/data/DurationRaw.rda      |only
 smacof-1.7-0/smacof/data/Guerry.rda           |only
 smacof-1.7-0/smacof/data/Lawler.rda           |only
 smacof-1.7-0/smacof/data/OCP.rda              |only
 smacof-1.7-0/smacof/data/PVQ40.rda            |only
 smacof-1.7-0/smacof/data/Plato7.rda           |only
 smacof-1.7-0/smacof/data/RockHard.rda         |only
 smacof-1.7-0/smacof/data/intelligence.rda     |only
 smacof-1.7-0/smacof/inst/NEWS.Rd              |   15 +++
 smacof-1.7-0/smacof/inst/doc                  |only
 smacof-1.7-0/smacof/man/Duration.Rd           |only
 smacof-1.7-0/smacof/man/Guerry.Rd             |only
 smacof-1.7-0/smacof/man/Lawler.Rd             |only
 smacof-1.7-0/smacof/man/OCP.Rd                |only
 smacof-1.7-0/smacof/man/PVQ40.Rd              |only
 smacof-1.7-0/smacof/man/Plato7.Rd             |only
 smacof-1.7-0/smacof/man/Procrustes.Rd         |only
 smacof-1.7-0/smacof/man/RockHard.Rd           |only
 smacof-1.7-0/smacof/man/intelligence.Rd       |only
 smacof-1.7-0/smacof/man/inverseMDS.Rd         |only
 smacof-1.7-0/smacof/man/permtest.smacof.Rd    |    7 -
 smacof-1.7-0/smacof/man/plot.smacof.rd        |   17 ++-
 smacof-1.7-0/smacof/man/randomstress.Rd       |only
 smacof-1.7-0/smacof/man/sim2diss.Rd           |    2 
 smacof-1.7-0/smacof/man/smacofConstraint.rd   |   43 ++++------
 smacof-1.7-0/smacof/man/smacofSym.Rd          |   16 ++-
 smacof-1.7-0/smacof/man/torgerson.Rd          |only
 smacof-1.7-0/smacof/man/uniscale.Rd           |only
 smacof-1.7-0/smacof/src/nextperm.c            |only
 smacof-1.7-0/smacof/vignettes                 |only
 80 files changed, 338 insertions(+), 236 deletions(-)

More information about smacof at CRAN
Permanent link

Package slfm updated to version 0.2.2 with previous version 0.2.1 dated 2015-08-08

Title: Tools for Fitting Sparse Latent Factor Model
Description: Set of tools to find coherent patterns in microarray data using a Bayesian sparse latent factor model (Duarte and Mayrink 2015 - http://link.springer.com/chapter/10.1007%2F978-3-319-12454-4_15). Considerable effort has been put into making slfm fast and memory efficient, turning it an interesting alternative to simpler methods in terms of execution time. It implements versions of the SLFM using both type of mixtures: using a degenerate distribution or a very concentrated normal distribution for the spike part of the mixture. It also implements additional functions to help pre-process the data and fit the model for a large number of arrays.
Author: Joao Duarte and Vinicius Mayrink
Maintainer: Joao Duarte <jdanielnd@gmail.com>

Diff between slfm versions 0.2.1 dated 2015-08-08 and 0.2.2 dated 2015-08-10

 DESCRIPTION |    6 +++---
 MD5         |    6 +++---
 NEWS        |    5 +++++
 R/slfm.r    |   11 ++++++-----
 4 files changed, 17 insertions(+), 11 deletions(-)

More information about slfm at CRAN
Permanent link

New package ocomposition with initial version 1.1
Package: ocomposition
Type: Package
Title: Regression for Rank-Indexed Compositional Data
Version: 1.1
Date: 2015-08-08
Author: Arturas Rozenas, New York University
Maintainer: Arturas Rozenas <ar199@nyu.edu>
Description: Regression model where the response variable is a rank-indexed compositional vector (non-negative values that sum up to one and are ordered from the largest to the smallest). Parameters are estimated in the Bayesian framework using MCMC methods.
License: GPL (>= 2)
Depends: R (>= 3.2.1), coda, bayesm
LazyLoad: yes
NeedsCompilation: no
Packaged: 2015-08-09 20:36:21 UTC; arturasrozenas
Repository: CRAN
Date/Publication: 2015-08-10 09:09:58

More information about ocomposition at CRAN
Permanent link

Package mutossGUI updated to version 0.1-10 with previous version 0.1-9 dated 2014-08-25

Title: A Graphical User Interface for the MuToss Project
Description: The mutossGUI package provides a graphical user interface for the MuToss Project.
Author: MuToss Coding Team (Berlin 2010), Gilles Blanchard, Thorsten Dickhaus, Niklas Hack, Frank Konietschke, Kornelius Rohmeyer, Jonathan Rosenblatt, Marsel Scheer, Wiebke Werft
Maintainer: Kornelius Rohmeyer <rohmeyer@small-projects.de>

Diff between mutossGUI versions 0.1-9 dated 2014-08-25 and 0.1-10 dated 2015-08-10

 mutossGUI-0.1-10/mutossGUI/DESCRIPTION                                                            |   10 ++--
 mutossGUI-0.1-10/mutossGUI/MD5                                                                    |   22 +++++-----
 mutossGUI-0.1-10/mutossGUI/NAMESPACE                                                              |    2 
 mutossGUI-0.1-10/mutossGUI/R/onLoad.R                                                             |   10 ++++
 mutossGUI-0.1-10/mutossGUI/inst/java/mutossgui.jar                                                |binary
 mutossGUI-0.1-10/mutossGUI/java/af/statguitoolkit/errorhandling/ErrorDialogChooseLevelBase.java   |only
 mutossGUI-0.1-10/mutossGUI/java/af/statguitoolkit/errorhandling/ErrorDialogChooseLevelMutoss.java |only
 mutossGUI-0.1-10/mutossGUI/java/af/statguitoolkit/io/datasets/DataSetLoader.java                  |   11 ++---
 mutossGUI-0.1-10/mutossGUI/java/build.xml                                                         |    6 +-
 mutossGUI-0.1-10/mutossGUI/java/org/mutoss/MuTossControl.java                                     |    1 
 mutossGUI-0.1-10/mutossGUI/java/org/mutoss/gui/MuTossGUI.java                                     |    8 ++-
 mutossGUI-0.1-10/mutossGUI/java/org/mutoss/gui/dialogs/MethodDialog.java                          |    1 
 mutossGUI-0.1-9/mutossGUI/java/af/statguitoolkit/errorhandling/ErrorDialogSGTK.java               |only
 mutossGUI-0.1-9/mutossGUI/java/af/statguitoolkit/io/datasets/XLSToolkit.java                      |only
 14 files changed, 42 insertions(+), 29 deletions(-)

More information about mutossGUI at CRAN
Permanent link

Package Luminescence updated to version 0.4.5 with previous version 0.4.4 dated 2015-05-19

Title: Comprehensive Luminescence Dating Data Analysis
Description: A collection of various R functions for the purpose of Luminescence dating data analysis. This includes, amongst others, data import, export, application of age models, curve deconvolution, sequence analysis and plotting of equivalent dose distributions.
Author: Sebastian Kreutzer [aut, trl, cre], Michael Dietze [aut], Christoph Burow [aut], Margret C. Fuchs [aut], Christoph Schmidt [aut], Manfred Fischer [aut, trl], Rachel K. Smedley [aut], Markus Fuchs [ths]
Maintainer: Sebastian Kreutzer <sebastian.kreutzer@u-bordeaux-montaigne.fr>

Diff between Luminescence versions 0.4.4 dated 2015-05-19 and 0.4.5 dated 2015-08-10

 DESCRIPTION                              |  104 -
 MD5                                      |  271 ++--
 NAMESPACE                                |   75 -
 NEWS                                     | 1499 +++----------------------
 R/Analyse_SAR.OSLdata.R                  |    4 
 R/CW2pHMi.R                              |  128 +-
 R/CW2pLM.R                               |    4 
 R/CW2pLMi.R                              |  114 -
 R/CW2pPMi.R                              |  110 -
 R/Luminescence-package.R                 |  457 +------
 R/RLum-class.R                           |   40 
 R/RLum.Analysis-class.R                  |  351 +++---
 R/RLum.Data-class.R                      |   41 
 R/RLum.Data.Curve-class.R                |  232 ++-
 R/RLum.Data.Image-class.R                |  199 ++-
 R/RLum.Data.Spectrum-class.R             |  316 +++--
 R/RLum.Results-class.R                   |  402 +++---
 R/Risoe.BINfileData2RLum.Analysis.R      |    6 
 R/Risoe.BINfileData2RLum.Data.Curve.R    |   37 
 R/RisoeBINfileData-class.R               |  202 +++
 R/Second2Gray.R                          |   87 +
 R/analyse_IRSAR.RF.R                     | 1811 +++++++++++++++++--------------
 R/analyse_SAR.CWOSL.R                    |   51 
 R/analyse_SAR.TL.R                       |   24 
 R/analyse_pIRIRSequence.R                |   76 -
 R/apply_CosmicRayRemoval.R               |  150 +-
 R/apply_EfficiencyCorrection.R           |    8 
 R/calc_AliquotSize.R                     |    5 
 R/calc_CentralDose.R                     |   28 
 R/calc_CommonDose.R                      |   74 -
 R/calc_CosmicDoseRate.R                  |   15 
 R/calc_FadingCorr.R                      |  128 +-
 R/calc_FiniteMixture.R                   |    9 
 R/calc_FuchsLang2001.R                   |    5 
 R/calc_HomogeneityTest.R                 |    7 
 R/calc_IEU.R                             |   27 
 R/calc_MinDose.R                         |    9 
 R/calc_OSLLxTxRatio.R                    |   17 
 R/calc_SourceDoseRate.R                  |   53 
 R/calc_Statistics.R                      |   33 
 R/calc_TLLxTxRatio.R                     |   60 -
 R/extract_IrradiationTimes.R             |   32 
 R/fit_CWCurve.R                          |   28 
 R/fit_LMCurve.R                          |    5 
 R/get_Quote.R                            |only
 R/get_RLum.R                             |   95 -
 R/get_Risoe.BINfileData.R                |only
 R/length_RLum.R                          |only
 R/merge_RLum.Analysis.R                  |    5 
 R/merge_RLum.Data.Curve.R                |   50 
 R/merge_RLum.R                           |  113 +
 R/merge_Risoe.BINfileData.R              |   28 
 R/plot_AbanicoPlot.R                     |  643 +++++------
 R/plot_DRTResults.R                      |    2 
 R/plot_GrowthCurve.R                     |    6 
 R/plot_Histogram.R                       |   88 -
 R/plot_KDE.R                             |   12 
 R/plot_RLum.Analysis.R                   |   71 -
 R/plot_RLum.Data.Curve.R                 |  295 +++--
 R/plot_RLum.Data.Image.R                 |   22 
 R/plot_RLum.Data.Spectrum.R              |   24 
 R/plot_RLum.R                            |   81 +
 R/plot_RadialPlot.R                      |   70 -
 R/readBIN2R.R                            |   59 -
 R/readSPE2R.R                            |   25 
 R/readXSYG2R.R                           |  429 ++++---
 R/set_RLum.R                             |only
 R/set_Risoe.BINfileData.R                |only
 R/structure_RLum.R                       |only
 R/writeR2BIN.R                           |   52 
 R/zzz.R                                  |  274 ++--
 data/ExampleData.BINfileData.RData       |binary
 data/ExampleData.RLum.Data.Image.RData   |binary
 inst/NEWS.Rd                             | 1500 ++-----------------------
 man/Analyse_SAR.OSLdata.Rd               |    2 
 man/CW2pHMi.Rd                           |    2 
 man/CW2pLM.Rd                            |    2 
 man/CW2pLMi.Rd                           |    2 
 man/CW2pPMi.Rd                           |    2 
 man/ExampleData.BINfileData.Rd           |    5 
 man/ExampleData.XSYG.Rd                  |    2 
 man/Luminescence-package.Rd              |    9 
 man/RLum-class.Rd                        |   11 
 man/RLum.Analysis-class.Rd               |  102 +
 man/RLum.Data-class.Rd                   |   11 
 man/RLum.Data.Curve-class.Rd             |   64 -
 man/RLum.Data.Image-class.Rd             |   63 -
 man/RLum.Data.Spectrum-class.Rd          |   65 -
 man/RLum.Results-class.Rd                |   64 -
 man/Risoe.BINfileData-class.Rd           |   47 
 man/Risoe.BINfileData2RLum.Analysis.Rd   |    2 
 man/Risoe.BINfileData2RLum.Data.Curve.Rd |    4 
 man/Second2Gray.Rd                       |   16 
 man/analyse_IRSAR.RF.Rd                  |  279 ++--
 man/analyse_SAR.CWOSL.Rd                 |   23 
 man/analyse_SAR.TL.Rd                    |    6 
 man/analyse_pIRIRSequence.Rd             |   10 
 man/apply_CosmicRayRemoval.Rd            |    2 
 man/apply_EfficiencyCorrection.Rd        |    2 
 man/calc_AliquotSize.Rd                  |    4 
 man/calc_CentralDose.Rd                  |    4 
 man/calc_CommonDose.Rd                   |    4 
 man/calc_CosmicDoseRate.Rd               |    6 
 man/calc_FadingCorr.Rd                   |    6 
 man/calc_FiniteMixture.Rd                |    6 
 man/calc_FuchsLang2001.Rd                |    2 
 man/calc_HomogeneityTest.Rd              |    4 
 man/calc_IEU.Rd                          |    7 
 man/calc_MinDose.Rd                      |    8 
 man/calc_OSLLxTxRatio.Rd                 |    6 
 man/calc_SourceDoseRate.Rd               |   14 
 man/calc_Statistics.Rd                   |    6 
 man/calc_TLLxTxRatio.Rd                  |   30 
 man/extract_IrradiationTimes.Rd          |    8 
 man/fit_CWCurve.Rd                       |    4 
 man/fit_LMCurve.Rd                       |    2 
 man/get_Quote.Rd                         |only
 man/get_RLum.Rd                          |   45 
 man/get_Risoe.BINfileData.Rd             |only
 man/length_RLum.Rd                       |only
 man/merge_RLum.Analysis.Rd               |    2 
 man/merge_RLum.Data.Curve.Rd             |    4 
 man/merge_RLum.Rd                        |   10 
 man/merge_RLum.Results.Rd                |only
 man/merge_Risoe.BINfileData.Rd           |    2 
 man/plot_AbanicoPlot.Rd                  |  125 +-
 man/plot_DRTResults.Rd                   |    2 
 man/plot_GrowthCurve.Rd                  |    6 
 man/plot_Histogram.Rd                    |    2 
 man/plot_KDE.Rd                          |    4 
 man/plot_RLum.Analysis.Rd                |   17 
 man/plot_RLum.Data.Curve.Rd              |    2 
 man/plot_RLum.Data.Image.Rd              |    8 
 man/plot_RLum.Data.Spectrum.Rd           |    6 
 man/plot_RLum.Rd                         |    6 
 man/plot_RadialPlot.Rd                   |    8 
 man/readBIN2R.Rd                         |   15 
 man/readSPE2R.Rd                         |   13 
 man/readXSYG2R.Rd                        |   16 
 man/set_RLum.Rd                          |only
 man/set_Risoe.BINfileData.Rd             |only
 man/structure_RLum.Rd                    |only
 man/writeR2BIN.Rd                        |    4 
 143 files changed, 5761 insertions(+), 6732 deletions(-)

More information about Luminescence at CRAN
Permanent link

Package gMCP updated to version 0.8-9 with previous version 0.8-8 dated 2014-10-02

Title: Graph Based Multiple Comparison Procedures
Description: Functions and a graphical user interface for graphical described multiple test procedures.
Author: Kornelius Rohmeyer [aut, cre], Florian Klinglmueller [aut]
Maintainer: Kornelius Rohmeyer <rohmeyer@small-projects.de>

Diff between gMCP versions 0.8-8 dated 2014-10-02 and 0.8-9 dated 2015-08-10

 gMCP-0.8-8/gMCP/java/org/af/gMCP/gui/power/Group.java                      |only
 gMCP-0.8-8/gMCP/java/org/af/gMCP/gui/power/GroupPanel.java                 |only
 gMCP-0.8-8/gMCP/vignettes/pictures/power.png                               |only
 gMCP-0.8-9/gMCP/DESCRIPTION                                                |   10 
 gMCP-0.8-9/gMCP/MD5                                                        |  233 
 gMCP-0.8-9/gMCP/NAMESPACE                                                  |    7 
 gMCP-0.8-9/gMCP/NEWS                                                       |  140 
 gMCP-0.8-9/gMCP/R/calcPower.R                                              |   86 
 gMCP-0.8-9/gMCP/R/doRUnitTests.R                                           |   12 
 gMCP-0.8-9/gMCP/R/exampleGraphs.R                                          |   16 
 gMCP-0.8-9/gMCP/R/gACT-internal.R                                          |   17 
 gMCP-0.8-9/gMCP/R/gMCP.R                                                   |   10 
 gMCP-0.8-9/gMCP/R/gMCP.extended.R                                          |only
 gMCP-0.8-9/gMCP/R/generateTest.R                                           |    9 
 gMCP-0.8-9/gMCP/R/graph2latex.R                                            |   17 
 gMCP-0.8-9/gMCP/R/graphMCP.R                                               |    6 
 gMCP-0.8-9/gMCP/R/graphTest.R                                              |    3 
 gMCP-0.8-9/gMCP/R/onLoad.R                                                 |   10 
 gMCP-0.8-9/gMCP/R/sampSize.R                                               |  135 
 gMCP-0.8-9/gMCP/R/startGUIs.R                                              |   47 
 gMCP-0.8-9/gMCP/TODO                                                       |   72 
 gMCP-0.8-9/gMCP/build/vignette.rds                                         |binary
 gMCP-0.8-9/gMCP/inst/doc/AQuickStart.pdf                                   |binary
 gMCP-0.8-9/gMCP/inst/doc/gMCP.R                                            | 4411 +++++++++-
 gMCP-0.8-9/gMCP/inst/doc/gMCP.Rnw                                          |  515 -
 gMCP-0.8-9/gMCP/inst/doc/gMCP.pdf                                          |binary
 gMCP-0.8-9/gMCP/inst/doc/parametric.pdf                                    |binary
 gMCP-0.8-9/gMCP/inst/java/gsrmtp.jar                                       |binary
 gMCP-0.8-9/gMCP/inst/unitTests/runit.cover.everything.R                    |    8 
 gMCP-0.8-9/gMCP/inst/unitTests/runit.gMCP.extended.R                       |only
 gMCP-0.8-9/gMCP/inst/unitTests/runit.power.R                               |   19 
 gMCP-0.8-9/gMCP/inst/unitTests/runit.sampSize.R                            |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/config/Configuration.java                 |   25 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/config/VersionComparator.java             |    2 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/CreateGraphGUI.java                   |   23 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/ErrorDialogChooseLevel.java           |  111 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/ErrorDialogChooseLevelBase.java       |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/ErrorDialogGMCP.java                  |   71 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/MenuBarMGraph.java                    |   67 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/RControl.java                         |    2 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/dialogs/GraphSaveDialog.java          |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/dialogs/GraphSendToArchiveDialog.java |    4 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/dialogs/ImageExportDialog.java        |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/dialogs/ImagePanel.java               |   22 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/dialogs/MatrixCreationDialog.java     |   25 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/dialogs/PowerOptionsPanel.java        |   12 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/dialogs/RejectedDialog.java           |   21 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/dialogs/VariableNameDialog.java       |    2 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/Edge.java                       |   57 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/GraphMCP.java                   |   21 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/GraphView.java                  |   36 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/LaTeXTool.java                  |   12 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/NetList.java                    |   44 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/NetListPanel.java               |   26 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/Node.java                       |  102 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/PPanel.java                     |   17 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/PView.java                      |   35 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/UpdateEdge.java                 |    2 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/UpdateNode.java                 |   92 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/images/questionmark.png         |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/images/questionmark32.png       |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/graph/images/questionmark64.png       |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/options/GeneralPanel.java             |   61 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/options/MiscPanel.java                |   86 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/options/NumericPanel.java             |   15 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/options/OptionsDialog.java            |   81 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/Arm.java                        |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/CVPanel.java                    |   20 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/EndpointDialog.java             |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/HorizontalButtonPane.java       |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/KoutofNDialog.java              |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/MarginalPowerPanel.java         |    1 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/NCPCalculatorDialog.java        |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/NCPRequestor.java               |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/PDialog.java                    |   34 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/PopulationDialog.java           |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/PowerDialog.java                |   67 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/PowerReq.java                   |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/PowerReqPanel.java              |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/PowerResultDialog.java          |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/RandomizationPanel.java         |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/SampleSizeDialog.java           |  139 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/Scenario.java                   |   52 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/Scenario2.java                  |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/ScenarioPanel.java              |   15 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/ScenarioPanel2.java             |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/ScenarioPanelInterface.java     |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/SettingsToXML.java              |    1 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/UserDefinedDialog.java          |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/UserDefinedPanel.java           |  102 
 gMCP-0.8-9/gMCP/java/org/af/gMCP/gui/power/XMLIO.java                      |only
 gMCP-0.8-9/gMCP/java/org/af/gMCP/poi/GraphDocXWriter.java                  |    2 
 gMCP-0.8-9/gMCP/man/bdiagNA.Rd                                             |    3 
 gMCP-0.8-9/gMCP/man/bonferroni.test.Rd                                     |only
 gMCP-0.8-9/gMCP/man/bonferroni.trimmed.simes.test.Rd                       |only
 gMCP-0.8-9/gMCP/man/calcPower.Rd                                           |   52 
 gMCP-0.8-9/gMCP/man/corMatWizard.Rd                                        |   19 
 gMCP-0.8-9/gMCP/man/doInterim.Rd                                           |    3 
 gMCP-0.8-9/gMCP/man/exampleGraphs.Rd                                       |   19 
 gMCP-0.8-9/gMCP/man/extractPower.Rd                                        |    6 
 gMCP-0.8-9/gMCP/man/gMCP-package.Rd                                        |    9 
 gMCP-0.8-9/gMCP/man/gMCP.Rd                                                |   14 
 gMCP-0.8-9/gMCP/man/gMCP.extended.Rd                                       |only
 gMCP-0.8-9/gMCP/man/gMCPReport.Rd                                          |    5 
 gMCP-0.8-9/gMCP/man/generateBounds.Rd                                      |    3 
 gMCP-0.8-9/gMCP/man/generatePvals.Rd                                       |    3 
 gMCP-0.8-9/gMCP/man/generateTest.Rd                                        |   11 
 gMCP-0.8-9/gMCP/man/generateWeights.Rd                                     |    3 
 gMCP-0.8-9/gMCP/man/getJavaInfo.Rd                                         |    3 
 gMCP-0.8-9/gMCP/man/graph2latex.Rd                                         |   15 
 gMCP-0.8-9/gMCP/man/graphAnalysis.Rd                                       |    3 
 gMCP-0.8-9/gMCP/man/graphGUI.Rd                                            |    3 
 gMCP-0.8-9/gMCP/man/graphTest.Rd                                           |    9 
 gMCP-0.8-9/gMCP/man/joinGraphs.Rd                                          |    3 
 gMCP-0.8-9/gMCP/man/matrix2graph.Rd                                        |    3 
 gMCP-0.8-9/gMCP/man/parametric.test.Rd                                     |only
 gMCP-0.8-9/gMCP/man/placeNodes.Rd                                          |    3 
 gMCP-0.8-9/gMCP/man/plotSimCI.Rd                                           |    3 
 gMCP-0.8-9/gMCP/man/rejectNode.Rd                                          |    3 
 gMCP-0.8-9/gMCP/man/replaceVariables.Rd                                    |    3 
 gMCP-0.8-9/gMCP/man/rqmvnorm.Rd                                            |    3 
 gMCP-0.8-9/gMCP/man/sampSize.Rd                                            |   86 
 gMCP-0.8-9/gMCP/man/sampSizeCore.Rd                                        |only
 gMCP-0.8-9/gMCP/man/secondStageTest.Rd                                     |    3 
 gMCP-0.8-9/gMCP/man/simes.on.subsets.test.Rd                               |only
 gMCP-0.8-9/gMCP/man/simes.test.Rd                                          |only
 gMCP-0.8-9/gMCP/man/subgraph.Rd                                            |    3 
 gMCP-0.8-9/gMCP/man/substituteEps.Rd                                       |    3 
 gMCP-0.8-9/gMCP/man/unitTestsGMCP.Rd                                       |    5 
 gMCP-0.8-9/gMCP/man/weighted.test.functions.Rd                             |only
 gMCP-0.8-9/gMCP/vignettes/childs                                           |only
 gMCP-0.8-9/gMCP/vignettes/gMCP.Rnw                                         |  515 -
 gMCP-0.8-9/gMCP/vignettes/literatur.bib                                    |   31 
 gMCP-0.8-9/gMCP/vignettes/pictures/arm.png                                 |only
 gMCP-0.8-9/gMCP/vignettes/pictures/corMat2.png                             |only
 gMCP-0.8-9/gMCP/vignettes/pictures/exportPNG.png                           |only
 gMCP-0.8-9/gMCP/vignettes/pictures/power_requirements.png                  |only
 gMCP-0.8-9/gMCP/vignettes/pictures/udpf.png                                |only
 gMCP-0.8-9/gMCP/vignettes/pictures/udpf2.png                               |only
 139 files changed, 6997 insertions(+), 1143 deletions(-)

More information about gMCP at CRAN
Permanent link

Package ExtremeBounds updated to version 0.1.5.1 with previous version 0.1.5 dated 2015-02-28

Title: Extreme Bounds Analysis (EBA)
Description: An implementation of Extreme Bounds Analysis (EBA), a global sensitivity analysis that examines the robustness of determinants in regression models. The package supports both Leamer's and Sala-i-Martin's versions of EBA, and allows users to customize all aspects of the analysis.
Author: Marek Hlavac <hlavac@fas.harvard.edu>
Maintainer: Marek Hlavac <hlavac@fas.harvard.edu>

Diff between ExtremeBounds versions 0.1.5 dated 2015-02-28 and 0.1.5.1 dated 2015-08-10

 DESCRIPTION                 |   10 
 MD5                         |   24 -
 NAMESPACE                   |    2 
 R/ExtremeBounds-internal.R  |    2 
 build/vignette.rds          |binary
 inst/CITATION               |    4 
 inst/ChangeLog              |    3 
 inst/doc/ExtremeBounds.pdf  |binary
 man/ExtremeBounds.Rd        |    2 
 man/eba.Rd                  |    2 
 man/hist.eba.Rd             |    2 
 man/print.eba.Rd            |    2 
 vignettes/ExtremeBounds.bib | 1038 ++++++++++++++++++++++----------------------
 13 files changed, 547 insertions(+), 544 deletions(-)

More information about ExtremeBounds at CRAN
Permanent link


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