Title: GUI Tool for Data Management like SPSS or Stata
Diff between Rz versions 0.4-0 dated 2012-05-02 and 0.5-0 dated 2012-06-09
Description: R is very powerfull but not enough for social science
becouse of lack in some functionality for managing survey data
SPSS or Stata provides. Memisc package supplements these,
variable labels, value labels, definable missing values and so
on, but to efficiently work these functions need graphical
interface to overlook data. This package provides such
graphical interface similar to SPSS's Variable View and data
managing system using memisc package as backend. Additionally,
Rz has powerful plot assistant interface based on ggplot2.
Author: Masahiro Hayashi
Maintainer: Masahiro Hayashi
Rz-0.4-0/Rz/R/RzVariableEditorView.R |only
Rz-0.4-0/Rz/inst/images/table_edit.png |only
Rz-0.4-0/Rz/inst/po/Rz.pot |only
Rz-0.4-0/Rz/inst/po/ja/LC_MESSAGES/Rz.mo |only
Rz-0.4-0/Rz/inst/po/ja/LC_MESSAGES/Rz.po |only
Rz-0.5-0/Rz/DESCRIPTION | 11
Rz-0.5-0/Rz/MD5 | 42
Rz-0.5-0/Rz/NAMESPACE | 2
Rz-0.5-0/Rz/NEWS | 138 -
Rz-0.5-0/Rz/R/RzActionGroup.R | 230 +-
Rz-0.5-0/Rz/R/RzAnalysisEditor.R |only
Rz-0.5-0/Rz/R/RzAnalysisStat.R |only
Rz-0.5-0/Rz/R/RzAnalysisVariableEditor.R |only
Rz-0.5-0/Rz/R/RzAnalysisView.R |only
Rz-0.5-0/Rz/R/RzData.R | 14
Rz-0.5-0/Rz/R/RzDataView.R | 2
Rz-0.5-0/Rz/R/RzMain.R | 119 -
Rz-0.5-0/Rz/R/RzSettings.R | 16
Rz-0.5-0/Rz/R/RzTools.R |only
Rz-0.5-0/Rz/R/RzVariableView.R | 1748 ++++++++++----------
Rz-0.5-0/Rz/R/crosstable.R |only
Rz-0.5-0/Rz/R/functions.R | 33
Rz-0.5-0/Rz/R/zzz.R | 1
Rz-0.5-0/Rz/inst/images/application_form.png |only
Rz-0.5-0/Rz/inst/po/.gitignore |only
Rz-0.5-0/Rz/inst/po/R-Rz.pot |only
Rz-0.5-0/Rz/inst/po/R-ja.po |only
Rz-0.5-0/Rz/inst/po/ja/LC_MESSAGES/R-Rz.mo |only
Rz-0.5-0/Rz/inst/themes/Default/gtk-2.0-key/key.txt | 4
Rz-0.5-0/Rz/inst/ui/menu.ui | 22
Rz-0.5-0/Rz/man/crossTable.Rd |only
31 files changed, 1249 insertions(+), 1133 deletions(-)
Title: Robust Regularized Linear Discriminant Analysis
Diff between rrlda versions 1.0 dated 2011-09-20 and 1.1 dated 2012-06-09
Description: This package offers methods to perform robust regularized
linear discriminant analysis.
Author: Moritz Gschwandtner, Peter Filzmoser, Christophe Croux,
Gentiane Haesbroeck
Maintainer: Moritz Gschwandtner
DESCRIPTION | 11 -
MD5 | 13 -
NAMESPACE |only
R/rrest.R | 209 +++++++++++++++------------
R/rrlda.R | 384 +++++++++++++++++++++++++--------------------------
man/predict.rrlda.Rd | 2
man/rrest.Rd | 13 -
man/rrlda.Rd | 10 -
8 files changed, 334 insertions(+), 308 deletions(-)
Title: Time Series Database Interface extensions for ODBC
Diff between TSodbc versions 2012.3-1 dated 2012-03-29 and 2012.5-1 dated 2012-06-09
Description: TSodbc provides an ODBC interface for TSdbi.
Author: Paul Gilbert
Maintainer: Paul Gilbert
TSodbc-2012.3-1/TSodbc/LICENSE |only
TSodbc-2012.5-1/TSodbc/DESCRIPTION | 11 +-
TSodbc-2012.5-1/TSodbc/MD5 | 11 +-
TSodbc-2012.5-1/TSodbc/NEWS | 10 ++
TSodbc-2012.5-1/TSodbc/inst/doc/Guide.pdf |binary
TSodbc-2012.5-1/TSodbc/man/TSdbiMethods.Rd | 1
TSodbc-2012.5-1/TSodbc/vignettes/Guide.Stex | 105 +---------------------------
7 files changed, 25 insertions(+), 113 deletions(-)
Title: A Parallel Simulation Framework
Diff between harvestr versions 0.3 dated 2012-05-04 and 0.4 dated 2012-06-09
Description: Functions for easy simulation and replicability.
Author: Andrew Redd
Maintainer: Andrew Redd
harvestr-0.3/harvestr/tests/test-parallel.R |only
harvestr-0.4/harvestr/DESCRIPTION | 10 -
harvestr-0.4/harvestr/MD5 | 43 ++--
harvestr-0.4/harvestr/NAMESPACE | 10 -
harvestr-0.4/harvestr/NEWS | 8
harvestr-0.4/harvestr/R/gather.R | 169 ++++++++++-------
harvestr-0.4/harvestr/R/harvestr-package.R | 98 ++++++----
harvestr-0.4/harvestr/R/utils.R | 27 ++
harvestr-0.4/harvestr/R/withseed.R | 200 ++++++++++++++-------
harvestr-0.4/harvestr/inst/examples/cache-timing.R |only
harvestr-0.4/harvestr/inst/examples/parallel.R |only
harvestr-0.4/harvestr/inst/examples/use_method.R | 57 +++--
harvestr-0.4/harvestr/inst/tests/test-caching.R | 124 +++++++------
harvestr-0.4/harvestr/inst/tests/test-gather.R | 34 +++
harvestr-0.4/harvestr/inst/tests/test-graft.R |only
harvestr-0.4/harvestr/inst/tests/test-use_method.R | 64 ++++--
harvestr-0.4/harvestr/man/farm.Rd | 5
harvestr-0.4/harvestr/man/gather.Rd | 12 +
harvestr-0.4/harvestr/man/harvest.Rd | 7
harvestr-0.4/harvestr/man/noattr.Rd | 5
harvestr-0.4/harvestr/man/plant.Rd | 23 ++
harvestr-0.4/harvestr/man/reap.Rd | 2
harvestr-0.4/harvestr/man/seed_funs.Rd | 21 --
harvestr-0.4/harvestr/man/sprout.Rd |only
harvestr-0.4/harvestr/man/use_method.Rd | 1
25 files changed, 596 insertions(+), 324 deletions(-)
Title: Toolkit implementation of the gWidgets API for use with web
pages
Diff between gWidgetsWWW versions 0.0-22 dated 2011-01-12 and 0.0-23 dated 2012-06-09
Description: Port of the gWidgets API to program dynamic websites. Can
be used with R's dynamic help web server to serve local files.
This provides a convenient means to make local GUIs for users
without concern for external GUI toolkits. Also, in
combination with RApache,
http://biostat.mc.vanderbilt.edu/rapache/index.html, this
framework can be used to make public websites powered by R.
The Ext JavaScript libararies (www.extjs.com) are used to
create and manipulate the widgets dynamically.
Author: John Verzani
Maintainer: John Verzani
DESCRIPTION | 20 +++++++++-----------
MD5 |only
R/LocalVersion.R | 17 +++++++++++++++--
R/gace.R |only
R/gcanvas.R | 4 ++--
R/gcommandline.R | 18 +++++++++---------
R/gdf.R | 2 +-
R/gformlayout.R | 14 +++++++-------
R/ggooglemaps.R | 2 +-
R/glayout.R | 2 +-
R/gprocessingjs.R | 4 ++--
R/gseparator.R | 2 +-
R/gsvg.R | 2 +-
R/gtree.R | 2 +-
R/gwebvis.R | 2 +-
R/gwindow.R | 2 +-
inst/CITATION |only
inst/Tests/README |only
inst/Tests/test-ggroup.R |only
inst/apps/gw_browse.R | 4 ++--
inst/basehtml/ext/ext-all.js | 12 ++++++------
inst/basehtml/images/spinner-split.gif |only
inst/basehtml/images/spinner.gif |only
inst/css/gWidgetsWWW.css |only
inst/doc/gWidgetsWWW.pdf |binary
inst/javascript/ace-theme-cobalt.js |only
inst/javascript/ace-uncompressed.js |only
inst/javascript/ace.js |only
28 files changed, 60 insertions(+), 49 deletions(-)
Title: Various R programming tools for data manipulation
Diff between gdata versions 2.10.0 dated 2012-06-06 and 2.10.5 dated 2012-06-09
Description: Various R programming tools for data manipulation
Author: Gregory R. Warnes, with contributions from Ben Bolker, Gregor
Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don
MacQueen, Arni Magnusson, Jim Rogers, and others
Maintainer: Gregory Warnes
ChangeLog | 11 ++++++++
DESCRIPTION | 10 +++----
MD5 | 28 ++++++++++-----------
NAMESPACE | 4 +--
NEWS | 18 +++++++++++++
R/nobs.R | 26 +++++++++++++-------
inst/ChangeLog | 11 ++++++++
inst/NEWS | 18 +++++++++++++
inst/doc/mapLevels.pdf |binary
inst/doc/unknown.pdf |binary
man/installXLSXsupport.Rd | 2 +
man/nobs.Rd | 52 ++++++++++++++++++++++++++++++----------
tests/test.read.xls.R | 2 -
tests/test.read.xls.Rout.save | 8 ++++--
tests/tests.write.fwf.Rout.save | 11 ++++++--
15 files changed, 154 insertions(+), 47 deletions(-)
Title: Statistical tools for the interpretation of forensic DNA
mixtures
Diff between forensim versions 2.0 dated 2011-08-10 and 3.1 dated 2012-06-09
Description: Statistical methods and simulation tools for the
interpretation of forensic DNA mixtures
Author: Hinda Haned
Maintainer: Hinda Haned
forensim-2.0/forensim/R/DNAproxy.R |only
forensim-2.0/forensim/R/LR2.R |only
forensim-2.0/forensim/R/Pevid2.R |only
forensim-2.0/forensim/R/RMP.R |only
forensim-2.0/forensim/R/dropDB.R |only
forensim-2.0/forensim/R/recordDrop.R |only
forensim-2.0/forensim/R/recordHeights.R |only
forensim-2.0/forensim/R/tabDNAproxy.R |only
forensim-2.0/forensim/R/tabSPH.R |only
forensim-2.0/forensim/data/Bates.DNA.rdata |only
forensim-2.0/forensim/data/Bates.Database.rdata |only
forensim-2.0/forensim/data/CaseY.DNA.rdata |only
forensim-2.0/forensim/data/CaseY.Database.rdata |only
forensim-2.0/forensim/data/dropdata.rdata |only
forensim-2.0/forensim/inst/doc |only
forensim-2.0/forensim/man/Bates.DNA.Rd |only
forensim-2.0/forensim/man/Bates.Database.Rd |only
forensim-2.0/forensim/man/CaseY.DNA.Rd |only
forensim-2.0/forensim/man/CaseY.Database.Rd |only
forensim-2.0/forensim/man/DNAproxy.Rd |only
forensim-2.0/forensim/man/LR2.Rd |only
forensim-2.0/forensim/man/Pevid2.Rd |only
forensim-2.0/forensim/man/RMP.Rd |only
forensim-2.0/forensim/man/dropDB.Rd |only
forensim-2.0/forensim/man/dropdata.Rd |only
forensim-2.0/forensim/man/recordDrop.Rd |only
forensim-2.0/forensim/man/recordHeights.Rd |only
forensim-2.0/forensim/man/tabDNAproxy.Rd |only
forensim-2.0/forensim/man/tabSPH.Rd |only
forensim-3.1/forensim/DESCRIPTION | 30
forensim-3.1/forensim/MD5 | 120 --
forensim-3.1/forensim/NAMESPACE |only
forensim-3.1/forensim/R/AuxFunc.R | 19
forensim-3.1/forensim/R/LR.R | 211 +++-
forensim-3.1/forensim/R/LRmixTK.R | 1197 +++++++++++++++---------
forensim-3.1/forensim/R/simMixSNP.R | 2
forensim-3.1/forensim/R/simPCR2TK.R | 2
forensim-3.1/forensim/R/zzz.R | 4
forensim-3.1/forensim/man/A2.simu.Rd | 2
forensim-3.1/forensim/man/A3.simu.Rd | 2
forensim-3.1/forensim/man/A4.simu.Rd | 2
forensim-3.1/forensim/man/Cmn.Rd | 2
forensim-3.1/forensim/man/Hbsimu.Rd | 2
forensim-3.1/forensim/man/LR.Rd | 120 --
forensim-3.1/forensim/man/LRmixTK.Rd | 6
forensim-3.1/forensim/man/PE.Rd | 2
forensim-3.1/forensim/man/PV.Rd | 2
forensim-3.1/forensim/man/accessors.Rd | 2
forensim-3.1/forensim/man/as.simugeno.Rd | 2
forensim-3.1/forensim/man/as.simumix.Rd | 2
forensim-3.1/forensim/man/as.tabfreq.Rd | 2
forensim-3.1/forensim/man/changepop.Rd | 2
forensim-3.1/forensim/man/comb.Rd | 2
forensim-3.1/forensim/man/dataL.Rd | 2
forensim-3.1/forensim/man/findfreq.Rd | 2
forensim-3.1/forensim/man/findmax.Rd | 2
forensim-3.1/forensim/man/forensim.package.Rd | 2
forensim-3.1/forensim/man/lik.Rd | 2
forensim-3.1/forensim/man/lik.loc.Rd | 2
forensim-3.1/forensim/man/likEvid.Rd |only
forensim-3.1/forensim/man/likestim.Rd | 2
forensim-3.1/forensim/man/likestim.loc.Rd | 2
forensim-3.1/forensim/man/mastermix.Rd | 2
forensim-3.1/forensim/man/mincontri.Rd | 2
forensim-3.1/forensim/man/naomitab.Rd | 2
forensim-3.1/forensim/man/nball.Rd | 2
forensim-3.1/forensim/man/simPCR2.Rd | 2
forensim-3.1/forensim/man/simPCR2TK.Rd | 2
forensim-3.1/forensim/man/simufreqD.Rd | 2
forensim-3.1/forensim/man/simugeno.Rd | 2
forensim-3.1/forensim/man/simumix.Rd | 2
forensim-3.1/forensim/man/simupopD.Rd | 2
forensim-3.1/forensim/man/tabfreq.Rd | 2
forensim-3.1/forensim/man/virClasses.Rd | 2
forensim-3.1/forensim/src/recurs.c | 659 ++++++++++++-
75 files changed, 1763 insertions(+), 673 deletions(-)
Title: Standardized Group Lasso
Diff between standGL versions 1.0 dated 2011-11-17 and 1.1 dated 2012-06-09
Description: This package fits the standardized (and ridged) group
lasso for linear and logistic regression
Author: Noah Simon
Maintainer: Noah Simon
standGL-1.0/standGL/inst/doc/Makefile |only
standGL-1.0/standGL/inst/doc/Sweave.sty |only
standGL-1.1/standGL/DESCRIPTION | 9 +++--
standGL-1.1/standGL/MD5 | 36 ++++++++++-------------
standGL-1.1/standGL/R/cv.logitGL.R | 26 +++++++++++-----
standGL-1.1/standGL/R/cv.ridgedGL.R | 26 +++++++++++-----
standGL-1.1/standGL/R/cv.standGL.R | 4 +-
standGL-1.1/standGL/R/logitGL.R | 6 +--
standGL-1.1/standGL/R/logitSingleFit.R | 13 ++++++--
standGL-1.1/standGL/R/logitcalcLam.R | 32 ++++++++++----------
standGL-1.1/standGL/R/onLoad.R | 2 -
standGL-1.1/standGL/R/ridgedGL.R | 2 -
standGL-1.1/standGL/R/ridgedcalcLam.R | 45 ++++++++++++++---------------
standGL-1.1/standGL/R/standGL.R | 2 -
standGL-1.1/standGL/inst/doc/standGL.pdf |binary
standGL-1.1/standGL/inst/doc/standGL.rnw | 8 ++---
standGL-1.1/standGL/man/cv.standGL.Rd | 4 +-
standGL-1.1/standGL/man/plot.cv.standGL.Rd | 2 -
standGL-1.1/standGL/man/standGL-package.Rd | 2 -
standGL-1.1/standGL/man/standGL.Rd | 4 +-
20 files changed, 126 insertions(+), 97 deletions(-)
Title: OpenCPU Demo apps.
Diff between opencpu.demo versions 0.4-10 dated 2012-05-06 and 0.7-0 dated 2012-06-09
Description: Some demo R functions and apps for the OpenCPU framework.
See http://www.opencpu.org for more details.
Author: Jeroen Ooms and others as specified in the manual page.
Maintainer: Jeroen Ooms
DESCRIPTION | 8 ++++----
MD5 | 10 +++++++---
NAMESPACE | 5 ++++-
R/altmetrics.R |only
R/gitstats.R | 2 +-
man/altmetrics.Rd |only
man/digg_user.Rd |only
man/git_wf.Rd |only
8 files changed, 16 insertions(+), 9 deletions(-)
Title: Toolkit implementation of gWidgets for tcltk package
Diff between gWidgetstcltk versions 0.0-49 dated 2012-04-03 and 0.0-51 dated 2012-06-09
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 | 10 +++++-----
MD5 | 30 ++++++++++++++++++++++--------
NEWS | 3 +++
R/aaaGenerics.R | 4 ++--
R/gtext.R | 2 +-
R/tcltkFuns.R | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
R/zzz.R | 11 +++++++----
inst/ChangeLog |only
inst/example.tcl |only
inst/pkgIndex.tcl |only
inst/tklibs |only
tests/RunTests.R | 2 +-
tests/runRUnit.R | 22 +++++++++++-----------
13 files changed, 102 insertions(+), 32 deletions(-)