[rkward-cvs] SF.net SVN: rkward-code:[4580] trunk/rkward/packages/rkwarddev
m-eik at users.sf.net
m-eik at users.sf.net
Mon Mar 11 10:58:51 UTC 2013
Revision: 4580
http://sourceforge.net/p/rkward/code/4580
Author: m-eik
Date: 2013-03-11 10:58:50 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
rkwarddev: reformating and package meta-data (no functional changes)
Modified Paths:
--------------
trunk/rkward/packages/rkwarddev/ChangeLog
trunk/rkward/packages/rkwarddev/DESCRIPTION
trunk/rkward/packages/rkwarddev/NAMESPACE
trunk/rkward/packages/rkwarddev/R/rkwarddev-package.R
trunk/rkward/packages/rkwarddev/inst/NEWS.Rd
trunk/rkward/packages/rkwarddev/inst/doc/rkwarddev_vignette.pdf
trunk/rkward/packages/rkwarddev/man/rkwarddev-package.Rd
Modified: trunk/rkward/packages/rkwarddev/ChangeLog
===================================================================
--- trunk/rkward/packages/rkwarddev/ChangeLog 2013-03-10 22:08:35 UTC (rev 4579)
+++ trunk/rkward/packages/rkwarddev/ChangeLog 2013-03-11 10:58:50 UTC (rev 4580)
@@ -1,6 +1,6 @@
ChangeLog for package rkwarddev
-changes in version 0.06-2 (2013-03-10)
+changes in version 0.06-2 (2013-03-11)
changed:
- the structure of <about> nodes will change in RKWard 0.6.1,
<dependencies> will become a direct child of <document> or <component>, which explains
@@ -20,8 +20,8 @@
- updated the skeleton_dialog.R demo file and recreated the plugin code
- JavaScript functions like rk.JS.scan() and id() learned how to treat
<optionset>, <optioncolumn> and <matrix>
- - internally paste(..., sep="") was replaced with paste0(...), in a way that ensures
- compatibility with R < 2.15
+ - internally paste(..., sep="") was replaced with paste0(...), in a way
+ that ensures compatibility with R < 2.15
added:
- new function rk.XML.switch()
- new function rk.XML.optiondisplay()
@@ -36,12 +36,12 @@
- added "map" to rk.XML.require()
- the new class rk.JS.echo allows having objects in an echo() statement
without quoting it
- - new combined modifiers "visible.not", "visible.numeric", "enabled.not", "enabled.numeric",
- "state.not" and "state.numeric" are now supported
+ - new combined modifiers "visible.not", "visible.numeric", "enabled.not",
+ "enabled.numeric", "state.not" and "state.numeric" are now supported
fixed:
- added some missing parameter in the docs for rk.paste.JS.graph()
- - fixed a bug in the modifier checks; this unveiled a bug in how rk.JS.scan() dealt with <frame>
- nodes, which was also fixed
+ - fixed a bug in the modifier checks; this unveiled a bug in how
+ rk.JS.scan() dealt with <frame> nodes, which was also fixed
- fixed a duplicate entry in this ChangeLog for version 0.04-6
changes in version 0.06-1 (2012-11-08)
Modified: trunk/rkward/packages/rkwarddev/DESCRIPTION
===================================================================
--- trunk/rkward/packages/rkwarddev/DESCRIPTION 2013-03-10 22:08:35 UTC (rev 4579)
+++ trunk/rkward/packages/rkwarddev/DESCRIPTION 2013-03-11 10:58:50 UTC (rev 4580)
@@ -6,8 +6,8 @@
Depends:
R (>= 2.9.0),methods,XiMpLe (>= 0.03-18),rkward (>= 0.5.6)
Enhances: rkward
-Description: Provides functions to create plugin skeletons and XML
- structures for RKWard.
+Description: Provides functions to create plugin skeletons and XML structures
+ for RKWard.
License: GPL (>= 3)
Encoding: UTF-8
LazyLoad: yes
@@ -15,7 +15,7 @@
Authors at R: c(person(given="Meik", family="Michalke",
email="meik.michalke at hhu.de", role=c("aut", "cre")))
Version: 0.06-2
-Date: 2013-03-10
+Date: 2013-03-11
Collate:
'echo.R'
'id.R'
Modified: trunk/rkward/packages/rkwarddev/NAMESPACE
===================================================================
--- trunk/rkward/packages/rkwarddev/NAMESPACE 2013-03-10 22:08:35 UTC (rev 4579)
+++ trunk/rkward/packages/rkwarddev/NAMESPACE 2013-03-11 10:58:50 UTC (rev 4580)
@@ -1,41 +1,14 @@
-exportClasses(rk.JS.arr)
-exportClasses(rk.JS.ite)
-exportClasses(rk.JS.opt)
-exportClasses(rk.JS.var)
-exportClasses(rk.plot.opts)
-exportClasses(rk.plug.comp)
export(echo)
export(id)
export(ite)
export(join)
-exportMethods(show)
export(qp)
-export(rk.build.plugin)
-export(rk.comment)
export(rk.JS.array)
export(rk.JS.doc)
export(rk.JS.options)
export(rk.JS.saveobj)
export(rk.JS.scan)
export(rk.JS.vars)
-export(rk.paste.JS)
-export(rk.paste.JS.graph)
-export(rk.plotOptions)
-export(rk.plugin.component)
-export(rk.plugin.skeleton)
-export(rk.rkh.caption)
-export(rk.rkh.doc)
-export(rk.rkh.link)
-export(rk.rkh.related)
-export(rk.rkh.scan)
-export(rk.rkh.section)
-export(rk.rkh.setting)
-export(rk.rkh.settings)
-export(rk.rkh.summary)
-export(rk.rkh.technical)
-export(rk.rkh.title)
-export(rk.rkh.usage)
-export(rk.testsuite.doc)
export(rk.XML.about)
export(rk.XML.attribute)
export(rk.XML.browser)
@@ -89,5 +62,32 @@
export(rk.XML.varselector)
export(rk.XML.varslot)
export(rk.XML.wizard)
+export(rk.build.plugin)
+export(rk.comment)
+export(rk.paste.JS)
+export(rk.paste.JS.graph)
+export(rk.plotOptions)
+export(rk.plugin.component)
+export(rk.plugin.skeleton)
+export(rk.rkh.caption)
+export(rk.rkh.doc)
+export(rk.rkh.link)
+export(rk.rkh.related)
+export(rk.rkh.scan)
+export(rk.rkh.section)
+export(rk.rkh.setting)
+export(rk.rkh.settings)
+export(rk.rkh.summary)
+export(rk.rkh.technical)
+export(rk.rkh.title)
+export(rk.rkh.usage)
+export(rk.testsuite.doc)
export(tf)
+exportClasses(rk.JS.arr)
+exportClasses(rk.JS.ite)
+exportClasses(rk.JS.opt)
+exportClasses(rk.JS.var)
+exportClasses(rk.plot.opts)
+exportClasses(rk.plug.comp)
+exportMethods(show)
import(methods)
Modified: trunk/rkward/packages/rkwarddev/R/rkwarddev-package.R
===================================================================
--- trunk/rkward/packages/rkwarddev/R/rkwarddev-package.R 2013-03-10 22:08:35 UTC (rev 4579)
+++ trunk/rkward/packages/rkwarddev/R/rkwarddev-package.R 2013-03-11 10:58:50 UTC (rev 4580)
@@ -4,7 +4,7 @@
#' Package: \tab rkwarddev\cr
#' Type: \tab Package\cr
#' Version: \tab 0.06-2\cr
-#' Date: \tab 2013-03-10\cr
+#' Date: \tab 2013-03-11\cr
#' Depends: \tab R (>= 2.9.0),methods,XiMpLe (>= 0.03-18),rkward (>= 0.5.6)\cr
#' Enhances: \tab rkward\cr
#' Encoding: \tab UTF-8\cr
Modified: trunk/rkward/packages/rkwarddev/inst/NEWS.Rd
===================================================================
--- trunk/rkward/packages/rkwarddev/inst/NEWS.Rd 2013-03-10 22:08:35 UTC (rev 4579)
+++ trunk/rkward/packages/rkwarddev/inst/NEWS.Rd 2013-03-11 10:58:50 UTC (rev 4580)
@@ -1,7 +1,7 @@
\name{NEWS}
\title{News for Package 'rkwarddev'}
\encoding{UTF-8}
-\section{Changes in rkwarddev version 0.06-2 (2013-02-25)}{
+\section{Changes in rkwarddev version 0.06-2 (2013-03-11)}{
\subsection{changed}{
\itemize{
\item the structure of <about> nodes will change in RKWard 0.6.1,
@@ -22,6 +22,8 @@
\item updated the skeleton_dialog.R demo file and recreated the plugin code
\item JavaScript functions like \code{rk.JS.scan()} and \code{id()} learned how to treat
<optionset>, <optioncolumn> and <matrix>
+ \item internally paste(..., sep=\code{""}) was replaced with paste0(...), in a way
+ that ensures compatibility with R < 2.15
}
}
\subsection{added}{
@@ -37,11 +39,18 @@
\code{rk.XML.pluginmap()}
\item added option \code{"dependencies"} to \code{rk.XML.component()}
\item added \code{"map"} to \code{rk.XML.require()}
+ \item the new class rk.JS.echo allows having objects in an \code{echo()} statement
+ without quoting it
+ \item new combined modifiers \code{"visible.not"}, \code{"visible.numeric"}, \code{"enabled.not"},
+ \code{"enabled.numeric"}, \code{"state.not"} and \code{"state.numeric"} are now supported
}
}
\subsection{fixed}{
\itemize{
\item added some missing parameter in the docs for \code{rk.paste.JS.graph()}
+ \item fixed a bug in the modifier checks; this unveiled a bug in how
+ \code{rk.JS.scan()} dealt with <frame> nodes, which was also fixed
+ \item fixed a duplicate entry in this ChangeLog for version 0.04-6
}
}
}
@@ -210,8 +219,6 @@
\itemize{
\item added <frame> to the tags which are scanned by \code{rk.JS.scan()}, they're
considered only if checkable
- \item added <frame> to the tags which are scanned by \code{rk.JS.scan()}, they're
- considered only if checkable
\item improved output of rk.JS.var class objects by \code{rk.paste.JS()}
}
}
Modified: trunk/rkward/packages/rkwarddev/inst/doc/rkwarddev_vignette.pdf
===================================================================
(Binary files differ)
Modified: trunk/rkward/packages/rkwarddev/man/rkwarddev-package.Rd
===================================================================
--- trunk/rkward/packages/rkwarddev/man/rkwarddev-package.Rd 2013-03-10 22:08:35 UTC (rev 4579)
+++ trunk/rkward/packages/rkwarddev/man/rkwarddev-package.Rd 2013-03-11 10:58:50 UTC (rev 4580)
@@ -9,7 +9,7 @@
\details{
\tabular{ll}{ Package: \tab rkwarddev\cr Type: \tab
Package\cr Version: \tab 0.06-2\cr Date: \tab
- 2013-03-10\cr Depends: \tab R (>= 2.9.0),methods,XiMpLe
+ 2013-03-11\cr Depends: \tab R (>= 2.9.0),methods,XiMpLe
(>= 0.03-18),rkward (>= 0.5.6)\cr Enhances: \tab
rkward\cr Encoding: \tab UTF-8\cr License: \tab GPL (>=
3)\cr LazyLoad: \tab yes\cr URL: \tab
More information about the rkward-tracker
mailing list