Sat, 08 Aug 2009

New package crantastic with initial version 0.1
Package: crantastic
Type: Package
Title: Various R tools for http://crantastic.org/
Version: 0.1
Date: 2009-07-15
Author: Bjorn Arild Maeland
Maintainer: Bjorn Arild Maeland
Description: Various R tools for http://crantastic.org/
URL: http://github.com/hadley/crantastic/tree/R-package, http://crantastic.org
License: GPL-2
Packaged: 2009-08-08 16:12:35 UTC; bjorn
Repository: CRAN
Date/Publication: 2009-08-08 16:58:39

More information about crantastic at CRAN
Permanent link

Package slam updated to version 0.1-2 with previous version 0.1-1 dated 2009-07-01

Author: Kurt Hornik, David Meyer, Christian Buchta
Title: Sparse Lightweight Arrays and Matrices
Description: Data structures and algorithms for sparse arrays and matrices, based on index arrays and simple triplet representations, respectively.

Diff between slam versions 0.1-1 dated 2009-07-01 and 0.1-2 dated 2009-08-08

 DESCRIPTION   |    8 +--
 R/array.R     |   12 ++---
 R/matrix.R    |  120 ++++++++++++++++++++++++++++++++++++----------------------
 man/matrix.Rd |    2 
 4 files changed, 86 insertions(+), 56 deletions(-)

More information about slam at CRAN
Permanent link

Package estout updated to version 0.6-1 with previous version 0.5-1 dated 2009-07-31

Author: Felix Kaminsky , inspired by the estout package for Stata.
Title: Estimates Output
Description: The function collection stores the estimates of several models and formats it to a table of the form estimate starred and std.err. below. The default output is LaTeX but output to CSV for later editing in a spreadsheet tool is possible as well. It works for linear models (lm) and panel models from the "plm"-package (plm). The added "descsto" and "desctab" enable you to export descriptive statistics of data-frames and single variables to LaTeX and CSV.

Diff between estout versions 0.5-1 dated 2009-07-31 and 0.6-1 dated 2009-08-08

 DESCRIPTION    |   10 ++++++----
 R/descsto.R    |only
 R/desctab.R    |only
 R/eststo.R     |   10 ++++++++--
 R/esttab.R     |   18 +++++++-----------
 man/descsto.Rd |only
 man/desctab.Rd |only
 man/eststo.Rd  |   10 +++++-----
 8 files changed, 26 insertions(+), 22 deletions(-)

More information about estout at CRAN
Permanent link

Package entropy updated to version 1.1.4 with previous version 1.1.3 dated 2009-01-09

Author: Jean Hausser and Korbinian Strimmer
Title: Entropy and Mutual Information Estimation
Description: This package implements various estimators of entropy, such as the shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen estimator. It also offers an R interface to the NSB estimator. Furthermore, it provides functions for estimating mutual information.

Diff between entropy versions 1.1.3 dated 2009-01-09 and 1.1.4 dated 2009-08-08

 DESCRIPTION            |   21 ++++++++++++---------
 NEWS                   |    5 +++++
 man/entropy.package.Rd |    4 ++--
 man/entropy.shrink.Rd  |    8 +++++---
 4 files changed, 24 insertions(+), 14 deletions(-)

More information about entropy at CRAN
Permanent link

Package rattle updated to version 2.4.90 with previous version 2.4.83 dated 2009-07-18

Author: Graham Williams
Title: A graphical user interface for data mining in R using GTK
Description: Rattle (the R Analytic Tool To Learn Easily) provides a Gnome (RGtk2) based interface to R functionality for data mining. The aim is to provide a simple and intuitive interface that allows a user to quickly load data from a CSV file (or via ODBC), transform and explore the data, build and evaluate models, and export models as PMML (predictive modelling markup language) or as scores. All of this with knowing little about R. All R commands are logged and commented through the log tab and so available to the user as a script file or as an aide to the user to interact directly with R itself. Rattle also exports a number of utility functions and the graphical user interface, invoked as rattle(), does not need to be run to deploy these.

Diff between rattle versions 2.4.83 dated 2009-07-18 and 2.4.90 dated 2009-08-08

 DESCRIPTION                    |    8 
 R/data.R                       |   46 +
 R/evaluate.R                   |   60 -
 R/log.R                        |   17 
 R/model.R                      |    4 
 R/projects.R                   |   12 
 R/random_forest.R              |   27 
 R/rattle.R                     |   16 
 R/transform.R                  |  159 +++--
 R/zzz.R                        |    4 
 data/audit.RData               |binary
 data/weather.RData             |binary
 data/weatherCanberra.RData     |binary
 data/weatherSydney.RData       |binary
 inst/arff/weather.arff         |  746 ++++++++++++------------
 inst/arff/weatherCanberra.arff | 1265 +++++++++++++++++++++--------------------
 inst/arff/weatherSydney.arff   | 1075 +++++++++++++++++-----------------
 inst/csv/weather.csv           |  732 +++++++++++------------
 inst/csv/weatherCanberra.csv   | 1251 ++++++++++++++++++++--------------------
 inst/csv/weatherSydney.csv     |   63 +-
 inst/etc/rattle.glade          |   65 +-
 man/internal.Rd                |    1 
 man/plotRisk.Rd                |    6 
 23 files changed, 2922 insertions(+), 2635 deletions(-)

More information about rattle at CRAN
Permanent link

New package rioja with initial version 0.5-2
Package: rioja
Type: Package
Title: An R package for the analysis of Quaternary science data
Version: 0.5-2
Date: 2009-07-29
Author: Steve Juggins
Maintainer: Steve Juggins
Suggests: RODBC, vegan, lattice
Description: Functions for the analysis of Quaternary science data, including constrained clustering, WA, WAPLS, IKFA, MLRC and MAT transfer functions, and stratigraphic diagrams.
License: GPL-2
URL: http://www.staff.ncl.ac.uk/staff/stephen.juggins/
Packaged: 2009-08-08 08:30:08 UTC; nsj3
Repository: CRAN
Date/Publication: 2009-08-08 09:07:21

More information about rioja at CRAN
Permanent link

Package pmml updated to version 1.2.17 with previous version 1.2.15 dated 2009-06-24

Author: Graham Williams, Michael Hahsler (arules), Zementis Inc, Hemant Ishwaran, Udaya B. Kogalur, Rajarshi Guha
Title: Generate PMML for various models
Description: The Predictive Modelling Markup Language (PMML) is a language for representing models, in an application independent way. Such models can then be loaded into other applications supporting PMML, including ADAPA from Zementis, Teradata Warehouse Miner and IBM's DB2. The package provides a generic pmml function to generate pmml for an object. Using a S3 generic function the approriate method for the class of the supplied object is dispatched. The package currently supports the export of PMML for linear regression, SVMs, rpart classification trees, randomSurvivalForest forest models, and kmeans clusters. This package is part of the Rattle toolkit.

Diff between pmml versions 1.2.15 dated 2009-06-24 and 1.2.17 dated 2009-08-08

 DESCRIPTION       |    8 +--
 R/pmml.R          |  134 +++++++++++++++++++++++++++++++++++++++++++++---------
 R/pmml.kmeans.R   |   18 ++++---
 R/pmml.lm.R       |   11 ++--
 R/pmml.multinom.R |    5 ++
 R/pmml.nnet.R     |    3 +
 R/pmml.rpart.R    |   15 ++++--
 7 files changed, 154 insertions(+), 40 deletions(-)

More information about pmml at CRAN
Permanent link

Package gWidgetsWWW updated to version 0.0-8 with previous version 0.0-6 dated 2009-03-03

Author: John Verzani
Title: Toolkit implementation of gWidgets API for use with web pages
Description: Port of gWidgets API to www using RApache (http://biostat.mc.vanderbilt.edu/rapache/index.html) to link R with a web page and Ext JavaScript libararies to create and manipulate widgets. Needs Ext 3.0 or greater. (www.extjs.com)

Diff between gWidgetsWWW versions 0.0-6 dated 2009-03-03 and 0.0-8 dated 2009-08-08

 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-actions.html              |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-buttons.html              |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-editdata.html             |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-form.html                 |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gcombobox.html            |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-ggooglemaps.html          |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-ghtml.html                |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-ghtml.txt                 |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gprocessingjs.R           |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gprocessingjs.html        |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui-data.R                |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui-help.R                |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui-helpers.R             |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui-plots.R               |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui-ttest.R               |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui-ttest.orig            |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui-variables.R           |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui-widget.R              |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui.R                     |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-gui.html                  |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-index.html                |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-layouts.html              |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-t-test.html               |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-widgets-1.png             |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-widgets-1.txt             |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-widgets.html              |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-widgets.png               |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-widgets.txt               |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/Examples/ex-windows.html              |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/doc/gWIdgetsWWW.Rnw                   |only
 gWidgetsWWW-0.0-6/gWidgetsWWW/inst/doc/gWIdgetsWWW.pdf                   |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/DESCRIPTION                                |   24 
 gWidgetsWWW-0.0-8/gWidgetsWWW/NAMESPACE                                  |   11 
 gWidgetsWWW-0.0-8/gWidgetsWWW/NEWS                                       |   38 +
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/aaa.R                                    |  112 ++-
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/common.R                                 |    5 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gcalendar.R                              |    2 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gcanvas.R                                |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gcheckboxgroup.R                         |    8 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gcombobox.R                              |    4 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gdf.R                                    |   13 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gedit.R                                  |    4 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gfile.R                                  |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gformlayout.R                            |   56 +
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/ggooglemaps.R                            |  179 ------
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/ghtml.R                                  |    8 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gimage.R                                 |   31 -
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/glabel.R                                 |    2 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gprocessingjs.R                          |    4 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gradio.R                                 |   92 ---
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gslider.R                                |   41 -
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gspinbutton.R                            |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gstatusbar.R                             |   14 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gsvg.R                                   |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gtable.R                                 |    2 
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/gwindow.R                                |  281 ++++------
 gWidgetsWWW-0.0-8/gWidgetsWWW/R/icons.R                                  |    6 
 gWidgetsWWW-0.0-8/gWidgetsWWW/README                                     |   14 
 gWidgetsWWW-0.0-8/gWidgetsWWW/TODO.txt                                   |   56 +
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/brew-gWidgets.brew           |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-actions.R                 |    4 
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-add-widget-dynamically.R  |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-buttons.R                 |    3 
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-canvas.R                  |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-clt.R                     |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-editdata.R                |    2 
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-form.R                    |   10 
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-gcombobox.R               |    3 
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-ggooglemaps.R             |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-ggplot2.R                 |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-ghtml.R                   |   64 +-
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-helloworld.R              |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-image.R                   |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-index.R                   |  202 ++-----
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-layouts.R                 |    3 
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-survey.R                  |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-svg.R                     |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-t-test.R                  |   57 +-
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-widgets.R                 |    8 
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/Examples/ex-windows.R                 |   20 
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/css                                   |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/doc/gWidgetsWWW.Rnw                   |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/doc/gWidgetsWWW.pdf                   |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/javascript/FileUploadField.js         |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/javascript/GMapPanel.js               |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/javascript/ext.ux.example.js          |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/javascript/ext.ux.imageBox.js         |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/javascript/ext.ux.slidertip.js        |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/javascript/ext.ux.spinner.js          |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/javascript/ext.ux.spinnerformfield.js |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/javascript/ext.ux.statusbar.js        |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/scripts                               |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/inst/templates                             |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/man/gWidgets-helpers.Rd                    |    8 
 gWidgetsWWW-0.0-8/gWidgetsWWW/man/gWidgetsWWW-package.Rd                 |  144 +++--
 gWidgetsWWW-0.0-8/gWidgetsWWW/man/gcanvas.Rd                             |only
 gWidgetsWWW-0.0-8/gWidgetsWWW/man/ggooglemaps.Rd                         |    2 
 gWidgetsWWW-0.0-8/gWidgetsWWW/man/gprocessingjs.Rd                       |    2 
 gWidgetsWWW-0.0-8/gWidgetsWWW/man/gsvg.Rd                                |only
 99 files changed, 727 insertions(+), 812 deletions(-)

More information about gWidgetsWWW at CRAN
Permanent link

Package PBSmodelling updated to version 2.20 with previous version 2.06 dated 2009-03-08

Author: Jon T. Schnute , Alex Couture-Beil , Rowan Haigh , and Anisa Egeli
Title: PBS Modelling 2.11
Description: PBS Modelling provides software to facilitate the design, testing, and operation of computer models. It focuses particularly on tools that make it easy to construct and edit a customized graphical user interface (GUI). Although it depends heavily on the R interface to the Tcl/Tk package, a user does not need to know Tcl/Tk. The package contains examples that illustrate models built with other R packages, including PBSmapping, deSolve, PBSddesolve, and BRugs. It also serves as a convenient prototype for building new R packages, along with instructions and batch files to facilitate that process. The R directory '.../library/PBSmodelling/doc' includes a complete user guide PBSmodelling-UG.pdf. To use this package effectively, please consult the guide.

Diff between PBSmodelling versions 2.06 dated 2009-03-08 and 2.20 dated 2009-08-08

 PBSmodelling-2.06/PBSmodelling/inst/PBStools/RmakePDF2.bat           |only
 PBSmodelling-2.06/PBSmodelling/inst/PBStools/RmakePDF3.bat           |only
 PBSmodelling-2.06/PBSmodelling/inst/examples/plotFuns.r              |only
 PBSmodelling-2.20/PBSmodelling/DESCRIPTION                           |   52 
 PBSmodelling-2.20/PBSmodelling/R/guiFuns.r                           | 1745 +++++++---
 PBSmodelling-2.20/PBSmodelling/R/listFuns.r                          |  188 -
 PBSmodelling-2.20/PBSmodelling/R/plotFuns.r                          |   84 
 PBSmodelling-2.20/PBSmodelling/R/projectFuns.r                       |   18 
 PBSmodelling-2.20/PBSmodelling/R/supportFuns.r                       |  257 +
 PBSmodelling-2.20/PBSmodelling/R/widgetDefs.r                        |  243 +
 PBSmodelling-2.20/PBSmodelling/R/zzz.r                               |   18 
 PBSmodelling-2.20/PBSmodelling/inst/PBStools/00ReadMe.txt            |    6 
 PBSmodelling-2.20/PBSmodelling/inst/PBStools/RPaths.bat              |   20 
 PBSmodelling-2.20/PBSmodelling/inst/PBStools/RmakePDF.bat            |   23 
 PBSmodelling-2.20/PBSmodelling/inst/PBStools/RmakePDF_01.bat         |only
 PBSmodelling-2.20/PBSmodelling/inst/PBStools/RmakePDF_02.bat         |only
 PBSmodelling-2.20/PBSmodelling/inst/PBStools/RmakePDF_03.bat         |only
 PBSmodelling-2.20/PBSmodelling/inst/doc/ChangeLog.txt                |  141 
 PBSmodelling-2.20/PBSmodelling/inst/doc/PBSmodelling-UG.pdf          |binary
 PBSmodelling-2.20/PBSmodelling/inst/doc/PBSmodelling-Updates.pdf     |binary
 PBSmodelling-2.20/PBSmodelling/inst/doc/PBSmodellingIntro.Rnw        |    4 
 PBSmodelling-2.20/PBSmodelling/inst/doc/PBSmodellingIntro.pdf        |binary
 PBSmodelling-2.20/PBSmodelling/inst/testWidgets/droplist.txt         |only
 PBSmodelling-2.20/PBSmodelling/inst/testWidgets/object_scrolling.txt |only
 PBSmodelling-2.20/PBSmodelling/inst/testWidgets/spinbox.txt          |only
 PBSmodelling-2.20/PBSmodelling/inst/testWidgets/table.txt            |only
 PBSmodelling-2.20/PBSmodelling/inst/testWidgets/testWidgetWin.txt    |   16 
 PBSmodelling-2.20/PBSmodelling/inst/testWidgets/text.txt             |    2 
 PBSmodelling-2.20/PBSmodelling/man/GT0.Rd                            |    3 
 PBSmodelling-2.20/PBSmodelling/man/addArrows.Rd                      |    5 
 PBSmodelling-2.20/PBSmodelling/man/addLabel.Rd                       |    5 
 PBSmodelling-2.20/PBSmodelling/man/addLegend.Rd                      |    5 
 PBSmodelling-2.20/PBSmodelling/man/calcFib.Rd                        |    4 
 PBSmodelling-2.20/PBSmodelling/man/calcGM.Rd                         |   14 
 PBSmodelling-2.20/PBSmodelling/man/calcMin.Rd                        |    6 
 PBSmodelling-2.20/PBSmodelling/man/chooseWinVal.Rd                   |    3 
 PBSmodelling-2.20/PBSmodelling/man/cleanProj.Rd                      |    3 
 PBSmodelling-2.20/PBSmodelling/man/cleanWD.Rd                        |    3 
 PBSmodelling-2.20/PBSmodelling/man/clearAll.Rd                       |    4 
 PBSmodelling-2.20/PBSmodelling/man/clearPBSext.Rd                    |    4 
 PBSmodelling-2.20/PBSmodelling/man/clearRcon.Rd                      |only
 PBSmodelling-2.20/PBSmodelling/man/clearWinVal.Rd                    |    4 
 PBSmodelling-2.20/PBSmodelling/man/clipVector.Rd                     |only
 PBSmodelling-2.20/PBSmodelling/man/closeWin.Rd                       |    4 
 PBSmodelling-2.20/PBSmodelling/man/compileC.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/compileDescription.Rd             |    4 
 PBSmodelling-2.20/PBSmodelling/man/convSlashes.Rd                    |    4 
 PBSmodelling-2.20/PBSmodelling/man/createVector.Rd                   |    4 
 PBSmodelling-2.20/PBSmodelling/man/createWin.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/declareGUIoptions.Rd              |    3 
 PBSmodelling-2.20/PBSmodelling/man/doAction.Rd                       |    4 
 PBSmodelling-2.20/PBSmodelling/man/drawBars.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/evalCall.Rd                       |    4 
 PBSmodelling-2.20/PBSmodelling/man/expandGraph.Rd                    |    4 
 PBSmodelling-2.20/PBSmodelling/man/exportHistory.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/findPat.Rd                        |    4 
 PBSmodelling-2.20/PBSmodelling/man/findPrefix.Rd                     |    3 
 PBSmodelling-2.20/PBSmodelling/man/focusWin.Rd                       |    4 
 PBSmodelling-2.20/PBSmodelling/man/genMatrix.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/getChoice.Rd                      |    3 
 PBSmodelling-2.20/PBSmodelling/man/getGUIoptions.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/getPBSext.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/getPBSoptions.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/getPrefix.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/getSuffix.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/getWinAct.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/getWinFun.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/getWinVal.Rd                      |    7 
 PBSmodelling-2.20/PBSmodelling/man/getYes.Rd                         |    3 
 PBSmodelling-2.20/PBSmodelling/man/importHistory.Rd                  |    4 
 PBSmodelling-2.20/PBSmodelling/man/initHistory.Rd                    |    8 
 PBSmodelling-2.20/PBSmodelling/man/isWhat.Rd                         |    3 
 PBSmodelling-2.20/PBSmodelling/man/loadC.Rd                          |    3 
 PBSmodelling-2.20/PBSmodelling/man/openExamples.Rd                   |    4 
 PBSmodelling-2.20/PBSmodelling/man/openFile.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/openPackageFile.Rd                |    3 
 PBSmodelling-2.20/PBSmodelling/man/openProjFiles.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/packList.Rd                       |   10 
 PBSmodelling-2.20/PBSmodelling/man/pad0.Rd                           |    4 
 PBSmodelling-2.20/PBSmodelling/man/parseWinFile.Rd                   |    3 
 PBSmodelling-2.20/PBSmodelling/man/pause.Rd                          |    3 
 PBSmodelling-2.20/PBSmodelling/man/pickCol.Rd                        |    4 
 PBSmodelling-2.20/PBSmodelling/man/plotACF.Rd                        |    3 
 PBSmodelling-2.20/PBSmodelling/man/plotAsp.Rd                        |    4 
 PBSmodelling-2.20/PBSmodelling/man/plotBubbles.Rd                    |    3 
 PBSmodelling-2.20/PBSmodelling/man/plotCsum.Rd                       |    4 
 PBSmodelling-2.20/PBSmodelling/man/plotDens.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/plotFriedEggs.Rd                  |   17 
 PBSmodelling-2.20/PBSmodelling/man/plotTrace.Rd                      |    3 
 PBSmodelling-2.20/PBSmodelling/man/presentTalk.Rd                    |    3 
 PBSmodelling-2.20/PBSmodelling/man/promptOpenFile.Rd                 |    5 
 PBSmodelling-2.20/PBSmodelling/man/promptSaveFile.Rd                 |    5 
 PBSmodelling-2.20/PBSmodelling/man/promptWriteOptions.Rd             |    3 
 PBSmodelling-2.20/PBSmodelling/man/readList.Rd                       |   14 
 PBSmodelling-2.20/PBSmodelling/man/readPBSoptions.Rd                 |    3 
 PBSmodelling-2.20/PBSmodelling/man/resetGraph.Rd                     |   22 
 PBSmodelling-2.20/PBSmodelling/man/restorePar.Rd                     |    3 
 PBSmodelling-2.20/PBSmodelling/man/runDemos.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/runExamples.Rd                    |    3 
 PBSmodelling-2.20/PBSmodelling/man/scalePar.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/setFileOption.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/setGUIoptions.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/setPBSext.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/setPBSoptions.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/setPathOption.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/setWidgetState.Rd                 |only
 PBSmodelling-2.20/PBSmodelling/man/setWinAct.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/setWinVal.Rd                      |    3 
 PBSmodelling-2.20/PBSmodelling/man/setwdGUI.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/show0.Rd                          |    3 
 PBSmodelling-2.20/PBSmodelling/man/showAlert.rd                      |    3 
 PBSmodelling-2.20/PBSmodelling/man/showArgs.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/showHelp.Rd                       |    3 
 PBSmodelling-2.20/PBSmodelling/man/showPacks.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/showRes.Rd                        |    3 
 PBSmodelling-2.20/PBSmodelling/man/showVignettes.Rd                  |    3 
 PBSmodelling-2.20/PBSmodelling/man/sortHistory.Rd                    |    3 
 PBSmodelling-2.20/PBSmodelling/man/testAlpha.Rd                      |    4 
 PBSmodelling-2.20/PBSmodelling/man/testCol.Rd                        |   73 
 PBSmodelling-2.20/PBSmodelling/man/testLty.Rd                        |    3 
 PBSmodelling-2.20/PBSmodelling/man/testLwd.Rd                        |    3 
 PBSmodelling-2.20/PBSmodelling/man/testPch.Rd                        |    3 
 PBSmodelling-2.20/PBSmodelling/man/testWidgets.Rd                    |   97 
 PBSmodelling-2.20/PBSmodelling/man/unpackList.Rd                     |    8 
 PBSmodelling-2.20/PBSmodelling/man/updateGUI.Rd                      |only
 PBSmodelling-2.20/PBSmodelling/man/view.Rd                           |    3 
 PBSmodelling-2.20/PBSmodelling/man/viewCode.Rd                       |   14 
 PBSmodelling-2.20/PBSmodelling/man/writeList.Rd                      |   19 
 PBSmodelling-2.20/PBSmodelling/man/writePBSoptions.Rd                |    3 
 PBSmodelling-2.20/PBSmodelling/src/parser.c                          |   39 
 130 files changed, 2635 insertions(+), 822 deletions(-)

More information about PBSmodelling at CRAN
Permanent link


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