From noreply at r-forge.r-project.org Sat Jan 12 18:16:03 2013 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Sat, 12 Jan 2013 18:16:03 +0100 (CET) Subject: [Sensitivity-commits] r23 - www Message-ID: <20130112171604.10872184ABC@r-forge.r-project.org> Author: pujol Date: 2013-01-12 18:16:03 +0100 (Sat, 12 Jan 2013) New Revision: 23 Removed: www/Rlogo-5.png www/index.php www/join.png www/lgplv3-88x31.png Log: Deleted: www/Rlogo-5.png =================================================================== (Binary files differ) Deleted: www/index.php =================================================================== --- www/index.php 2010-02-10 18:00:53 UTC (rev 22) +++ www/index.php 2013-01-12 17:16:03 UTC (rev 23) @@ -1,109 +0,0 @@ - - - - -'; -?> - - - - - - <?php echo $group_name; ?> - - - - -
- - - - -
-R-Forge Logo
- - - - - - -

Sensitivity

- -

A collection of functions for factor screening and global sensitivity analysis of model output

- -
- -

Welcome to sensitivity project!

- - - -Join the project - -

On this website, you'll find:

- - -

-

ENTER WEBSITE
- -

Otherwise, if you're looking for the latest stable release of the package, -you'd better check -out "sensitivity" -on CRAN.

- -

Integration in simulation platforms

- -

The decoupled architecture of the package has allowed to integrate - it in several simulation plateforms:

- - -

See in particular an example of interaction between sensitivity, MEXICO, and VLE (in french).

- -

Other packages for sensitivity analysis

- -

Here are other R packages for doing sensitivity analysis (available -on CRAN or not):

- - -
- -

Last update: 24 aug 2009

- -
- - - Deleted: www/join.png =================================================================== (Binary files differ) Deleted: www/lgplv3-88x31.png =================================================================== (Binary files differ) From noreply at r-forge.r-project.org Sat Jan 12 18:17:03 2013 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Sat, 12 Jan 2013 18:17:03 +0100 (CET) Subject: [Sensitivity-commits] r24 - pkg Message-ID: <20130112171703.8446C184ABC@r-forge.r-project.org> Author: pujol Date: 2013-01-12 18:17:03 +0100 (Sat, 12 Jan 2013) New Revision: 24 Removed: pkg/DESCRIPTION pkg/NAMESPACE pkg/R/ pkg/man/ Log: Deleted: pkg/DESCRIPTION =================================================================== --- pkg/DESCRIPTION 2013-01-12 17:16:03 UTC (rev 23) +++ pkg/DESCRIPTION 2013-01-12 17:17:03 UTC (rev 24) @@ -1,12 +0,0 @@ -Package: sensitivity -Version: 1.4-1 -Date: 2010-02-?? -Title: Sensitivity Analysis -Author: Gilles Pujol -Maintainer: Bertrand Iooss -Depends: R (>= 2.7.0), boot -Suggests: rgl -Description: A collection of functions for factor screening and - global sensitivity analysis of model output. -License: GPL-3 -URL: http://sensitivity.r-forge.r-project.org/ Deleted: pkg/NAMESPACE =================================================================== --- pkg/NAMESPACE 2013-01-12 17:16:03 UTC (rev 23) +++ pkg/NAMESPACE 2013-01-12 17:17:03 UTC (rev 24) @@ -1,42 +0,0 @@ -export(ask) -export(tell) - -importFrom(stats, rnorm) -export(sobol.fun, ishigami.fun, morris.fun) - -export(src) -S3method(print, src) -S3method(plot, src) - -export(pcc) -S3method(print, pcc) -S3method(plot, pcc) - -export(morris) -S3method(tell, morris) -S3method(print, morris) -S3method(plot, morris) -export(plot3d.morris) - -export(sobol) -S3method(tell, sobol) -S3method(print, sobol) -S3method(plot, sobol) - -export(sobol2002) -S3method(tell, sobol2002) -S3method(print, sobol2002) -S3method(plot, sobol2002) - -export(fast99) -S3method(tell, fast99) -S3method(print, fast99) -S3method(plot, fast99) - -export(sb) -S3method(ask, sb) -S3method(tell, sb) -S3method(print, sb) -S3method(plot, sb) - -export(template.replace)