Title: Taxonomic information from around the web.
Diff between taxize versions 0.0.3 dated 2013-01-30 and 0.0.4 dated 2013-01-31
Description: Taxonomic information from around the web.
Author: Scott Chamberlain [aut, cre], Eduard Szoecs [aut], Carl
Boettiger [aut], Ignasi Bartomeus [aut]
Maintainer: Scott Chamberlain
taxize-0.0.3/taxize/CONTRIBUTING.md |only
taxize-0.0.3/taxize/inst/tests/test-ubio_namebank.R |only
taxize-0.0.4/taxize/DESCRIPTION | 9 ++--
taxize-0.0.4/taxize/MD5 | 12 ++---
taxize-0.0.4/taxize/NEWS | 7 +++
taxize-0.0.4/taxize/R/tnrs.R | 44 ++++++++++++++------
taxize-0.0.4/taxize/inst/tests/test-tnrs.R | 2
taxize-0.0.4/taxize/man/tnrs.Rd | 22 +++++++---
8 files changed, 67 insertions(+), 29 deletions(-)
Title: A GUI for Missing Data Exploration
Diff between MissingDataGUI versions 0.1-4 dated 2013-01-30 and 0.1-5 dated 2013-01-31
More information about MissingDataGUI at CRAN
Description: This package provides numeric and graphical summaries for
the missing values from both discrete and continuous variables.
A variety of imputation methods are applied, including
univariate imputations like fixed or random values, multiple
imputations based on other packages, and imputations
conditioned on a categorical variable.
Author: Xiaoyue Cheng, Dianne Cook, Heike Hofmann
Maintainer: Xiaoyue Cheng
DESCRIPTION | 8 ++++----
MD5 | 6 +++---
R/WatchMissingValues.r | 3 ++-
inst/doc/introduction.pdf |binary
4 files changed, 9 insertions(+), 8 deletions(-)
Permanent link
Title: Command line optional and positional argument parser.
Diff between argparse versions 0.5.0 dated 2013-01-29 and 0.5.2 dated 2013-01-31
Description: A command line parser to be used with Rscript to write
"#!" shebang scripts that gracefully accept positional and
optional arguments and automatically generate usage. Initial
beta release.
Author: Trevor L Davis. Ports examples from the argparse Python module
by the Python Software Foundation. Ports examples from the
getopt package by Allen Day.
Maintainer: Trevor L Davis
DESCRIPTION | 6 +++---
MD5 | 8 ++++----
R/argparse.R | 25 +++++++++++++++++--------
inst/doc/argparse.pdf |binary
inst/tests/test-argparse.R | 1 +
5 files changed, 25 insertions(+), 15 deletions(-)
Title: Rule- and Instance-Based Regression Modeling
Diff between Cubist versions 0.0.12 dated 2012-02-29 and 0.0.13 dated 2013-01-31
Description: Regression modeling using rules with added instance-based
corrections
Author: Max Kuhn, Steve Weston, Chris Keefer, Nathan Coulter. C code
for Cubist by Ross Quinlan
Maintainer: Max Kuhn
DESCRIPTION | 8 ++++----
MD5 | 12 ++++++------
R/lattice.R | 5 +++++
R/makeDataFile.R | 22 +++++++++++++---------
R/makeNamesFile.R | 38 +++++++++++++++++++++++++++++++++++++-
inst/NEWS.Rd | 13 +++++++++++++
inst/doc/cubist.pdf |binary
7 files changed, 78 insertions(+), 20 deletions(-)
Title: Intermediate the communication between Vim and R
Diff between vimcom versions 0.9-5 dated 2012-12-02 and 0.9-7 dated 2013-01-31
Description: Provide a service to intermediate the communication
between Vim and R.
Author: Jakson Aquino
Maintainer: Jakson Alves de Aquino
DESCRIPTION | 10 --
MD5 | 14 +--
NEWS | 12 ++
README | 2
configure | 18 ++--
configure.ac | 2
src/vimcom.c | 245 +++++++++++++++++++++++++++++++++++++++++++++++---------
src/vimremote.c | 1
8 files changed, 243 insertions(+), 61 deletions(-)
Title: A package to estimate posterior probabilities and perform model
selection in change-point models using constrained HMM.
Diff between postCP versions 1.6.2 dated 2012-12-21 and 1.6.3 dated 2013-01-31
Description: The functions are used for change-point problems, after an
initial set of change-points within the data has already been
obtained. The function postCP obtains estimates of posterior
probabilities of change-point and hidden states for each
observation, and confidence intervals for the positions of the
change-point. The function postCPsample obtains random samples
of sets of change-points using the output of the postCP
function. Model selection may be performed using function
postCPmodelsel through criteria obtained from function
postCPcrit.
Author: Gregory Nuel and The Minh Luong
Maintainer: The Minh Luong
DESCRIPTION | 8 +++----
MD5 | 22 ++++++++++-----------
R/postCP.r | 51 +++++++++++++++++++++++++++++++-------------------
man/GreedySegmente.Rd | 4 +--
man/lesum.Rd | 4 +--
man/mleNB.Rd | 6 ++---
man/plot.postCP.Rd | 4 +--
man/postCP.Rd | 12 +++++------
man/postCPcrit.Rd | 4 +--
man/postCPmodelsel.Rd | 4 +--
man/postCPsample.Rd | 6 ++---
man/viterbi.Rd | 4 +--
12 files changed, 71 insertions(+), 58 deletions(-)
Title: Full feature implementation of hash/associated
arrays/dictionaries
Diff between hash versions 2.2.4 dated 2012-10-29 and 2.2.5 dated 2013-01-31
Description: This package implements a data structure similar to hashes
in Perl and dictionaries in Python but with a purposefully R
flavor. For objects of appreciable size, access using hashes
outperforms native named lists and vectors.
Author: Christopher Brown
Maintainer: Christopher Brown
ChangeLog | 7 +++++--
DESCRIPTION | 8 ++++----
MD5 | 11 ++++++-----
R/Class-hash.R | 12 ++++++------
R/has-key.R | 2 +-
man/hash-package.Rd | 4 ++--
tests/has.key.R |only
7 files changed, 24 insertions(+), 20 deletions(-)
Title: Toolkit implementation of gWidgets for tcltk package
Diff between gWidgetstcltk versions 0.0-53 dated 2012-10-09 and 0.0-54 dated 2013-01-31
Description: Port of the gWidgets API to the tcltk package. Requires TK
8.5 or greater for the tile (ttk)widgets
http://www.tcl.tk/software/tcltk/8.5.tml. This is the default
on Windows. Under linux, Tk must be installed. Under Mac OS X
(10.5) there are two options: native Tk or X11. For the native
one, Tk must be upgraded. See www.tcl.tk to download source.
Under the Mac it compiles and installs cleanly. For X11, tcltk
libraries can be downloaded to augment the R binary package.
See http://cran.r-project.org/bin/macosx/tools/. The gdf
function requires the add on Tk package TkTable
(http://tktable.sourceforge.net/).
Author: John Verzani
Maintainer: John Verzani
DESCRIPTION | 6 +++---
MD5 | 8 ++++----
NEWS | 6 ++++++
R/gfile.R | 9 +++++++++
R/gslider.R | 6 +++---
5 files changed, 25 insertions(+), 10 deletions(-)
Title: Data sets from Devore's "Prob and Stat for Eng (7th ed)"
Diff between Devore7 versions 0.7.4 dated 2011-11-05 and 0.7.5 dated 2013-01-31
Description: Data sets and sample analyses from Jay L. Devore (2008),
"Probability and Statistics for Engineering and the Sciences
(7th ed)", Thomson.
Author: Original by Jay L. Devore, modifications by Douglas Bates
Maintainer: John Verzani
Devore7-0.7.4/Devore7/inst/doc/auto |only
Devore7-0.7.5/Devore7/DESCRIPTION | 9
Devore7-0.7.5/Devore7/MD5 | 793 ++++++++++++++---------------
Devore7-0.7.5/Devore7/NEWS | 6
Devore7-0.7.5/Devore7/data/ex01.11.rda |binary
Devore7-0.7.5/Devore7/data/ex01.12.rda |binary
Devore7-0.7.5/Devore7/data/ex01.13.rda |binary
Devore7-0.7.5/Devore7/data/ex01.14.rda |binary
Devore7-0.7.5/Devore7/data/ex01.15.rda |binary
Devore7-0.7.5/Devore7/data/ex01.17.rda |binary
Devore7-0.7.5/Devore7/data/ex01.18.rda |binary
Devore7-0.7.5/Devore7/data/ex01.19.rda |binary
Devore7-0.7.5/Devore7/data/ex01.20.rda |binary
Devore7-0.7.5/Devore7/data/ex01.21.rda |binary
Devore7-0.7.5/Devore7/data/ex01.23.rda |binary
Devore7-0.7.5/Devore7/data/ex01.24.rda |binary
Devore7-0.7.5/Devore7/data/ex01.25.rda |binary
Devore7-0.7.5/Devore7/data/ex01.27.rda |binary
Devore7-0.7.5/Devore7/data/ex01.28.rda |binary
Devore7-0.7.5/Devore7/data/ex01.29.rda |binary
Devore7-0.7.5/Devore7/data/ex01.32.rda |binary
Devore7-0.7.5/Devore7/data/ex01.33.rda |binary
Devore7-0.7.5/Devore7/data/ex01.34.rda |binary
Devore7-0.7.5/Devore7/data/ex01.35.rda |binary
Devore7-0.7.5/Devore7/data/ex01.36.rda |binary
Devore7-0.7.5/Devore7/data/ex01.37.rda |binary
Devore7-0.7.5/Devore7/data/ex01.38.rda |binary
Devore7-0.7.5/Devore7/data/ex01.39.rda |binary
Devore7-0.7.5/Devore7/data/ex01.43.rda |binary
Devore7-0.7.5/Devore7/data/ex01.44.rda |binary
Devore7-0.7.5/Devore7/data/ex01.45.rda |binary
Devore7-0.7.5/Devore7/data/ex01.46.rda |binary
Devore7-0.7.5/Devore7/data/ex01.49.rda |binary
Devore7-0.7.5/Devore7/data/ex01.50.rda |binary
Devore7-0.7.5/Devore7/data/ex01.51.rda |binary
Devore7-0.7.5/Devore7/data/ex01.54.rda |binary
Devore7-0.7.5/Devore7/data/ex01.56.rda |binary
Devore7-0.7.5/Devore7/data/ex01.59.rda |binary
Devore7-0.7.5/Devore7/data/ex01.60.rda |binary
Devore7-0.7.5/Devore7/data/ex01.63.rda |binary
Devore7-0.7.5/Devore7/data/ex01.64.rda |binary
Devore7-0.7.5/Devore7/data/ex01.65.rda |binary
Devore7-0.7.5/Devore7/data/ex01.67.rda |binary
Devore7-0.7.5/Devore7/data/ex01.70.rda |binary
Devore7-0.7.5/Devore7/data/ex01.72.rda |binary
Devore7-0.7.5/Devore7/data/ex01.73.rda |binary
Devore7-0.7.5/Devore7/data/ex01.75.rda |binary
Devore7-0.7.5/Devore7/data/ex01.77.rda |binary
Devore7-0.7.5/Devore7/data/ex01.80.rda |binary
Devore7-0.7.5/Devore7/data/ex01.83.rda |binary
Devore7-0.7.5/Devore7/data/ex04.82.rda |binary
Devore7-0.7.5/Devore7/data/ex04.83.rda |binary
Devore7-0.7.5/Devore7/data/ex04.84.rda |binary
Devore7-0.7.5/Devore7/data/ex04.86.rda |binary
Devore7-0.7.5/Devore7/data/ex04.88.rda |binary
Devore7-0.7.5/Devore7/data/ex04.89.rda |binary
Devore7-0.7.5/Devore7/data/ex04.90.rda |binary
Devore7-0.7.5/Devore7/data/ex04.91.rda |binary
Devore7-0.7.5/Devore7/data/ex04.92.rda |binary
Devore7-0.7.5/Devore7/data/ex04.94.rda |binary
Devore7-0.7.5/Devore7/data/ex04.97.rda |binary
Devore7-0.7.5/Devore7/data/ex06.01.rda |binary
Devore7-0.7.5/Devore7/data/ex06.02.rda |binary
Devore7-0.7.5/Devore7/data/ex06.03.rda |binary
Devore7-0.7.5/Devore7/data/ex06.04.rda |binary
Devore7-0.7.5/Devore7/data/ex06.05.rda |binary
Devore7-0.7.5/Devore7/data/ex06.06.rda |binary
Devore7-0.7.5/Devore7/data/ex06.09.rda |binary
Devore7-0.7.5/Devore7/data/ex06.15.rda |binary
Devore7-0.7.5/Devore7/data/ex06.25.rda |binary
Devore7-0.7.5/Devore7/data/ex07.10.rda |binary
Devore7-0.7.5/Devore7/data/ex07.26.rda |binary
Devore7-0.7.5/Devore7/data/ex07.33.rda |binary
Devore7-0.7.5/Devore7/data/ex07.37.rda |binary
Devore7-0.7.5/Devore7/data/ex07.45.rda |binary
Devore7-0.7.5/Devore7/data/ex07.46.rda |binary
Devore7-0.7.5/Devore7/data/ex07.47.rda |binary
Devore7-0.7.5/Devore7/data/ex07.49.rda |binary
Devore7-0.7.5/Devore7/data/ex07.56.rda |binary
Devore7-0.7.5/Devore7/data/ex07.58.rda |binary
Devore7-0.7.5/Devore7/data/ex08.32.rda |binary
Devore7-0.7.5/Devore7/data/ex08.54.rda |binary
Devore7-0.7.5/Devore7/data/ex08.55.rda |binary
Devore7-0.7.5/Devore7/data/ex08.56.rda |binary
Devore7-0.7.5/Devore7/data/ex08.57.rda |binary
Devore7-0.7.5/Devore7/data/ex08.66.rda |binary
Devore7-0.7.5/Devore7/data/ex08.68.rda |binary
Devore7-0.7.5/Devore7/data/ex08.70.rda |binary
Devore7-0.7.5/Devore7/data/ex08.80.rda |binary
Devore7-0.7.5/Devore7/data/ex08.83.rda |binary
Devore7-0.7.5/Devore7/data/ex09.07.rda |binary
Devore7-0.7.5/Devore7/data/ex09.12.rda |binary
Devore7-0.7.5/Devore7/data/ex09.16.rda |binary
Devore7-0.7.5/Devore7/data/ex09.23.rda |binary
Devore7-0.7.5/Devore7/data/ex09.25.rda |binary
Devore7-0.7.5/Devore7/data/ex09.27.rda |binary
Devore7-0.7.5/Devore7/data/ex09.28.rda |binary
Devore7-0.7.5/Devore7/data/ex09.29.rda |binary
Devore7-0.7.5/Devore7/data/ex09.30.rda |binary
Devore7-0.7.5/Devore7/data/ex09.31.rda |binary
Devore7-0.7.5/Devore7/data/ex09.32.rda |binary
Devore7-0.7.5/Devore7/data/ex09.33.rda |binary
Devore7-0.7.5/Devore7/data/ex09.36.rda |binary
Devore7-0.7.5/Devore7/data/ex09.37.rda |binary
Devore7-0.7.5/Devore7/data/ex09.38.rda |binary
Devore7-0.7.5/Devore7/data/ex09.39.rda |binary
Devore7-0.7.5/Devore7/data/ex09.40.rda |binary
Devore7-0.7.5/Devore7/data/ex09.41.rda |binary
Devore7-0.7.5/Devore7/data/ex09.43.rda |binary
Devore7-0.7.5/Devore7/data/ex09.44.rda |binary
Devore7-0.7.5/Devore7/data/ex09.63.rda |binary
Devore7-0.7.5/Devore7/data/ex09.65.rda |binary
Devore7-0.7.5/Devore7/data/ex09.66.rda |binary
Devore7-0.7.5/Devore7/data/ex09.68.rda |binary
Devore7-0.7.5/Devore7/data/ex09.70.rda |binary
Devore7-0.7.5/Devore7/data/ex09.72.rda |binary
Devore7-0.7.5/Devore7/data/ex09.76.rda |binary
Devore7-0.7.5/Devore7/data/ex09.77.rda |binary
Devore7-0.7.5/Devore7/data/ex09.78.rda |binary
Devore7-0.7.5/Devore7/data/ex09.79.rda |binary
Devore7-0.7.5/Devore7/data/ex09.82.rda |binary
Devore7-0.7.5/Devore7/data/ex09.86.rda |binary
Devore7-0.7.5/Devore7/data/ex09.88.rda |binary
Devore7-0.7.5/Devore7/data/ex09.90.rda |binary
Devore7-0.7.5/Devore7/data/ex09.92.rda |binary
Devore7-0.7.5/Devore7/data/ex10.06.rda |binary
Devore7-0.7.5/Devore7/data/ex10.08.rda |binary
Devore7-0.7.5/Devore7/data/ex10.09.rda |binary
Devore7-0.7.5/Devore7/data/ex10.18.rda |binary
Devore7-0.7.5/Devore7/data/ex10.22.rda |binary
Devore7-0.7.5/Devore7/data/ex10.26.rda |binary
Devore7-0.7.5/Devore7/data/ex10.27.rda |binary
Devore7-0.7.5/Devore7/data/ex10.32.rda |binary
Devore7-0.7.5/Devore7/data/ex10.36.rda |binary
Devore7-0.7.5/Devore7/data/ex10.37.rda |binary
Devore7-0.7.5/Devore7/data/ex10.41.rda |binary
Devore7-0.7.5/Devore7/data/ex10.42.rda |binary
Devore7-0.7.5/Devore7/data/ex10.44.rda |binary
Devore7-0.7.5/Devore7/data/ex11.02.rda |binary
Devore7-0.7.5/Devore7/data/ex11.03.rda |binary
Devore7-0.7.5/Devore7/data/ex11.04.rda |binary
Devore7-0.7.5/Devore7/data/ex11.05.rda |binary
Devore7-0.7.5/Devore7/data/ex11.08.rda |binary
Devore7-0.7.5/Devore7/data/ex11.09.rda |binary
Devore7-0.7.5/Devore7/data/ex11.10.rda |binary
Devore7-0.7.5/Devore7/data/ex11.15.rda |binary
Devore7-0.7.5/Devore7/data/ex11.16.rda |binary
Devore7-0.7.5/Devore7/data/ex11.17.rda |binary
Devore7-0.7.5/Devore7/data/ex11.18.rda |binary
Devore7-0.7.5/Devore7/data/ex11.20.rda |binary
Devore7-0.7.5/Devore7/data/ex11.29.rda |binary
Devore7-0.7.5/Devore7/data/ex11.31.rda |binary
Devore7-0.7.5/Devore7/data/ex11.34.rda |binary
Devore7-0.7.5/Devore7/data/ex11.35.rda |binary
Devore7-0.7.5/Devore7/data/ex11.39.rda |binary
Devore7-0.7.5/Devore7/data/ex11.40.rda |binary
Devore7-0.7.5/Devore7/data/ex11.42.rda |binary
Devore7-0.7.5/Devore7/data/ex11.43.rda |binary
Devore7-0.7.5/Devore7/data/ex11.48.rda |binary
Devore7-0.7.5/Devore7/data/ex11.50.rda |binary
Devore7-0.7.5/Devore7/data/ex11.52.rda |binary
Devore7-0.7.5/Devore7/data/ex11.53.rda |binary
Devore7-0.7.5/Devore7/data/ex11.54.rda |binary
Devore7-0.7.5/Devore7/data/ex11.55.rda |binary
Devore7-0.7.5/Devore7/data/ex11.56.rda |binary
Devore7-0.7.5/Devore7/data/ex11.57.rda |binary
Devore7-0.7.5/Devore7/data/ex11.59.rda |binary
Devore7-0.7.5/Devore7/data/ex11.61.rda |binary
Devore7-0.7.5/Devore7/data/ex12.01.rda |binary
Devore7-0.7.5/Devore7/data/ex12.02.rda |binary
Devore7-0.7.5/Devore7/data/ex12.03.rda |binary
Devore7-0.7.5/Devore7/data/ex12.04.rda |binary
Devore7-0.7.5/Devore7/data/ex12.05.rda |binary
Devore7-0.7.5/Devore7/data/ex12.13.rda |binary
Devore7-0.7.5/Devore7/data/ex12.15.rda |binary
Devore7-0.7.5/Devore7/data/ex12.16.rda |binary
Devore7-0.7.5/Devore7/data/ex12.19.rda |binary
Devore7-0.7.5/Devore7/data/ex12.20.rda |binary
Devore7-0.7.5/Devore7/data/ex12.21.rda |binary
Devore7-0.7.5/Devore7/data/ex12.24.rda |binary
Devore7-0.7.5/Devore7/data/ex12.29.rda |binary
Devore7-0.7.5/Devore7/data/ex12.35.rda |binary
Devore7-0.7.5/Devore7/data/ex12.36.rda |binary
Devore7-0.7.5/Devore7/data/ex12.37.rda |binary
Devore7-0.7.5/Devore7/data/ex12.46.rda |binary
Devore7-0.7.5/Devore7/data/ex12.50.rda |binary
Devore7-0.7.5/Devore7/data/ex12.52.rda |binary
Devore7-0.7.5/Devore7/data/ex12.54.rda |binary
Devore7-0.7.5/Devore7/data/ex12.55.rda |binary
Devore7-0.7.5/Devore7/data/ex12.58.rda |binary
Devore7-0.7.5/Devore7/data/ex12.59.rda |binary
Devore7-0.7.5/Devore7/data/ex12.61.rda |binary
Devore7-0.7.5/Devore7/data/ex12.62.rda |binary
Devore7-0.7.5/Devore7/data/ex12.63.rda |binary
Devore7-0.7.5/Devore7/data/ex12.65.rda |binary
Devore7-0.7.5/Devore7/data/ex12.68.rda |binary
Devore7-0.7.5/Devore7/data/ex12.69.rda |binary
Devore7-0.7.5/Devore7/data/ex12.71.rda |binary
Devore7-0.7.5/Devore7/data/ex12.72.rda |binary
Devore7-0.7.5/Devore7/data/ex12.73.rda |binary
Devore7-0.7.5/Devore7/data/ex12.75.rda |binary
Devore7-0.7.5/Devore7/data/ex12.82.rda |binary
Devore7-0.7.5/Devore7/data/ex12.83.rda |binary
Devore7-0.7.5/Devore7/data/ex12.84.rda |binary
Devore7-0.7.5/Devore7/data/ex13.02.rda |binary
Devore7-0.7.5/Devore7/data/ex13.04.rda |binary
Devore7-0.7.5/Devore7/data/ex13.05.rda |binary
Devore7-0.7.5/Devore7/data/ex13.06.rda |binary
Devore7-0.7.5/Devore7/data/ex13.07.rda |binary
Devore7-0.7.5/Devore7/data/ex13.08.rda |binary
Devore7-0.7.5/Devore7/data/ex13.09.rda |binary
Devore7-0.7.5/Devore7/data/ex13.09a.rda |binary
Devore7-0.7.5/Devore7/data/ex13.09b.rda |binary
Devore7-0.7.5/Devore7/data/ex13.09c.rda |binary
Devore7-0.7.5/Devore7/data/ex13.09d.rda |binary
Devore7-0.7.5/Devore7/data/ex13.14.rda |binary
Devore7-0.7.5/Devore7/data/ex13.15.rda |binary
Devore7-0.7.5/Devore7/data/ex13.16.rda |binary
Devore7-0.7.5/Devore7/data/ex13.17.rda |binary
Devore7-0.7.5/Devore7/data/ex13.18.rda |binary
Devore7-0.7.5/Devore7/data/ex13.19.rda |binary
Devore7-0.7.5/Devore7/data/ex13.21.rda |binary
Devore7-0.7.5/Devore7/data/ex13.24.rda |binary
Devore7-0.7.5/Devore7/data/ex13.25.rda |binary
Devore7-0.7.5/Devore7/data/ex13.27.rda |binary
Devore7-0.7.5/Devore7/data/ex13.29.rda |binary
Devore7-0.7.5/Devore7/data/ex13.30.rda |binary
Devore7-0.7.5/Devore7/data/ex13.31.rda |binary
Devore7-0.7.5/Devore7/data/ex13.32.rda |binary
Devore7-0.7.5/Devore7/data/ex13.33.rda |binary
Devore7-0.7.5/Devore7/data/ex13.34.rda |binary
Devore7-0.7.5/Devore7/data/ex13.35.rda |binary
Devore7-0.7.5/Devore7/data/ex13.47.rda |binary
Devore7-0.7.5/Devore7/data/ex13.48.rda |binary
Devore7-0.7.5/Devore7/data/ex13.49.rda |binary
Devore7-0.7.5/Devore7/data/ex13.50.rda |binary
Devore7-0.7.5/Devore7/data/ex13.51.rda |binary
Devore7-0.7.5/Devore7/data/ex13.52.rda |binary
Devore7-0.7.5/Devore7/data/ex13.53.rda |binary
Devore7-0.7.5/Devore7/data/ex13.54.rda |binary
Devore7-0.7.5/Devore7/data/ex13.55.rda |binary
Devore7-0.7.5/Devore7/data/ex13.64.rda |binary
Devore7-0.7.5/Devore7/data/ex13.65.rda |binary
Devore7-0.7.5/Devore7/data/ex13.66.rda |binary
Devore7-0.7.5/Devore7/data/ex13.67.rda |binary
Devore7-0.7.5/Devore7/data/ex13.68.rda |binary
Devore7-0.7.5/Devore7/data/ex13.69.rda |binary
Devore7-0.7.5/Devore7/data/ex13.70.rda |binary
Devore7-0.7.5/Devore7/data/ex13.71.rda |binary
Devore7-0.7.5/Devore7/data/ex13.72.rda |binary
Devore7-0.7.5/Devore7/data/ex13.73.rda |binary
Devore7-0.7.5/Devore7/data/ex13.74.rda |binary
Devore7-0.7.5/Devore7/data/ex13.75.rda |binary
Devore7-0.7.5/Devore7/data/ex13.76.rda |binary
Devore7-0.7.5/Devore7/data/ex14.09.rda |binary
Devore7-0.7.5/Devore7/data/ex14.11.rda |binary
Devore7-0.7.5/Devore7/data/ex14.12.rda |binary
Devore7-0.7.5/Devore7/data/ex14.13.rda |binary
Devore7-0.7.5/Devore7/data/ex14.14.rda |binary
Devore7-0.7.5/Devore7/data/ex14.15.rda |binary
Devore7-0.7.5/Devore7/data/ex14.16.rda |binary
Devore7-0.7.5/Devore7/data/ex14.17.rda |binary
Devore7-0.7.5/Devore7/data/ex14.18.rda |binary
Devore7-0.7.5/Devore7/data/ex14.20.rda |binary
Devore7-0.7.5/Devore7/data/ex14.21.rda |binary
Devore7-0.7.5/Devore7/data/ex14.22.rda |binary
Devore7-0.7.5/Devore7/data/ex14.23.rda |binary
Devore7-0.7.5/Devore7/data/ex14.26.rda |binary
Devore7-0.7.5/Devore7/data/ex14.27.rda |binary
Devore7-0.7.5/Devore7/data/ex14.28.rda |binary
Devore7-0.7.5/Devore7/data/ex14.29.rda |binary
Devore7-0.7.5/Devore7/data/ex14.30.rda |binary
Devore7-0.7.5/Devore7/data/ex14.31.rda |binary
Devore7-0.7.5/Devore7/data/ex14.32.rda |binary
Devore7-0.7.5/Devore7/data/ex14.38.rda |binary
Devore7-0.7.5/Devore7/data/ex14.40.rda |binary
Devore7-0.7.5/Devore7/data/ex14.41.rda |binary
Devore7-0.7.5/Devore7/data/ex14.42.rda |binary
Devore7-0.7.5/Devore7/data/ex14.44.rda |binary
Devore7-0.7.5/Devore7/data/ex15.01.rda |binary
Devore7-0.7.5/Devore7/data/ex15.03.rda |binary
Devore7-0.7.5/Devore7/data/ex15.04.rda |binary
Devore7-0.7.5/Devore7/data/ex15.05.rda |binary
Devore7-0.7.5/Devore7/data/ex15.08.rda |binary
Devore7-0.7.5/Devore7/data/ex15.10.rda |binary
Devore7-0.7.5/Devore7/data/ex15.11.rda |binary
Devore7-0.7.5/Devore7/data/ex15.12.rda |binary
Devore7-0.7.5/Devore7/data/ex15.13.rda |binary
Devore7-0.7.5/Devore7/data/ex15.14.rda |binary
Devore7-0.7.5/Devore7/data/ex15.15.rda |binary
Devore7-0.7.5/Devore7/data/ex15.23.rda |binary
Devore7-0.7.5/Devore7/data/ex15.24.rda |binary
Devore7-0.7.5/Devore7/data/ex15.25.rda |binary
Devore7-0.7.5/Devore7/data/ex15.26.rda |binary
Devore7-0.7.5/Devore7/data/ex15.27.rda |binary
Devore7-0.7.5/Devore7/data/ex15.28.rda |binary
Devore7-0.7.5/Devore7/data/ex15.29.rda |binary
Devore7-0.7.5/Devore7/data/ex15.30.rda |binary
Devore7-0.7.5/Devore7/data/ex15.32.rda |binary
Devore7-0.7.5/Devore7/data/ex15.33.rda |binary
Devore7-0.7.5/Devore7/data/ex15.35.rda |binary
Devore7-0.7.5/Devore7/data/ex16.06.rda |binary
Devore7-0.7.5/Devore7/data/ex16.09.rda |binary
Devore7-0.7.5/Devore7/data/ex16.14.rda |binary
Devore7-0.7.5/Devore7/data/ex16.25.rda |binary
Devore7-0.7.5/Devore7/data/ex16.41.rda |binary
Devore7-0.7.5/Devore7/data/ex16.43.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.01.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.02.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.05.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.06.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.08.rda |only
Devore7-0.7.5/Devore7/data/xmp01.09.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.10.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.11.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.12.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.13.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.14.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.15.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.16.rda |only
Devore7-0.7.5/Devore7/data/xmp01.17.rda |binary
Devore7-0.7.5/Devore7/data/xmp01.18.rda |binary
Devore7-0.7.5/Devore7/data/xmp04.28.rda |binary
Devore7-0.7.5/Devore7/data/xmp04.29.rda |binary
Devore7-0.7.5/Devore7/data/xmp04.30.rda |binary
Devore7-0.7.5/Devore7/data/xmp04.31.rda |binary
Devore7-0.7.5/Devore7/data/xmp06.02.rda |binary
Devore7-0.7.5/Devore7/data/xmp06.03.rda |binary
Devore7-0.7.5/Devore7/data/xmp06.13.rda |binary
Devore7-0.7.5/Devore7/data/xmp06.14.rda |binary
Devore7-0.7.5/Devore7/data/xmp07.06.rda |binary
Devore7-0.7.5/Devore7/data/xmp07.11.rda |binary
Devore7-0.7.5/Devore7/data/xmp07.15.rda |binary
Devore7-0.7.5/Devore7/data/xmp08.08.rda |binary
Devore7-0.7.5/Devore7/data/xmp08.09.rda |binary
Devore7-0.7.5/Devore7/data/xmp09.04.rda |binary
Devore7-0.7.5/Devore7/data/xmp09.06.rda |binary
Devore7-0.7.5/Devore7/data/xmp09.07.rda |binary
Devore7-0.7.5/Devore7/data/xmp09.08.rda |binary
Devore7-0.7.5/Devore7/data/xmp09.09.rda |binary
Devore7-0.7.5/Devore7/data/xmp09.10.rda |binary
Devore7-0.7.5/Devore7/data/xmp10.01.rda |binary
Devore7-0.7.5/Devore7/data/xmp10.03.rda |binary
Devore7-0.7.5/Devore7/data/xmp10.05.rda |binary
Devore7-0.7.5/Devore7/data/xmp10.08.rda |binary
Devore7-0.7.5/Devore7/data/xmp10.10.rda |binary
Devore7-0.7.5/Devore7/data/xmp11.01.rda |binary
Devore7-0.7.5/Devore7/data/xmp11.05.rda |binary
Devore7-0.7.5/Devore7/data/xmp11.06.rda |binary
Devore7-0.7.5/Devore7/data/xmp11.07.rda |binary
Devore7-0.7.5/Devore7/data/xmp11.10.rda |binary
Devore7-0.7.5/Devore7/data/xmp11.11.rda |binary
Devore7-0.7.5/Devore7/data/xmp11.12.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.01.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.02.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.04.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.06.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.08.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.10.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.11.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.12.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.13.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.14.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.15.rda |binary
Devore7-0.7.5/Devore7/data/xmp12.16.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.01.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.03.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.04.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.06.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.09.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.10.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.11.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.12.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.13.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.15.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.16.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.18.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.19.rda |binary
Devore7-0.7.5/Devore7/data/xmp13.22.rda |binary
Devore7-0.7.5/Devore7/data/xmp14.03.rda |binary
Devore7-0.7.5/Devore7/data/xmp14.10.rda |binary
Devore7-0.7.5/Devore7/data/xmp14.13.rda |binary
Devore7-0.7.5/Devore7/data/xmp14.14.rda |binary
Devore7-0.7.5/Devore7/data/xmp15.01.rda |binary
Devore7-0.7.5/Devore7/data/xmp15.02.rda |binary
Devore7-0.7.5/Devore7/data/xmp15.03.rda |binary
Devore7-0.7.5/Devore7/data/xmp15.04.rda |binary
Devore7-0.7.5/Devore7/data/xmp15.06.rda |binary
Devore7-0.7.5/Devore7/data/xmp15.08.rda |binary
Devore7-0.7.5/Devore7/data/xmp15.09.rda |binary
Devore7-0.7.5/Devore7/data/xmp15.10.rda |binary
Devore7-0.7.5/Devore7/data/xmp16.01.rda |binary
Devore7-0.7.5/Devore7/data/xmp16.04.rda |binary
Devore7-0.7.5/Devore7/data/xmp16.06.rda |binary
Devore7-0.7.5/Devore7/data/xmp16.07.rda |binary
Devore7-0.7.5/Devore7/data/xmp16.08.rda |binary
Devore7-0.7.5/Devore7/data/xmp16.09.rda |binary
Devore7-0.7.5/Devore7/inst/doc/Devore7.pdf |binary
Devore7-0.7.5/Devore7/man/xmp01.08.Rd |only
Devore7-0.7.5/Devore7/man/xmp01.16.Rd |only
400 files changed, 409 insertions(+), 399 deletions(-)
Title: R Package for Covariate Balancing Propensity Score
Diff between CBPS versions 0.2 dated 2012-09-29 and 0.3 dated 2013-01-31
Description: CBPS is an R package that implements the covariate
balancing propensity score proposed by Imai and Ratkovic
(2012). The propensity score is estimated such that it
maximizes the resulting covariate balance as well as the
prediction of treatment assignment. The method, therefore,
avoids an iteration between model fitting and balance checking.
Currently, the package can only deal with binary treatment in
the cross section setting but in the future it will be extended
to other settings including non-binary treatments and causal
inference with longitudinal data.
Author: Marc Ratkovic
Maintainer: Marc Ratkovic
ChangeLog | 1
DESCRIPTION | 8 +-
MD5 | 12 ++--
R/CovarBalFunc.R | 152 +++++++++++++++++++++++++++++++++++++------------------
man/CBPS.Rd | 9 +--
man/DR.rd | 3 +
man/IPW.Rd | 3 -
7 files changed, 126 insertions(+), 62 deletions(-)
Title: GUI for biodiversity, suitability and community ecology analysis
Diff between BiodiversityR versions 2.0 dated 2012-12-19 and 2.1 dated 2013-01-31
Description: This package provides a GUI (Graphical User Interface, via
the R-Commander) and some utility functions (often based on the
vegan package) for statistical analysis of biodiversity and
ecological communities, including species accumulation curves,
diversity indices, Renyi profiles, GLMs for analysis of species
abundance and presence-absence, distance matrices, Mantel
tests, and cluster, constrained and unconstrained ordination
analysis. A book on biodiversity and community ecology analysis
is available for free download from the website. In 2012,
methods for (ensemble) suitability modelling and mapping were
expanded in the package.
Author: Roeland Kindt
Maintainer: Roeland Kindt
DESCRIPTION | 18 ++---
MD5 | 12 +--
NAMESPACE | 4 +
R/BiodiversityRGUI.R | 2
inst/etc/BiodiversityGUI.R | 32 +++++-----
man/BiodiversityR-package.Rd | 2
man/BiodiversityRGUI.Rd | 130 +------------------------------------------
7 files changed, 42 insertions(+), 158 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-07-31 0.6-14
2010-07-28 0.6-13
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-06-06 0.2-01
2012-04-29 0.2-0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-05-31 4.0-2
2012-04-06 4.0-1
2011-08-11 3.0
2011-06-23 2.9-6
2011-03-18 2.9-4
2011-01-27 2.9-2
2010-11-08 2.9-1
2010-08-12 2.8-1
2010-05-28 2.7-1
2010-02-25 2.6
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-12-21 0.1.3.3
2012-04-19 0.1.3.2
2009-07-30 0.1.3.1
2009-07-27 0.1.3
2009-05-27 0.1.2
2009-05-19 0.1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-03-05 1.2
2009-10-14 1.1
Title: Parallel Computing Toolset for Genome-Wide Association Studies
(GWAS)
Diff between SNPRelate versions 0.9.10 dated 2013-01-21 and 0.9.11 dated 2013-01-31
Description: A High-performance computing toolset for relatedness and
principal component analysis of SNP data
Author: Xiuwen Zheng
Maintainer: Xiuwen Zheng
DESCRIPTION | 10 -
MD5 | 96 ++++++++---------
NEWS | 9 +
R/main.r | 130 ++++++++++++------------
inst/doc/SNPRelateTutorial.Rnw | 216 +++++++++++++++++++++++++++++++++-------
inst/doc/SNPRelateTutorial.pdf |binary
inst/extdata/hapmap_geno.gds |binary
man/SNPRelate-package.Rd | 4
man/snpgdsCombineGeno.Rd | 4
man/snpgdsCreateGeno.Rd | 10 -
man/snpgdsCreateGenoSet.Rd | 4
man/snpgdsDiss.Rd | 2
man/snpgdsGDS2BED.Rd | 2
man/snpgdsGDS2Eigen.Rd | 2
man/snpgdsGDS2PED.Rd | 2
man/snpgdsGetGeno.Rd | 6 -
man/snpgdsIBDMLE.Rd | 2
man/snpgdsIBDMLELogLik.Rd | 2
man/snpgdsIBDMoM.Rd | 2
man/snpgdsIBS.Rd | 2
man/snpgdsIBSNum.Rd | 2
man/snpgdsIndInb.Rd | 2
man/snpgdsLDMat.Rd | 2
man/snpgdsLDpruning.Rd | 2
man/snpgdsOption.Rd | 2
man/snpgdsPCA.Rd | 15 +-
man/snpgdsPCACorr.Rd | 2
man/snpgdsPCASNPLoading.Rd | 2
man/snpgdsPCASampLoading.Rd | 2
man/snpgdsSNPList.Rd | 2
man/snpgdsSNPRateFreq.Rd | 2
man/snpgdsSampMissrate.Rd | 2
man/snpgdsSelectSNP.Rd | 2
man/snpgdsSummary.Rd | 2
src/CoreDEF.h | 4
src/CoreGDSLink.cpp | 60 +++++++----
src/CoreGDSLink.h | 37 ++++--
src/dGWASMath.h | 2
src/dGenGWAS.cpp | 4
src/dGenGWAS.h | 8 -
src/dType.h | 171 +++++++++++++++++++++++++++++--
src/dVect.cpp | 2
src/dVect.h | 4
src/genIBD.cpp | 18 +--
src/genIBS.cpp | 18 +--
src/genLD.cpp | 18 +--
src/genPCA.cpp | 18 +--
src/main.cpp | 31 ++---
vignettes/SNPRelateTutorial.Rnw | 216 +++++++++++++++++++++++++++++++++-------
49 files changed, 820 insertions(+), 337 deletions(-)
Title: Design and Analysis of Experiments with R
Diff between daewr versions 1.0-1 dated 2012-11-17 and 1.0-3 dated 2013-01-31
Description: This package contains data frames and functions used in
the book "Design and Analysis of Experiments with R"
Author: John Lawson
Maintainer: John Lawson
DESCRIPTION | 11 ++++++-----
MD5 | 46 +++++++++++++++++++++++++++++++++++++---------
NAMESPACE | 4 +++-
R/Altscreen.R | 23 ++++++++++++-----------
R/ModelRobust.R |only
R/OptPB.R |only
data/MR12m5g5.rda |only
data/MR12m6g5.rda |only
data/MR12m7g4.rda |only
data/MR12m8g3.rda |only
data/MR12m9g2.rda |only
data/MR16m10g3.rda |only
data/MR16m7g5.rda |only
data/MR16m8g5.rda |only
data/MR16m9g5.rda |only
data/MR8m4g3.rda |only
data/MR8m5g2.rda |only
data/MR8m6g1.rda |only
man/Altscreen.Rd | 28 +++++++++++++---------------
man/LGB.Rd | 1 -
man/MR12m5g5.Rd |only
man/MR12m6g5.Rd |only
man/MR12m7g4.Rd |only
man/MR12m8g3.Rd |only
man/MR12m9g2.Rd |only
man/MR16m10g3.Rd |only
man/MR16m7g5.Rd |only
man/MR16m8g5.Rd |only
man/MR16m9g5.Rd |only
man/MR8m4g3.Rd |only
man/MR8m5g2.Rd |only
man/MR8m6g1.Rd |only
man/ModelRobust.Rd |only
man/OptPB.Rd |only
man/Tukey1df.Rd | 6 +++---
man/bioequiv.Rd | 2 +-
man/bioeqv.Rd | 4 ++--
man/chipman.Rd | 2 +-
38 files changed, 78 insertions(+), 49 deletions(-)