Title: Path algorithm for the general Fused Lasso Signal Approximator
Diff between flsa versions 1.03 dated 2009-09-28 and 1.05 dated 2013-03-23
Description: This package implements a path algorithm for the Fused
Lasso Signal Approximator. For more details see the help files
Author: Holger Hoefling
Maintainer: Holger Hoefling
flsa-1.03/flsa/R/zzz.R |only
flsa-1.05/flsa/DESCRIPTION | 10 -
flsa-1.05/flsa/MD5 |only
flsa-1.05/flsa/NEWS |only
flsa-1.05/flsa/R/FLSAGeneralInclude.R | 210 +++++++++++++++++-----------------
flsa-1.05/flsa/inst |only
flsa-1.05/flsa/man/connListObj.Rd | 39 +++++-
flsa-1.05/flsa/src/FLSAGeneral.cc | 83 ++++++++++---
flsa-1.05/flsa/src/FLSAGeneral.h | 7 -
flsa-1.05/flsa/src/Groups.cc | 14 +-
flsa-1.05/flsa/src/MaxFlowGraph.cc | 173 +++++++++++++---------------
flsa-1.05/flsa/src/MaxFlowGraph.h | 16 +-
flsa-1.05/flsa/src/PenaltyGraph.cc | 1
flsa-1.05/flsa/src/flsaBackwards.cc | 4
flsa-1.05/flsa/src/flsaBackwards.h | 2
flsa-1.05/flsa/tests |only
16 files changed, 321 insertions(+), 238 deletions(-)
Title: Condition Number Regularized Covariance Estimation
Diff between CondReg versions 0.15 dated 2013-03-23 and 0.16 dated 2013-03-23
Description: Based on
\url{http://statistics.stanford.edu/~ckirby/techreports/GEN/2012/2012-10.pdf}
Author: Sang-Yun Oh
Maintainer: Sang-Yun Oh
DESCRIPTION | 6 +++---
MD5 | 4 ++--
tests/main.R | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-09-28 0.3-2
2011-01-14 0.3-1
2010-09-23 0.3-0
Title: Binary R server
Diff between Rserve versions 0.6-8 dated 2012-02-20 and 0.6-8.1 dated 2013-03-23
Description: Rserve acts as a socket server (TCP/IP or local sockets)
which allows binary requests to be sent to R. Every connection
has a separate workspace and working directory. Client-side
implementations are available for popular languages such as
C/C++ and Java, allowing any application to use facilities of R
without the need of linking to R code. Rserve supports remote
connection, user authentication and file transfer. A simple R
client is included in this package as well.
Author: Simon Urbanek
Maintainer: Simon Urbanek
Rserve-0.6-8.1/Rserve/DESCRIPTION | 6 ++-
Rserve-0.6-8.1/Rserve/MD5 | 50 ++-----------------------
Rserve-0.6-8.1/Rserve/clients/cxx/sisocks.h | 2 -
Rserve-0.6-8.1/Rserve/src/Rserv.c | 3 +
Rserve-0.6-8.1/Rserve/src/client/cxx/sisocks.h | 2 -
Rserve-0.6-8.1/Rserve/src/include/sisocks.h | 2 -
Rserve-0.6-8/Rserve/clients/java-old |only
Rserve-0.6-8/Rserve/src/client/java-old |only
8 files changed, 14 insertions(+), 51 deletions(-)
Title: Client for Rserve
Diff between RSclient versions 0.7-1 dated 2013-02-20 and 0.7-1.1 dated 2013-03-23
Description: Client for Rserve, allowing to connect to Rserve instances
and issue commands.
Author: Simon Urbanek
Maintainer: Simon Urbanek
DESCRIPTION | 6 +++---
MD5 | 4 ++--
src/cli.c | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
Title: R/Cassandra interface
Diff between RCassandra versions 0.1-2 dated 2013-02-20 and 0.1-2.1 dated 2013-03-23
Description: This packages provides a direct interface (without the use
of Java) to the most basic functionality of Apache Cassanda
such as login, updates and queries.
Author: Simon Urbanek
Maintainer: Simon Urbanek
DESCRIPTION | 6 +++---
MD5 | 4 ++--
src/cass.c | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
Title: P2BAT
Diff between pbatR versions 2.2-7 dated 2012-12-29 and 2.2-8 dated 2013-03-23
Description: This package provides data analysis via the pbat program,
and an alternative internal implementation of the power
calculations via simulation only. For analysis, this package
provides a frontend to the PBAT software, automatically reading
in the output from the pbat program and displaying the
corresponding figure when appropriate (i.e. PBAT-logrank). It
includes support for multiple processes and clusters. For
analysis, users must download PBAT (developed by Christoph
Lange) and accept it's license, available on the PBAT webpage.
Both the data analysis and power calculations have command line
and graphical interfaces using tcltk.
Author: Thomas Hoffmann
Maintainer: Thomas Hoffmann
DESCRIPTION | 7 ++++---
MD5 | 4 ++--
src/powerSim.cpp | 4 ++++
3 files changed, 10 insertions(+), 5 deletions(-)
Title: Analysis of evolutionary rates in an OU framework
Diff between OUwie versions 1.32 dated 2013-01-30 and 1.33 dated 2013-03-23
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
Maintainer: Jeremy M. Beaulieu
OUwie-1.32/OUwie/R/OUwie.contour.R |only
OUwie-1.32/OUwie/man/OUwie.contour.Rd |only
OUwie-1.33/OUwie/DESCRIPTION | 15 +++++++--------
OUwie-1.33/OUwie/MD5 | 8 +++-----
OUwie-1.33/OUwie/NAMESPACE | 2 +-
OUwie-1.33/OUwie/man/OUwie.Rd | 2 ++
6 files changed, 13 insertions(+), 14 deletions(-)
Title: Event History Analysis
Diff between eha versions 2.2-1 dated 2013-01-06 and 2.2-2 dated 2013-03-23
Description: Event history analysis: Sampling of risk sets in Cox
regression, selections in the Lexis diagram, bootstrapping.
Parametric proportional hazards fitting with left truncation
and right censoring for common families of distributions,
piecewise constant hazards, and discrete models. AFT regression
for left truncated and right censored data. Binary and Poisson
regression for clustered data, fixed and random effects with
bootstrapping.
Author: Göran Broström
Maintainer: Göran Broström
ChangeLog | 5 +++++
DESCRIPTION | 9 +++++----
MD5 | 20 ++++++++++----------
R/gompreg.R | 13 +++++++------
R/pchreg.R | 14 ++++++++------
R/phreg.R | 4 ++--
R/phreg.fit.R | 17 +++++++++--------
inst/doc/glmmML.pdf |binary
inst/doc/parametric.pdf |binary
man/phreg.Rd | 8 ++++----
man/phreg.fit.Rd | 6 +++---
11 files changed, 53 insertions(+), 43 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-01-12 0.9-3
2006-07-27 0.9-2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-05-26 3.6.3
2010-03-09 3.6.2
2010-01-27 3.6.1
2009-12-21 3.6.0
2008-09-05 3.5.1
2008-07-28 3.5.0
2008-04-09 3.2.3
2008-03-26 3.2.2
2008-03-12 3.2.1
2008-02-11 3.2.0
2007-09-07 3.0.1
2007-07-29 3.0.0
2007-05-03 2.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-04-11 0.0-1
2005-06-08 0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-07-24 0.2-00
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-09-02 0.2
2010-03-26 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-08-14 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-08-10 1.0-0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-10-11 0.1-5
2007-09-07 0.1-4
2007-09-05 0.1-3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-03-30 0.1-9
2009-02-03 0.1-8
2009-01-27 0.1-7
2008-08-08 0.1-6
2008-05-20 0.1-5
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-05-07 1.4.1
2009-02-15 1.4
2007-09-14 1.3
2006-07-24 1.2
Title: Seamless R and C++ Integration
Diff between Rcpp versions 0.10.2 dated 2012-12-21 and 0.10.3 dated 2013-03-23
Description: The Rcpp package provides R functions as well as a C++
library which facilitate the integration of R and C++.
R data types (SEXP) are matched to C++ objects in a class hierarchy.
All R types are supported (vectors, functions, environment, etc
...) and each type is mapped to a dedicated class. For
example, numeric vectors are represented as instances of the
Rcpp::NumericVector class, environments are represented as
instances of Rcpp::Environment, functions are represented as
Rcpp::Function, etc ... The "Rcpp-introduction" vignette
provides a good entry point to Rcpp.
Conversion from C++ to R and back is driven by the templates Rcpp::wrap
and Rcpp::as which are highly flexible and extensible, as
documented in the "Rcpp-extending" vignette.
Rcpp also provides Rcpp modules, a framework that allows exposing C++
functions and classes to the R level. The "Rcpp-modules"
vignette details the current set of features of Rcpp-modules.
Rcpp includes a concept called Rcpp sugar that brings many R functions
into C++. Sugar takes advantage of lazy evaluation and
expression templates to achieve great performance while
exposing a syntax that is much nicer to use than the equivalent
low-level loop code. The "Rcpp-sugar" vignette gives an
overview of the feature.
Rcpp attributes provide a high-level syntax for declaring C++ functions
as callable from R and automatically generating the code
required to invoke them. Attributes are intended to facilitate
both interactive use of C++ within R sessions as well as to
support R package development. Attributes are built on top of
Rcpp modules and their implementation is based on previous work
in the inline package.
Many examples are included, and over 870 unit tests in over 400 unit
test functions provide additional usage examples.
An earlier version of Rcpp, containing what we now call the 'classic
Rcpp API' was written during 2005 and 2006 by Dominick Samperi.
This code has been factored out of Rcpp into the package
RcppClassic, and it is still available for code relying on the
older interface. New development should always use this Rcpp
package instead.
Author: Dirk Eddelbuettel and Romain Francois, with contributions by
Douglas Bates, John Chambers and JJ Allaire
Maintainer: Dirk Eddelbuettel
Rcpp-0.10.2/Rcpp/man/CppClassRepresentation-class.Rd |only
Rcpp-0.10.2/Rcpp/man/CppObjectS3-class.Rd |only
Rcpp-0.10.3/Rcpp/ChangeLog | 273 +++++
Rcpp-0.10.3/Rcpp/DESCRIPTION | 11
Rcpp-0.10.3/Rcpp/MD5 | 159 +--
Rcpp-0.10.3/Rcpp/NAMESPACE | 7
Rcpp-0.10.3/Rcpp/R/00_classes.R | 15
Rcpp-0.10.3/Rcpp/R/Attributes.R | 182 ++-
Rcpp-0.10.3/Rcpp/R/Rcpp.package.skeleton.R | 4
Rcpp-0.10.3/Rcpp/R/RcppLdpath.R | 12
Rcpp-0.10.3/Rcpp/R/tools.R | 17
Rcpp-0.10.3/Rcpp/TODO | 32
Rcpp-0.10.3/Rcpp/inst/CITATION | 11
Rcpp-0.10.3/Rcpp/inst/NEWS.Rd | 49 +
Rcpp-0.10.3/Rcpp/inst/THANKS | 4
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-FAQ.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-attributes.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-extending.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-introduction.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-modules.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-package.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-quickref.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-sugar.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp-unitTests.pdf |binary
Rcpp-0.10.3/Rcpp/inst/doc/Rcpp.bib | 103 +-
Rcpp-0.10.3/Rcpp/inst/doc/unitTests-results/Rcpp-unitTests.html | 24
Rcpp-0.10.3/Rcpp/inst/doc/unitTests-results/Rcpp-unitTests.txt | 47 -
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/DataFrame.h | 2
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/DottedPair.h | 6
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/Formula.h | 5
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/InternalFunction.h | 4
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/Language.h | 11
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/Module.h | 47 -
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/RObject.h | 15
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/Reference.h | 3
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/S4.h | 2
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/String.h | 74 +
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/XPtr.h | 34
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/api/meat/Matrix.h | 25
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/api/meat/Vector.h | 111 +-
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/as.h | 28
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/config.h | 8
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/generated/Language__ctors.h | 86 -
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/internal/Proxy_Iterator.h | 16
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/internal/export.h | 196 ++--
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/internal/wrap.h | 114 +-
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/macros/debug.h | 16
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/module/class.h | 11
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/module/class_Base.h | 8
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/platform/compiler.h | 6
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/sugar/Range.h | 16
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/sugar/tools/iterator.h | 14
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/traits/char_type.h |only
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/traits/is_wide_string.h |only
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/traits/r_type_traits.h | 10
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/traits/traits.h | 2
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/traits/wrap_type_traits.h | 4
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/vector/Matrix.h | 6
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/vector/MatrixBase.h | 27
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/vector/MatrixRow.h | 28
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/vector/SubMatrix.h | 7
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/vector/Vector.h | 37
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/vector/VectorBase.h | 16
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/vector/string_proxy.h | 53 -
Rcpp-0.10.3/Rcpp/inst/include/Rcpp/vector/traits.h | 6
Rcpp-0.10.3/Rcpp/inst/include/RcppCommon.h | 10
Rcpp-0.10.3/Rcpp/inst/unitTests/cpp/Vector.cpp | 30
Rcpp-0.10.3/Rcpp/inst/unitTests/cpp/language.cpp |only
Rcpp-0.10.3/Rcpp/inst/unitTests/cpp/wstring.cpp |only
Rcpp-0.10.3/Rcpp/inst/unitTests/runit.Language.R | 334 -------
Rcpp-0.10.3/Rcpp/inst/unitTests/runit.Module.R | 9
Rcpp-0.10.3/Rcpp/inst/unitTests/runit.Module.client.package.R | 56 -
Rcpp-0.10.3/Rcpp/inst/unitTests/runit.Vector.R | 12
Rcpp-0.10.3/Rcpp/inst/unitTests/runit.XPTr.R | 8
Rcpp-0.10.3/Rcpp/inst/unitTests/runit.wstring.R |only
Rcpp-0.10.3/Rcpp/man/cppFunction.Rd | 14
Rcpp-0.10.3/Rcpp/man/pluginsAttribute.Rd |only
Rcpp-0.10.3/Rcpp/man/registerPlugin.Rd |only
Rcpp-0.10.3/Rcpp/man/sourceCpp.Rd | 17
Rcpp-0.10.3/Rcpp/src/Module.cpp | 24
Rcpp-0.10.3/Rcpp/src/Timer.cpp | 11
Rcpp-0.10.3/Rcpp/src/api.cpp | 456 ++++++----
Rcpp-0.10.3/Rcpp/src/attributes.cpp | 130 ++
Rcpp-0.10.3/Rcpp/src/barrier.cpp | 30
Rcpp-0.10.3/Rcpp/src/internal.h | 8
85 files changed, 1967 insertions(+), 1186 deletions(-)
Title: A wrapper algorithm for all-relevant feature selection
Diff between Boruta versions 1.6 dated 2012-02-22 and 2.0.0 dated 2013-03-23
Description: Boruta is an all-relevant feature selection wrapper
algorithm. It finds relevant features by comparing original
attributes' importance with importance achievable at random,
estimated using their permuted copies.
Author: Miron B. Kursa and Witold R. Rudnicki
Maintainer: Miron B. Kursa
Boruta-1.6/Boruta/R/getFormulas.R |only
Boruta-1.6/Boruta/man/getFormulas.Rd |only
Boruta-1.6/Boruta/man/plotZHistory.Rd |only
Boruta-2.0.0/Boruta/DESCRIPTION | 29 -
Boruta-2.0.0/Boruta/MD5 | 26 -
Boruta-2.0.0/Boruta/NAMESPACE | 17
Boruta-2.0.0/Boruta/R/Boruta.R | 478 +++++++++++++++--------
Boruta-2.0.0/Boruta/R/TentativeRoughFix.R | 89 ++--
Boruta-2.0.0/Boruta/R/plot.Boruta.R | 141 ++++--
Boruta-2.0.0/Boruta/inst/NEWS | 43 +-
Boruta-2.0.0/Boruta/man/Boruta.Rd | 183 +++++---
Boruta-2.0.0/Boruta/man/TentativeRoughFix.Rd | 85 ++--
Boruta-2.0.0/Boruta/man/attStats.Rd | 88 ++--
Boruta-2.0.0/Boruta/man/getSelectedAttributes.Rd |only
Boruta-2.0.0/Boruta/man/plot.Boruta.Rd | 113 ++---
Boruta-2.0.0/Boruta/man/plotImpHistory.Rd |only
Boruta-2.0.0/Boruta/man/print.Boruta.Rd |only
17 files changed, 804 insertions(+), 488 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-05-22 1.3.2
2011-12-22 1.3.1
2011-12-05 1.3.0
2011-08-02 1.2.1
2011-07-30 1.1
2011-07-30 1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-11-04 0.1.2
2011-11-02 0.1.1
2011-10-26 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-01-24 0.3
2011-09-02 0.2
2010-03-26 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-12-24 1.0.142
2009-11-08 1.0.128
2009-11-04 1.0.127
2009-10-21 1.0.117
2009-10-21 1.0.120
2009-10-20 1.0.116
2009-08-31 1.0.111
2009-06-02 1.0.108
2009-05-13 1.0.106
2009-04-14 1.0.96
2009-02-18 1.0.90
2008-10-30 1.0.80
2008-09-02 1.0.44
2008-08-20 1.0.39
2008-08-20 1.0.41
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-11-03 2.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-03-06 1.4.1
2012-09-23 1.4.0
2012-08-15 1.3.9
2012-05-13 1.3.8
2012-04-03 1.3.7
2012-02-01 1.3.6
2012-01-16 1.3.5
2012-01-11 1.3.4
2012-01-08 1.3.3
2011-12-05 1.3.2
2011-08-23 1.3.1
2011-08-21 1.3
2011-08-16 1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-10-30 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-11-13 0.1
2011-03-26 0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-10-05 1.1-2
2010-04-13 1.1-1
2010-02-15 1.1-0
2009-06-16 1.0-2
2009-05-27 1.0-1
2009-04-15 1.0-0
2009-01-14 0.99-0
2008-06-01 0.9-1
2007-11-20 0.8-1
2006-08-25 0.7-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-08-21 1.3-5
2011-03-29 1.3-4
2011-02-08 1.3-3
2011-02-03 1.3-2
2011-01-28 1.3-1
2010-12-12 1.2-10
2010-12-07 1.2-9
2010-08-13 1.2-8
2010-07-31 1.2-7
2010-07-24 1.2-6
2010-07-03 1.2-5
2010-06-22 1.2-4
2010-06-16 1.2-3
2010-06-10 1.2-2
2010-06-01 1.2-1
2010-03-13 1.1-1
2010-03-11 1.1
2010-02-21 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-08-27 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-07-24 1.3
2011-04-23 1.2
2010-11-08 1.1
2010-05-30 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-07-23 3.5
2011-02-19 3.4
2010-04-25 3.3.1
2009-10-29 3.3
2009-10-18 3.1
2009-04-21 1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-01-24 2.0-2
2009-09-04 2.0-1
2009-08-31 2.0-0
2009-02-23 1.1-2.1
2007-01-15 1.1-2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-10-10 1.1
2011-02-08 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-02-19 1.0-2
2011-02-17 1.0-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-07-02 1.0.8
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-11-21 0.0.2
2011-05-29 0.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-06-26 0.1.4
2012-04-23 0.1.3
2012-02-17 0.1.2
2011-11-22 0.1.1
2011-11-21 0.1.0
2011-06-15 0.0.9
2011-05-29 0.0.8
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-12-04 2.0
Title: Semiparametic Regression
Diff between SemiPar versions 1.0-3 dated 2010-04-17 and 1.0-4 dated 2013-03-23
Description: Functions for semiparametric regression analysis, to
complement the book: Ruppert, D., Wand, M.P. and Carroll, R.J.
(2003). Semiparametric Regression. Cambridge University Press.
Author: Matt Wand
Maintainer: ORPHANED
SemiPar-1.0-3/SemiPar/data/age.income.txt |only
SemiPar-1.0-3/SemiPar/data/bpd.txt |only
SemiPar-1.0-3/SemiPar/data/calif.air.poll.txt |only
SemiPar-1.0-3/SemiPar/data/copper.txt |only
SemiPar-1.0-3/SemiPar/data/elec.temp.txt |only
SemiPar-1.0-3/SemiPar/data/ethanol.txt |only
SemiPar-1.0-3/SemiPar/data/fossil.txt |only
SemiPar-1.0-3/SemiPar/data/fuel.frame.txt |only
SemiPar-1.0-3/SemiPar/data/janka.txt |only
SemiPar-1.0-3/SemiPar/data/lidar.txt |only
SemiPar-1.0-3/SemiPar/data/milan.mort.txt |only
SemiPar-1.0-3/SemiPar/data/monitor.mercury.txt |only
SemiPar-1.0-3/SemiPar/data/onions.txt |only
SemiPar-1.0-3/SemiPar/data/pig.weights.txt |only
SemiPar-1.0-3/SemiPar/data/ragweed.txt |only
SemiPar-1.0-3/SemiPar/data/retire.plan.txt |only
SemiPar-1.0-3/SemiPar/data/salinity.txt |only
SemiPar-1.0-3/SemiPar/data/sausage.txt |only
SemiPar-1.0-3/SemiPar/data/scallop.txt |only
SemiPar-1.0-3/SemiPar/data/sitka.txt |only
SemiPar-1.0-3/SemiPar/data/term.structure.txt |only
SemiPar-1.0-3/SemiPar/data/trade.union.txt |only
SemiPar-1.0-3/SemiPar/data/ustemp.txt |only
SemiPar-1.0-4/SemiPar/DESCRIPTION | 17 +-
SemiPar-1.0-4/SemiPar/MD5 |only
SemiPar-1.0-4/SemiPar/NAMESPACE |only
SemiPar-1.0-4/SemiPar/R/blend.col.r | 2
SemiPar-1.0-4/SemiPar/R/default.knots.2D.r | 17 +-
SemiPar-1.0-4/SemiPar/R/set.plot.dflts.r | 46 +++---
SemiPar-1.0-4/SemiPar/R/spm.r | 164 ++++++++++------------
SemiPar-1.0-4/SemiPar/data/age.income.txt.gz |only
SemiPar-1.0-4/SemiPar/data/bpd.txt.gz |only
SemiPar-1.0-4/SemiPar/data/calif.air.poll.txt.gz |only
SemiPar-1.0-4/SemiPar/data/copper.txt.gz |only
SemiPar-1.0-4/SemiPar/data/elec.temp.txt.gz |only
SemiPar-1.0-4/SemiPar/data/ethanol.txt.gz |only
SemiPar-1.0-4/SemiPar/data/fossil.txt.gz |only
SemiPar-1.0-4/SemiPar/data/fuel.frame.txt.gz |only
SemiPar-1.0-4/SemiPar/data/janka.txt.gz |only
SemiPar-1.0-4/SemiPar/data/lidar.txt.gz |only
SemiPar-1.0-4/SemiPar/data/milan.mort.txt.gz |only
SemiPar-1.0-4/SemiPar/data/monitor.mercury.txt.gz |only
SemiPar-1.0-4/SemiPar/data/onions.txt.gz |only
SemiPar-1.0-4/SemiPar/data/pig.weights.txt.gz |only
SemiPar-1.0-4/SemiPar/data/ragweed.txt.gz |only
SemiPar-1.0-4/SemiPar/data/retire.plan.txt.gz |only
SemiPar-1.0-4/SemiPar/data/salinity.txt.gz |only
SemiPar-1.0-4/SemiPar/data/sausage.txt.gz |only
SemiPar-1.0-4/SemiPar/data/scallop.txt.gz |only
SemiPar-1.0-4/SemiPar/data/sitka.txt.gz |only
SemiPar-1.0-4/SemiPar/data/term.structure.txt.gz |only
SemiPar-1.0-4/SemiPar/data/trade.union.txt.gz |only
SemiPar-1.0-4/SemiPar/data/ustemp.txt.gz |only
53 files changed, 123 insertions(+), 123 deletions(-)
Title: Interface to Lp_solve v. 5.5 to solve linear/integer programs
Description: Lp_solve is freely available (under LGPL 2) software for
solving linear, integer and mixed integer programs. In this
implementation we supply a "wrapper" function in C and some R
functions that solve general linear/integer problems,
assignment problems, and transportation problems. This version
calls lp_solve version 5.5.
Author: Michel Berkelaar and others
Maintainer: ORPHANED
Diff between lpSolve versions 5.6.6 dated 2011-04-26 and 5.6.7 dated 2013-03-23
DESCRIPTION | 12 ++++++--- MD5 |only src/colamd.c | 3 +- src/commonlib.c | 8 ++++-- src/hbio.c | 70 ++++++++++++++++++++++++++++---------------------------- src/lp_lib.c | 2 - src/lp_report.c | 8 ++++-- src/lusol.c | 2 - src/lusolio.c | 29 ++++++++++++----------- src/mmio.c | 12 +++++---- src/sparselib.c | 16 ++++++------ 11 files changed, 89 insertions(+), 73 deletions(-)
More information about RcmdrPlugin.MA at CRAN
Permanent link