[rkward-cvs] SF.net SVN: rkward:[3815] trunk/rkward/rkward/rbackend/rpackages/rkwarddev

m-eik at users.sourceforge.net m-eik at users.sourceforge.net
Wed Sep 21 19:05:17 UTC 2011


Revision: 3815
          http://rkward.svn.sourceforge.net/rkward/?rev=3815&view=rev
Author:   m-eik
Date:     2011-09-21 19:05:16 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
rkwarddev: fixed wrong link in docs

Modified Paths:
--------------
    trunk/rkward/rkward/rbackend/rpackages/rkwarddev/ChangeLog
    trunk/rkward/rkward/rbackend/rpackages/rkwarddev/R/rk.plugin.skeleton.R
    trunk/rkward/rkward/rbackend/rpackages/rkwarddev/man/rk.plugin.skeleton.Rd

Modified: trunk/rkward/rkward/rbackend/rpackages/rkwarddev/ChangeLog
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkwarddev/ChangeLog	2011-09-21 18:53:25 UTC (rev 3814)
+++ trunk/rkward/rkward/rbackend/rpackages/rkwarddev/ChangeLog	2011-09-21 19:05:16 UTC (rev 3815)
@@ -1,6 +1,7 @@
 ChangeLog for package rkwarddev
 
 ## 0.01-4 (2011-09-21)
+  - fixed wrong doc link in rk.plugin.skeleton()
   - added wizard code options to rk.XML.plugin() and rk.plugin.skeleton()
 
 ## 0.01-3 (2011-09-16)

Modified: trunk/rkward/rkward/rbackend/rpackages/rkwarddev/R/rk.plugin.skeleton.R
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkwarddev/R/rk.plugin.skeleton.R	2011-09-21 18:53:25 UTC (rev 3814)
+++ trunk/rkward/rkward/rbackend/rpackages/rkwarddev/R/rk.plugin.skeleton.R	2011-09-21 19:05:16 UTC (rev 3815)
@@ -3,7 +3,7 @@
 #' @param name Character sting, name of the plugin package.
 #' @param about A list with descriptive information on the plugin, its authors and dependencies.
 #'		At the very least you must specify \code{name} and \code{author}.
-#'		See \code{\link[XiMpLe:rk.XML.about]{rk.XML.about}} for details and a full list of elements!
+#'		See \code{\link[rkwarddev:rk.XML.about]{rk.XML.about}} for details and a full list of elements!
 #' @param path Character sting, path to the main directory where the skeleton should be created.
 #' @param dialog A list of objects of class XiMpLe.node. If provided, will be included in the
 #'		created plugin XML file as the dialog.

Modified: trunk/rkward/rkward/rbackend/rpackages/rkwarddev/man/rk.plugin.skeleton.Rd
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkwarddev/man/rk.plugin.skeleton.Rd	2011-09-21 18:53:25 UTC (rev 3814)
+++ trunk/rkward/rkward/rbackend/rpackages/rkwarddev/man/rk.plugin.skeleton.Rd	2011-09-21 19:05:16 UTC (rev 3815)
@@ -13,7 +13,7 @@
   \item{about}{A list with descriptive information on the
   plugin, its authors and dependencies. At the very least
   you must specify \code{name} and \code{author}. See
-  \code{\link[XiMpLe:rk.XML.about]{rk.XML.about}} for
+  \code{\link[rkwarddev:rk.XML.about]{rk.XML.about}} for
   details and a full list of elements!}
 
   \item{path}{Character sting, path to the main directory

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