From 39f723cba6bde82f87af75a58a6f55f501bb5a28 Mon Sep 17 00:00:00 2001 From: Mauricio Zambrano-Bigiarini <hzambran@users.noreply.github.com> Date: Fri, 29 Jun 2012 09:49:57 +0000 Subject: [PATCH] updated DESCRIPTION, NEWS and package info before submitting to CRAN the 0.4-57 version --- DESCRIPTION | 4 ++-- NEWS | 2 +- man/hydroPSO-package.Rd | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 154ab03..5d758b8 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: hydroPSO Type: Package Title: Model-Independent Particle Swarm Optimisation for Environmental Models -Version: 0.1-56-3 -Date: 2012-06-28 +Version: 0.1-57 +Date: 2012-06-29 Author: Mauricio Zambrano-Bigiarini [aut, cre] and Rodrigo Rojas [ctb] Author@R: c(person("Mauricio", "Zambrano-Bigiarini", email = "mzb.devel@gmail.com", role=c("aut", "cre") ), person("Rodrigo", "Rojas", email = "Rodrigo.RojasMujica@gmail.com", role=c("ctb") ) ) Maintainer: Mauricio Zambrano-Bigiarini <mzb.devel@gmail.com> diff --git a/NEWS b/NEWS index f44cd31..57dbbdd 100755 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS/ChangeLog for hydroPSO -------------------------- -0.1-57 XX-Jun-2012 +0.1-57 29-Jun-2012 o 'hydroPSO' : -) added '...' parameter. It is only used when 'fn' is different from "hydromod". This is only done for 'optim' compatibility. -) fixed small bug related to improper PSO evolution when 'best.update'=="async" (NOT the default option !) AND (topology!="gbest" | method!="pso") diff --git a/man/hydroPSO-package.Rd b/man/hydroPSO-package.Rd index 7d41ad7..07d89cc 100755 --- a/man/hydroPSO-package.Rd +++ b/man/hydroPSO-package.Rd @@ -23,11 +23,11 @@ The default control arguments in hydroPSO implements the Standard PSO 2007 - SPS \tabular{ll}{ Package: \tab hydroPSO\cr Type: \tab Package\cr -Version: \tab 0.1-56\cr -Date: \tab 2012-06-14\cr +Version: \tab 0.1-57\cr +Date: \tab 2012-06-29\cr License: \tab GPL (>=2)\cr LazyLoad: \tab yes\cr -Packaged: \tab Thu Jun 14 09:43:49 CEST 2012; MZB \cr +Packaged: \tab Fri Jun 29 11:26:36 CEST 2012; MZB \cr BuiltUnder: \tab R version 2.15.0 (2012-03-30); x86_64-redhat-linux-gnu (64-bit) \cr } %%~~ An overview of how to use the package, including the most important functions ~~ -- GitLab