[rkward-cvs] SF.net SVN: rkward:[4329] trunk/rkward/scripts/rkward_roxyPackage.R
m-eik at users.sourceforge.net
m-eik at users.sourceforge.net
Sat Sep 29 15:13:30 UTC 2012
Revision: 4329
http://rkward.svn.sourceforge.net/rkward/?rev=4329&view=rev
Author: m-eik
Date: 2012-09-29 15:13:30 +0000 (Sat, 29 Sep 2012)
Log Message:
-----------
minor updates roxyPackage script
Modified Paths:
--------------
trunk/rkward/scripts/rkward_roxyPackage.R
Modified: trunk/rkward/scripts/rkward_roxyPackage.R
===================================================================
--- trunk/rkward/scripts/rkward_roxyPackage.R 2012-09-29 15:12:06 UTC (rev 4328)
+++ trunk/rkward/scripts/rkward_roxyPackage.R 2012-09-29 15:13:30 UTC (rev 4329)
@@ -15,7 +15,7 @@
#######################
## these are the values you probably need to update
#######################
- package.version <- "0.5.8"
+ package.version <- "0.6.0"
# this should point to the "rkward" root directory of the R package
package.sources <- file.path("/PathTo","trunk","rkward","rkward","rbackend","rpackages","rkward")
@@ -33,17 +33,17 @@
# it will overwrite the docs, so be careful with svn commits
# until the docs are fully tagged!
"roxy", # roxygenize the docs
- "cite", # update CITATION file
+ "cite", # update CITATION file
# "doc", # update pdf documentation
# "cl2news", # convert ChangeLog into NEWS.Rd
## local repository:
# "news2rss", # convert NEWS.Rd into RSS feed
# "html", # update index.html
# "win", # update the windows binary package
- # "macosx", # update the mac OS X binary package
+ # "macosx", # update the mac OS X binary package
## build:
"package" # build & install the package
- # "check" # check package
+ # "check" # check package
)
#######################
@@ -58,7 +58,7 @@
AuthorsR="c(person(given=\"Thomas\", family=\"Friedrichsmeier\", email=\"thomas.friedrichsmeier at ruhr-uni-bochum.de\",
role=c(\"aut\")),
person(given=\"RKWard-devel\", family=\"mailing list\", email=\"rkward-devel at lists.sourceforge.net\",
- role=c(\"cre\")))",
+ role=c(\"cre\",\"ctb\")))",
Maintainer="RKWard-devel mailing list <rkward-devel at lists.sourceforge.net>",
## TODO: check dependencies
Depends="R (>= 2.9.0),methods",
@@ -77,5 +77,6 @@
pck.description=package.description,
R.libs=install.path,
repo.root=local.repository,
- cleanup=TRUE)
+ cleanup=TRUE,
+ URL="http://rkward.sourceforge.net")
})
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list