Sat, 05 Sep 2015

New package RStoolbox with initial version 0.1.0
Package: RStoolbox
Type: Package
Title: Tools for Remote Sensing Data Analysis
Version: 0.1.0
Date: 2015-09-05
Authors@R: c( person("Benjamin", "Leutner", role=c("cre", "aut"), email="benjamin.leutner@uni-wuerzburg.de"), person("Ned", "Horning", role ="aut", email="horning@amnh.org") )
Description: Toolbox for remote sensing image processing and analysis such as calculating spectral indices, principal component transformation, unsupervised and supervised classification or fractional cover analyses.
URL: https://github.com/bleutner/RStoolbox
BugReports: https://github.com/bleutner/RStoolbox/issues
Depends: R (>= 3.1.0)
Imports: raster (>= 2.3-40), caret (>= 6.0-52), sp, stringr, XML, geosphere, ggplot2, plyr, reshape2, rgeos, codetools, parallel, doParallel, foreach, Rcpp, methods
Suggests: rgdal, randomForest, e1071, gridExtra, testthat
LinkingTo: Rcpp
License: GPL (>= 3)
LazyData: true
NeedsCompilation: yes
Packaged: 2015-09-05 16:42:17 UTC; bel03nu
Author: Benjamin Leutner [cre, aut], Ned Horning [aut]
Maintainer: Benjamin Leutner <benjamin.leutner@uni-wuerzburg.de>
Repository: CRAN
Date/Publication: 2015-09-05 22:16:34

More information about RStoolbox at CRAN
Permanent link

Package R4CDISC updated to version 0.4 with previous version 0.3 dated 2014-12-29

Title: Read CDISC Data Files
Description: CDISC Dataset-XML and Define-XML are used as file format for clinical trial data and metadata respectively. This functions supports reading both Dataset-XML and Define-XML. The Clinical Data Interchange Standards Consortium (CDISC, http://www.cdisc.org/) is a standards developing organization (SDO) to develop global standards and innovations regarding medical research and healthcare.
Author: Ippei Akiya
Maintainer: Ippei Akiya <ippei.aki@datadriven.jp>

Diff between R4CDISC versions 0.3 dated 2014-12-29 and 0.4 dated 2015-09-05

 R4CDISC-0.3/R4CDISC/R/getVarName.R        |only
 R4CDISC-0.3/R4CDISC/inst/tests            |only
 R4CDISC-0.4/R4CDISC/DESCRIPTION           |   13 +-
 R4CDISC-0.4/R4CDISC/MD5                   |   23 ++--
 R4CDISC-0.4/R4CDISC/NAMESPACE             |    2 
 R4CDISC-0.4/R4CDISC/R/getCT.R             |   72 +-----------
 R4CDISC-0.4/R4CDISC/R/getCTasDataFrame.R  |only
 R4CDISC-0.4/R4CDISC/R/getCodeListItem.R   |  170 +++++++++++++++---------------
 R4CDISC-0.4/R4CDISC/R/getEnumeratedItem.R |  155 ++++++++++++---------------
 R4CDISC-0.4/R4CDISC/R/getSDS.R            |   16 +-
 R4CDISC-0.4/R4CDISC/man/getCT.Rd          |    3 
 R4CDISC-0.4/R4CDISC/tests                 |only
 12 files changed, 191 insertions(+), 263 deletions(-)

More information about R4CDISC at CRAN
Permanent link

Package qualV updated to version 0.3-2 with previous version 0.3-1 dated 2015-03-12

Title: Qualitative Validation Methods
Description: Qualitative methods for the validation of dynamic models. It contains (i) an orthogonal set of deviance measures for absolute, relative and ordinal scale and (ii) approaches accounting for time shifts. The first approach transforms time to take time delays and speed differences into account. The second divides the time series into interval units according to their main features and finds the longest common subsequence (LCS) using a dynamic programming algorithm.
Author: K. Gerald van den Boogaart [aut, ths], Stefanie Rost [aut], Thomas Petzoldt [aut, ths, cre]
Maintainer: Thomas Petzoldt <thomas.petzoldt@tu-dresden.de>

Diff between qualV versions 0.3-1 dated 2015-03-12 and 0.3-2 dated 2015-09-05

 DESCRIPTION        |   20 +++++++++++++++-----
 MD5                |   18 +++++++++---------
 NAMESPACE          |    2 +-
 data/phyto.rda     |binary
 inst/NEWS          |   13 ++++---------
 man/LCS.Rd         |    7 ++++---
 man/qualV.Rd       |    6 +++---
 man/quantV.Rd      |   10 +++++-----
 man/qvalLCS.Rd     |    4 ++--
 man/timeTransME.Rd |   14 +++++++-------
 10 files changed, 50 insertions(+), 44 deletions(-)

More information about qualV at CRAN
Permanent link

Package OUwie updated to version 1.46 with previous version 1.45 dated 2015-03-09

Title: Analysis of Evolutionary Rates in an OU Framework
Description: Calculates and compares rate differences of continuous character evolution under Brownian motion and a new set of Ornstein-Uhlenbeck-based Hansen models that allow the strength of selection and stochastic motion to vary across selective regimes.
Author: Jeremy M. Beaulieu <jbeaulieu@nimbios.org>, Brian O'Meara <bomeara@utk.edu>
Maintainer: Jeremy Beaulieu <jbeaulieu@nimbios.org>

Diff between OUwie versions 1.45 dated 2015-03-09 and 1.46 dated 2015-09-05

 DESCRIPTION        |   11 ++++++-----
 MD5                |   14 +++++++-------
 NAMESPACE          |    1 +
 R/OUwie.R          |    1 -
 R/OUwie.boot.R     |    6 +++++-
 R/OUwie.slice.R    |    3 +--
 R/varcov.ou.R      |    1 -
 man/OUwie.slice.Rd |    2 ++
 8 files changed, 22 insertions(+), 17 deletions(-)

More information about OUwie at CRAN
Permanent link

Package entropart updated to version 1.3.2 with previous version 1.3.1 dated 2015-09-04

Title: Entropy Partitioning to Measure Diversity
Description: Measurement and partitioning of diversity, based on Tsallis entropy.
Author: Eric Marcon, Bruno Herault
Maintainer: Eric Marcon <Eric.Marcon@ecofog.gf>

Diff between entropart versions 1.3.1 dated 2015-09-04 and 1.3.2 dated 2015-09-05

 DESCRIPTION              |    8 ++++----
 MD5                      |   46 +++++++++++++++++++++++-----------------------
 NEWS                     |    7 ++++++-
 R/Diversity.R            |    2 +-
 R/Dqz.R                  |    2 +-
 R/Hqz.R                  |   27 +++++++++++++++++++--------
 R/HqzBeta.R              |    2 +-
 R/Hurlbert.R             |    2 +-
 R/HurlbertD.R            |    2 +-
 R/PhyloBetaEntropy.R     |    2 +-
 R/PhyloDiversity.R       |    2 +-
 R/PhyloEntropy.R         |    2 +-
 R/Preprocess.Tree.R      |    2 +-
 R/Rao.R                  |   24 +++++++++++++++++++-----
 R/Richness.R             |    2 +-
 R/Shannon.R              |   20 ++++++++++++++++----
 R/ShannonBeta.R          |    2 +-
 R/Simpson.R              |   19 ++++++++++++++++---
 R/SimpsonBeta.R          |    2 +-
 R/Tsallis.R              |   19 +++++++++++++++----
 R/TsallisBeta.R          |    2 +-
 R/rCommunity.R           |    2 +-
 inst/doc/entropart.pdf   |binary
 man/entropart-package.Rd |    4 ++--
 24 files changed, 134 insertions(+), 68 deletions(-)

More information about entropart at CRAN
Permanent link

Package CoxPlus updated to version 1.0.2 with previous version 1.0.1 dated 2015-09-05

Title: Cox Regression (Proportional Hazards Model) with Multiple Causes and Mixed Effects
Description: A high performance package estimating Proportional Hazards Model when an even can have more than one causes, including support for random and fixed effects, tied events, and time-varying variables.
Author: Jing Peng
Maintainer: Jing Peng <pengjing@live.com>

Diff between CoxPlus versions 1.0.1 dated 2015-09-05 and 1.0.2 dated 2015-09-05

 DESCRIPTION  |    8 ++++----
 MD5          |    4 ++--
 src/Makevars |    1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

More information about CoxPlus at CRAN
Permanent link

New package rcrypt with initial version 0.1.0
Package: rcrypt
Title: Symmetric File Encryption Using GPG
Version: 0.1.0
Authors@R: person("Brett", "Klamer", email = "rcrypt@brettklamer.com", role = c("aut", "cre"))
Description: Provides easy symmetric file encryption using GPG with cryptographically strong defaults. Only symmetric encryption is supported. GPG is pre-installed with most Linux distributions. Windows users will need to install Gpg4win (http://www.gpg4win.org/). OS X users will need to install GPGTools (https://gpgtools.org/).
URL: http://brettklamer.com/work/rcrypt/
Depends: R (>= 3.0.0)
SystemRequirements: GnuPG (see https://gnupg.org/)
License: MIT + file LICENSE
LazyData: true
Suggests: testthat
NeedsCompilation: no
Packaged: 2015-09-05 14:55:32 UTC; x
Author: Brett Klamer [aut, cre]
Maintainer: Brett Klamer <rcrypt@brettklamer.com>
Repository: CRAN
Date/Publication: 2015-09-05 17:51:01

More information about rcrypt at CRAN
Permanent link

Package bedr updated to version 1.0.1 with previous version 1.0.0 dated 2015-09-04

Title: Genomic Region Processing using Tools Such as Bedtools, Bedops and Tabix
Description: Genomic region processing using tools such as bedtools, bedops and tabix.
Author: Daryl Waggott, Syed Haider, Emilie Lalonde, Clement Fung, Paul C. Boutros
Maintainer: Paul Boutros <Paul.Boutros@oicr.on.ca>

Diff between bedr versions 1.0.0 dated 2015-09-04 and 1.0.1 dated 2015-09-05

 DESCRIPTION              |    8 ++---
 MD5                      |    8 ++---
 NEWS                     |    7 +++-
 R/bedr.sort.region.R     |   12 ++++++-
 inst/doc/Using-bedr.html |   74 +++++++++++++++++++++++------------------------
 5 files changed, 62 insertions(+), 47 deletions(-)

More information about bedr at CRAN
Permanent link

New package ACSWR with initial version 1.0
Package: ACSWR
Type: Package
Title: A Companion Package for the Book "A Course in Statistics with R"
Version: 1.0
Date: 2015-09-05
Author: Prabhanjan Tattar
Maintainer: Prabhanjan Tattar <prabhanjannt@gmail.com>
Description: A book designed to meet the requirements of masters students. Tattar, P.N., Suresh, R., and Manjunath, B.G. "A Course in Statistics with R", J. Wiley, ISBN 978-1-119-15272-9.
Imports: MASS
License: GPL-2
Repository: CRAN
NeedsCompilation: no
Packaged: 2015-09-05 14:57:16 UTC; prabhanjan
Date/Publication: 2015-09-05 17:50:53

More information about ACSWR at CRAN
Permanent link

Package V8 updated to version 0.8 with previous version 0.7 dated 2015-08-24

Title: Embedded JavaScript Engine
Description: An R interface to Google's open source JavaScript engine. V8 is written in C++ and implements ECMAScript as specified in ECMA-262, 5th edition. In addition, this package implements typed arrays as specified in ECMA 6 used for high-performance computing and libraries compiled with 'emscripten'.
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>

Diff between V8 versions 0.7 dated 2015-08-24 and 0.8 dated 2015-09-05

 DESCRIPTION |    6 +++---
 MD5         |    6 +++---
 NEWS        |    3 +++
 configure   |    5 ++---
 4 files changed, 11 insertions(+), 9 deletions(-)

More information about V8 at CRAN
Permanent link

Package RMySQL updated to version 0.10.6 with previous version 0.10.5 dated 2015-08-25

Title: Database Interface and 'MySQL' Driver for R
Description: Implements 'DBI' Interface to 'MySQL' and 'MariaDB' Databases.
Author: Jeroen Ooms [aut, cre], David James [aut], Saikat DebRoy [aut], Hadley Wickham [aut], Jeffrey Horner [aut], RStudio [cph]
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>

Diff between RMySQL versions 0.10.5 dated 2015-08-25 and 0.10.6 dated 2015-09-05

 DESCRIPTION |    6 +++---
 MD5         |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

More information about RMySQL at CRAN
Permanent link

Package RcppDE updated to version 0.1.4 with previous version 0.1.3 dated 2015-08-23

Title: Global Optimization by Differential Evolution in C++
Description: An efficient C++ based implementation of the 'DEoptim' function which performs global optimization by differential evolution. Its creation was motivated by trying to see if the old approximation "easier, shorter, faster: pick any two" could in fact be extended to achieving all three goals while moving the code from plain old C to modern C++. The initial version did in fact do so, but a good part of the gain was due to an implicit code review which eliminated a few inefficiencies which have since been eliminated in 'DEoptim'.
Author: Dirk Eddelbuettel extending DEoptim (by David Ardia, Katharine Mullen, Brian Peterson, Joshua Ulrich) which itself is based on DE-Engine (by Rainer Storn)
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppDE versions 0.1.3 dated 2015-08-23 and 0.1.4 dated 2015-09-05

 ChangeLog            |   13 +
 DESCRIPTION          |    8 
 MD5                  |   26 +-
 R/DEoptim.R          |    2 
 R/RcppExports.R      |only
 build/vignette.rds   |binary
 inst/doc/RcppDE.Rnw  |    7 
 inst/doc/RcppDE.pdf  |binary
 src/Makevars         |    2 
 src/RcppExports.cpp  |only
 src/deoptim.cpp      |  148 +++++++---------
 src/devol.cpp        |  450 +++++++++++++++++++++++++--------------------------
 src/evaluate.h       |  172 +++++++++----------
 src/permute.cpp      |   18 --
 vignettes/RcppDE.Rnw |    7 
 15 files changed, 427 insertions(+), 426 deletions(-)

More information about RcppDE at CRAN
Permanent link

New package pcadapt with initial version 1.0
Package: pcadapt
Type: Package
Title: Principal Component Analysis for Outlier Detection
Version: 1.0
Date: 2015-09-01
Author: Keurcien Luu, Michael Blum
Maintainer: Keurcien Luu <keurcien.luu@imag.fr>
Description: Methods to detect genetic markers involved in biological adaptation. 'pcadapt' provides statistical tools for outlier detection based on Principal Component Analysis.
License: GPL (>= 2)
Packaged: 2015-09-04 14:33:53 UTC; luuk
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-09-05 15:38:23

More information about pcadapt at CRAN
Permanent link

New package PabonLasso with initial version 1.0
Package: PabonLasso
Type: Package
Title: Pabon Lasso Graphs and Comparing Situations of a Unit in Two Different Times
Version: 1.0
Date: 2015-08-19
Author: Nezami,H (nezamih921@mums.ac.ir; HosseinNezami1370@yahoo.com) and Tabesh,H (tabeshh@mums.ac.ir) and Azarian,AA (azarianaa1@mums.ac.ir)
Maintainer: "Nezami,Hossein" <HosseinNezami1370@yahoo.com>
Description: Pabon Lasso is a graphical method for monitoring the efficiency of different wards of a hospital or different hospitals.Pabon Lasso graph is divided into 4 parts which are created after drawing the average of BTR and BOR. The part in the left-down side is Zone I, left-up side is Zone II, Right-up side part is Zone III and the last part is Zone IV.
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2015-09-05 09:04:12 UTC; Hossein
Repository: CRAN
Date/Publication: 2015-09-05 15:38:30

More information about PabonLasso at CRAN
Permanent link

New package CoxPlus with initial version 1.0.1
Package: CoxPlus
Type: Package
Title: Cox Regression (Proportional Hazards Model) with Multiple Causes and Mixed Effects
Version: 1.0.1
Date: 2015-09-05
Author: Jing Peng
Maintainer: Jing Peng <pengjing@live.com>
Description: A high performance package estimating Proportional Hazards Model when an even can have more than one causes, including support for random and fixed effects, tied events, and time-varying variables.
License: GPL (>= 3)
LazyData: TRUE
Depends: R (>= 3.0.0), Rcpp (>= 0.12.0)
Imports: methods
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2015-09-05 10:58:04 UTC; Peng
Repository: CRAN
Date/Publication: 2015-09-05 15:50:57

More information about CoxPlus at CRAN
Permanent link

Package WiSEBoot updated to version 1.2.0 with previous version 1.1.0 dated 2015-07-27

Title: Wild Scale-Enhanced Bootstrap
Description: Perform the Wild Scale-Enhanced (WiSE) bootstrap. Specifically, the user may supply a single or multiple equally-spaced time series and use the WiSE bootstrap to select a wavelet-smoothed model. Conversely, a pre-selected smooth level may also be specified for the time series. Quantities such as the bootstrap sample of wavelet coefficients, smoothed bootstrap samples, and specific hypothesis testing and confidence region results of the wavelet coefficients may be obtained. Additional functions are available to the user which help format the time series before analysis. This methodology is recommended to aid in model selection and signal extraction. Note: This package specifically uses wavelet bases in the WiSE bootstrap methodology, but the theoretical construct is much more versatile.
Author: Megan Heyman, Snigdhansu Chatterjee
Maintainer: Megan Heyman <heyma029@umn.edu>

Diff between WiSEBoot versions 1.1.0 dated 2015-07-27 and 1.2.0 dated 2015-09-05

 DESCRIPTION                              |   10 +-
 MD5                                      |   28 ++---
 NAMESPACE                                |    2 
 NEWS                                     |   18 +++
 R/WiSEConfidenceRegion.R                 |   19 ++-
 R/WiSEHypothesisTest.R                   |   17 ++-
 R/smoothTimeSeries.R                     |   25 +++--
 build/vignette.rds                       |binary
 inst/doc/WiSEBoot_Examples_Vignette.R    |  154 +++++++++++++++----------------
 inst/doc/WiSEBoot_Examples_Vignette.Rnw  |    9 +
 inst/doc/WiSEBoot_Examples_Vignette.pdf  |binary
 man/WiSEConfidenceRegion.Rd              |    5 -
 man/WiSEHypothesisTest.Rd                |    5 -
 man/smoothTimeSeries.Rd                  |    5 -
 vignettes/WiSEBoot_Examples_Vignette.Rnw |    9 +
 15 files changed, 177 insertions(+), 129 deletions(-)

More information about WiSEBoot at CRAN
Permanent link

Package RoughSets updated to version 1.3-0 with previous version 1.2-1 dated 2015-03-24

Title: Data Analysis Using Rough Set and Fuzzy Rough Set Theories
Description: Implementations of algorithms for data analysis based on the rough set theory (RST) and the fuzzy rough set theory (FRST). We not only provide implementations for the basic concepts of RST and FRST but also popular algorithms that derive from those theories. The methods included in the package can be divided into several categories based on their functionality: discretization, feature selection, instance selection, rule induction and classification based on nearest neighbors. RST was introduced by Zdzisław Pawlak in 1982 as a sophisticated mathematical tool to model and process imprecise or incomplete information. By using the indiscernibility relation for objects/instances, RST does not require additional parameters to analyze the data. FRST is an extension of RST. The FRST combines concepts of vagueness and indiscernibility that are expressed with fuzzy sets (as proposed by Zadeh, in 1965) and RST.
Author: Lala Septem Riza [aut], Andrzej Janusz [aut], Dominik Ślęzak [ctb], Chris Cornelis [ctb], Francisco Herrera [ctb], Jose Manuel Benitez [ctb], Christoph Bergmeir [ctb, cre], Sebastian Stawicki [ctb]
Maintainer: Christoph Bergmeir <c.bergmeir@decsai.ugr.es>

Diff between RoughSets versions 1.2-1 dated 2015-03-24 and 1.3-0 dated 2015-09-05

 RoughSets-1.2-1/RoughSets/demo/D.local.discernibility.matrix.RST.R     |only
 RoughSets-1.2-1/RoughSets/demo/D.max.discernibility.matrix.RST.R       |only
 RoughSets-1.2-1/RoughSets/man/D.local.discernibility.matrix.RST.Rd     |only
 RoughSets-1.2-1/RoughSets/man/D.max.discernibility.matrix.RST.Rd       |only
 RoughSets-1.3-0/RoughSets/DESCRIPTION                                  |   23 
 RoughSets-1.3-0/RoughSets/MD5                                          |  245 
 RoughSets-1.3-0/RoughSets/NAMESPACE                                    |   14 
 RoughSets-1.3-0/RoughSets/R/BasicFuzzyRoughSets.R                      | 3344 +++++-----
 RoughSets-1.3-0/RoughSets/R/BasicRoughSets.OtherFuncCollections.R      | 2596 +++----
 RoughSets-1.3-0/RoughSets/R/BasicRoughSets.R                           |  804 +-
 RoughSets-1.3-0/RoughSets/R/Discretization.OtherFuncCollections.R      |  547 -
 RoughSets-1.3-0/RoughSets/R/Discretization.R                           |  632 -
 RoughSets-1.3-0/RoughSets/R/FeatureSelection.OtherFuncCollections.R    | 1938 ++---
 RoughSets-1.3-0/RoughSets/R/FeatureSelection.R                         | 3224 ++++-----
 RoughSets-1.3-0/RoughSets/R/FuzzyRoughSets-introduction.R              |  274 
 RoughSets-1.3-0/RoughSets/R/IOFunctions.R                              | 1789 ++---
 RoughSets-1.3-0/RoughSets/R/InstanceSelection.OtherFuncCollections.R   |  126 
 RoughSets-1.3-0/RoughSets/R/InstanceSelection.R                        |  658 -
 RoughSets-1.3-0/RoughSets/R/MissingValue.R                             |  814 +-
 RoughSets-1.3-0/RoughSets/R/NearestNeigbour.OtherFuncCollections.R     |  480 -
 RoughSets-1.3-0/RoughSets/R/NearestNeigbour.R                          |  674 +-
 RoughSets-1.3-0/RoughSets/R/RcppExports.R                              |   22 
 RoughSets-1.3-0/RoughSets/R/RoughSets-introduction.R                   |  232 
 RoughSets-1.3-0/RoughSets/R/RoughSets-package.R                        | 1084 +--
 RoughSets-1.3-0/RoughSets/R/RuleInduction.OtherFuncCollections.R       |  955 +-
 RoughSets-1.3-0/RoughSets/R/RuleInduction.R                            | 2191 +++---
 RoughSets-1.3-0/RoughSets/R/docData.R                                  |  288 
 RoughSets-1.3-0/RoughSets/demo/00Index                                 |   60 
 RoughSets-1.3-0/RoughSets/demo/BasicConcept.FRST.R                     |   94 
 RoughSets-1.3-0/RoughSets/demo/BasicConcept.RST.R                      |   50 
 RoughSets-1.3-0/RoughSets/demo/D.discretize.equal.intervals.RST.R      |   28 
 RoughSets-1.3-0/RoughSets/demo/D.discretize.quantiles.RST.R            |   28 
 RoughSets-1.3-0/RoughSets/demo/D.global.discernibility.heuristic.RST.R |   28 
 RoughSets-1.3-0/RoughSets/demo/DiscernibilityMatrix.FRST.R             |   56 
 RoughSets-1.3-0/RoughSets/demo/DiscernibilityMatrix.RST.R              |   22 
 RoughSets-1.3-0/RoughSets/demo/FRNN.O.iris.R                           |   66 
 RoughSets-1.3-0/RoughSets/demo/FRNN.iris.R                             |   76 
 RoughSets-1.3-0/RoughSets/demo/FS.QuickReduct.FRST.Ex1.R               |  112 
 RoughSets-1.3-0/RoughSets/demo/FS.QuickReduct.FRST.Ex2.R               |  102 
 RoughSets-1.3-0/RoughSets/demo/FS.QuickReduct.FRST.Ex3.R               |  102 
 RoughSets-1.3-0/RoughSets/demo/FS.QuickReduct.FRST.Ex4.R               |  108 
 RoughSets-1.3-0/RoughSets/demo/FS.QuickReduct.FRST.Ex5.R               |  114 
 RoughSets-1.3-0/RoughSets/demo/FS.QuickReduct.RST.R                    |   20 
 RoughSets-1.3-0/RoughSets/demo/FS.greedy.heuristic.reduct.RST.R        |   28 
 RoughSets-1.3-0/RoughSets/demo/FS.greedy.heuristic.superreduct.RST.R   |   28 
 RoughSets-1.3-0/RoughSets/demo/FS.nearOpt.fvprs.FRST.R                 |   18 
 RoughSets-1.3-0/RoughSets/demo/FS.permutation.heuristic.reduct.RST.R   |   28 
 RoughSets-1.3-0/RoughSets/demo/GettingStarted.A.R                      |  206 
 RoughSets-1.3-0/RoughSets/demo/GettingStarted.B.R                      |  272 
 RoughSets-1.3-0/RoughSets/demo/IS.FRIS.FRST.R                          |   38 
 RoughSets-1.3-0/RoughSets/demo/IS.FRPS.FRST.R                          |   30 
 RoughSets-1.3-0/RoughSets/demo/MV.simpleData.R                         |   60 
 RoughSets-1.3-0/RoughSets/demo/POSNN.iris.R                            |   64 
 RoughSets-1.3-0/RoughSets/demo/RI.classification.FRST.R                |   62 
 RoughSets-1.3-0/RoughSets/demo/RI.indiscernibilityBasedRules.RST.R     |   38 
 RoughSets-1.3-0/RoughSets/demo/RI.regression.FRST.R                    |   38 
 RoughSets-1.3-0/RoughSets/demo/SimulationDataAnalysisWine.R            |  296 
 RoughSets-1.3-0/RoughSets/man/A.Introduction-RoughSets.Rd              |  202 
 RoughSets-1.3-0/RoughSets/man/B.Introduction-FuzzyRoughSets.Rd         |  246 
 RoughSets-1.3-0/RoughSets/man/BC.IND.relation.FRST.Rd                  |  634 -
 RoughSets-1.3-0/RoughSets/man/BC.IND.relation.RST.Rd                   |  132 
 RoughSets-1.3-0/RoughSets/man/BC.LU.approximation.FRST.Rd              |  796 +-
 RoughSets-1.3-0/RoughSets/man/BC.LU.approximation.RST.Rd               |  116 
 RoughSets-1.3-0/RoughSets/man/BC.discernibility.mat.FRST.Rd            |  434 -
 RoughSets-1.3-0/RoughSets/man/BC.discernibility.mat.RST.Rd             |  132 
 RoughSets-1.3-0/RoughSets/man/BC.positive.reg.FRST.Rd                  |  224 
 RoughSets-1.3-0/RoughSets/man/BC.positive.reg.RST.Rd                   |  122 
 RoughSets-1.3-0/RoughSets/man/C.FRNN.FRST.Rd                           |  270 
 RoughSets-1.3-0/RoughSets/man/C.FRNN.O.FRST.Rd                         |  166 
 RoughSets-1.3-0/RoughSets/man/C.POSNN.FRST.Rd                          |  162 
 RoughSets-1.3-0/RoughSets/man/D.discretization.RST.Rd                  |  164 
 RoughSets-1.3-0/RoughSets/man/D.discretize.equal.intervals.RST.Rd      |  111 
 RoughSets-1.3-0/RoughSets/man/D.discretize.quantiles.RST.Rd            |  113 
 RoughSets-1.3-0/RoughSets/man/D.global.discernibility.heuristic.RST.Rd |  167 
 RoughSets-1.3-0/RoughSets/man/D.local.discernibility.heuristic.RST.Rd  |only
 RoughSets-1.3-0/RoughSets/man/FS.DAAR.heuristic.RST.Rd                 |  194 
 RoughSets-1.3-0/RoughSets/man/FS.all.reducts.computation.Rd            |  132 
 RoughSets-1.3-0/RoughSets/man/FS.feature.subset.computation.Rd         |  142 
 RoughSets-1.3-0/RoughSets/man/FS.greedy.heuristic.reduct.RST.Rd        |  213 
 RoughSets-1.3-0/RoughSets/man/FS.greedy.heuristic.superreduct.RST.Rd   |  149 
 RoughSets-1.3-0/RoughSets/man/FS.nearOpt.fvprs.FRST.Rd                 |  150 
 RoughSets-1.3-0/RoughSets/man/FS.one.reduct.computation.Rd             |  138 
 RoughSets-1.3-0/RoughSets/man/FS.permutation.heuristic.reduct.RST.Rd   |  158 
 RoughSets-1.3-0/RoughSets/man/FS.quickreduct.FRST.Rd                   |  582 -
 RoughSets-1.3-0/RoughSets/man/FS.quickreduct.RST.Rd                    |  136 
 RoughSets-1.3-0/RoughSets/man/FS.reduct.computation.Rd                 |  140 
 RoughSets-1.3-0/RoughSets/man/IS.FRIS.FRST.Rd                          |  168 
 RoughSets-1.3-0/RoughSets/man/IS.FRPS.FRST.Rd                          |  152 
 RoughSets-1.3-0/RoughSets/man/MV.conceptClosestFit.Rd                  |  100 
 RoughSets-1.3-0/RoughSets/man/MV.deletionCases.Rd                      |   90 
 RoughSets-1.3-0/RoughSets/man/MV.globalClosestFit.Rd                   |  108 
 RoughSets-1.3-0/RoughSets/man/MV.missingValueCompletion.Rd             |  120 
 RoughSets-1.3-0/RoughSets/man/MV.mostCommonVal.Rd                      |   90 
 RoughSets-1.3-0/RoughSets/man/MV.mostCommonValResConcept.Rd            |   90 
 RoughSets-1.3-0/RoughSets/man/RI.AQRules.RST.Rd                        |  148 
 RoughSets-1.3-0/RoughSets/man/RI.CN2Rules.RST.Rd                       |  138 
 RoughSets-1.3-0/RoughSets/man/RI.GFRS.FRST.Rd                          |  174 
 RoughSets-1.3-0/RoughSets/man/RI.LEM2Rules.RST.Rd                      |  134 
 RoughSets-1.3-0/RoughSets/man/RI.hybridFS.FRST.Rd                      |  144 
 RoughSets-1.3-0/RoughSets/man/RI.indiscernibilityBasedRules.RST.Rd     |  139 
 RoughSets-1.3-0/RoughSets/man/RI.laplace.Rd                            |only
 RoughSets-1.3-0/RoughSets/man/RoughSetData.Rd                          |  260 
 RoughSets-1.3-0/RoughSets/man/RoughSets-package.Rd                     | 1050 +--
 RoughSets-1.3-0/RoughSets/man/SF.applyDecTable.Rd                      |  223 
 RoughSets-1.3-0/RoughSets/man/SF.asDecisionTable.Rd                    |  140 
 RoughSets-1.3-0/RoughSets/man/SF.asFeatureSubset.Rd                    |  104 
 RoughSets-1.3-0/RoughSets/man/SF.read.DecisionTable.Rd                 |   98 
 RoughSets-1.3-0/RoughSets/man/X.entropy.Rd                             |   50 
 RoughSets-1.3-0/RoughSets/man/X.gini.Rd                                |   52 
 RoughSets-1.3-0/RoughSets/man/X.laplace.Rd                             |   48 
 RoughSets-1.3-0/RoughSets/man/X.nOfConflicts.Rd                        |   42 
 RoughSets-1.3-0/RoughSets/man/X.ruleStrength.Rd                        |   50 
 RoughSets-1.3-0/RoughSets/man/X.rulesCounting.Rd                       |   50 
 RoughSets-1.3-0/RoughSets/man/as.character.RuleSetRST.Rd               |only
 RoughSets-1.3-0/RoughSets/man/as.list.RuleSetRST.Rd                    |only
 RoughSets-1.3-0/RoughSets/man/predict.RuleSetFRST.Rd                   |  136 
 RoughSets-1.3-0/RoughSets/man/predict.RuleSetRST.Rd                    |  182 
 RoughSets-1.3-0/RoughSets/man/print.FeatureSubset.Rd                   |   66 
 RoughSets-1.3-0/RoughSets/man/print.RuleSetRST.Rd                      |   75 
 RoughSets-1.3-0/RoughSets/man/sub-.RuleSetRST.Rd                       |only
 RoughSets-1.3-0/RoughSets/man/summary.IndiscernibilityRelation.Rd      |   92 
 RoughSets-1.3-0/RoughSets/man/summary.LowerUpperApproximation.Rd       |   80 
 RoughSets-1.3-0/RoughSets/man/summary.PositiveRegion.Rd                |   82 
 RoughSets-1.3-0/RoughSets/man/summary.RuleSetFRST.Rd                   |  120 
 RoughSets-1.3-0/RoughSets/man/summary.RuleSetRST.Rd                    |   88 
 RoughSets-1.3-0/RoughSets/src/RcppExports.cpp                          |   41 
 RoughSets-1.3-0/RoughSets/src/discretization.cc                        |   37 
 RoughSets-1.3-0/RoughSets/src/indiscernibility.cpp                     |  109 
 128 files changed, 18431 insertions(+), 18190 deletions(-)

More information about RoughSets at CRAN
Permanent link

Package prozor updated to version 0.1.1 with previous version 0.1 dated 2015-09-04

Title: Minimal Protein Set Explaining Peptide Spectrum Matches
Description: Determine minimal protein set explaining peptide spectrum matches.
Author: Witold Wolski
Maintainer: Witold Wolski <wewolski@gmail.com>

Diff between prozor versions 0.1 dated 2015-09-04 and 0.1.1 dated 2015-09-05

 DESCRIPTION          |   10 +++++-----
 MD5                  |    6 +++---
 R/annotatePeptides.R |   31 +++++++++++++++++++++++--------
 R/greedy.R           |   19 +++++++++----------
 4 files changed, 40 insertions(+), 26 deletions(-)

More information about prozor at CRAN
Permanent link

New package lrgs with initial version 0.4.2
Package: lrgs
Type: Package
Title: Linear Regression by Gibbs Sampling
Version: 0.4.2
Date: 2015-09-04
Author: Adam Mantz
Maintainer: Adam Mantz <amantz@slac.stanford.edu>
Description: Implements a Gibbs sampler to do linear regression with multiple covariates, multiple responses, Gaussian measurement errors on covariates and responses, Gaussian intrinsic scatter, and a covariate prior distribution which is given by either a Gaussian mixture of specified size or a Dirichlet process with a Gaussian base distribution.
License: MIT + file LICENSE
LazyLoad: yes
Imports: mvtnorm
URL: https://github.com/abmantz/lrgs
NeedsCompilation: no
Packaged: 2015-09-04 21:53:10 UTC; amantz
Repository: CRAN
Date/Publication: 2015-09-05 09:32:54

More information about lrgs at CRAN
Permanent link

New package inbreedR with initial version 0.1.0
Package: inbreedR
Title: Analysing Inbreeding Based on Genetic Markers
Version: 0.1.0
Authors@R: c( person(c("Martin", "A."), "Stoffel", email= "martin.adam.stoffel@gmail.com", role = c("aut", "cre")), person("Mareike", "Esser", email = "messer@uni-bielefeld.de" ,role = c("aut")))
Description: A framework for analysing inbreeding and heterozygosity-fitness correlations (HFCs) from microsatellite and SNP markers.
Depends: R (>= 3.2.2)
License: GPL-2
LazyData: true
Imports: data.table (>= 1.9.4), parallel (>= 3.2.2), stats (>= 3.2.2), graphics (>= 3.2.2)
Suggests: testthat (>= 0.10.0), knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-09-04 20:24:51 UTC; Martin
Author: Martin A. Stoffel [aut, cre], Mareike Esser [aut]
Maintainer: Martin A. Stoffel <martin.adam.stoffel@gmail.com>
Repository: CRAN
Date/Publication: 2015-09-05 09:38:45

More information about inbreedR at CRAN
Permanent link


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