[rkward] packages/XiMpLe: prepared XiMpLe for release as 0.03-23
m.eik michalke
meik.michalke at uni-duesseldorf.de
Tue Nov 24 19:48:15 UTC 2015
Git commit 5c4aebb9a464fc59f3114899b749ed5c537fb93d by m.eik michalke.
Committed on 24/11/2015 at 19:46.
Pushed by meikm into branch 'master'.
prepared XiMpLe for release as 0.03-23
M +1 -3 packages/XiMpLe/ChangeLog
M +8 -8 packages/XiMpLe/DESCRIPTION
M +2 -2 packages/XiMpLe/R/XiMpLe-package.R
M +6 -0 packages/XiMpLe/debian/changelog
M +6 -0 packages/XiMpLe/debian/changelog.rkward
M +4 -6 packages/XiMpLe/debian/control
M +1 -1 packages/XiMpLe/debian/copyright
M +1 -1 packages/XiMpLe/debian/rules
M +1 -6 packages/XiMpLe/inst/NEWS.Rd
M +- -- packages/XiMpLe/inst/doc/XiMpLe_vignette.pdf
M +2 -2 packages/XiMpLe/man/XiMpLe-package.Rd
http://commits.kde.org/rkward/5c4aebb9a464fc59f3114899b749ed5c537fb93d
diff --git a/packages/XiMpLe/ChangeLog b/packages/XiMpLe/ChangeLog
index d516f14..c82edf7 100644
--- a/packages/XiMpLe/ChangeLog
+++ b/packages/XiMpLe/ChangeLog
@@ -1,8 +1,6 @@
ChangeLog for package XiMpLe
-changes in version 0.03-23 (2015-11-16)
-unreleased:
- - this release is under development
+changes in version 0.03-23 (2015-11-24)
changed:
- relocated the unit tests to tests/testthat
fixed:
diff --git a/packages/XiMpLe/DESCRIPTION b/packages/XiMpLe/DESCRIPTION
index decfe74..d88ca1f 100644
--- a/packages/XiMpLe/DESCRIPTION
+++ b/packages/XiMpLe/DESCRIPTION
@@ -7,19 +7,20 @@ Depends:
R (>= 2.9.0),methods
Suggests:
testthat
-Description: This package provides a simple XML tree parser/generator. It
- includes functions to read XML files into R objects, get information out of
- and into nodes, and write R objects back to XML code. It's not as powerful as
- the 'XML' package and doesn't aim to be, but for simple XML handling it could
- be useful. It was originally developed for the R GUI and IDE RKWard (https://
- rkward.kde.org), to make plugin development easier.
+Description: Provides a simple XML tree parser/generator. It includes functions
+ to read XML files into R objects, get information out of and into nodes, and
+ write R objects back to XML code. It's not as powerful as the 'XML' package
+ and doesn't aim to be, but for simple XML handling it could be useful. It was
+ originally developed for the R GUI and IDE RKWard (https://rkward.kde.org), to
+ make plugin development easier.
License: GPL (>= 3)
Encoding: UTF-8
LazyLoad: yes
URL: http://reaktanz.de/?c=hacking&s=XiMpLe
Authors at R: c(person(given="Meik", family="Michalke", email="meik.michalke at hhu.de", role=c("aut", "cre")))
Version: 0.03-23
-Date: 2015-11-16
+Date: 2015-11-24
+RoxygenNote: 5.0.1
Collate:
'00_class_01_XiMpLe.node.R'
'00_class_02_XiMpLe.doc.R'
@@ -33,4 +34,3 @@ Collate:
'parseXMLTree.R'
'pasteXMLTag.R'
'zzz_is_get_utils.R'
-RoxygenNote: 5.0.1
diff --git a/packages/XiMpLe/R/XiMpLe-package.R b/packages/XiMpLe/R/XiMpLe-package.R
index b1bc495..ff283b0 100644
--- a/packages/XiMpLe/R/XiMpLe-package.R
+++ b/packages/XiMpLe/R/XiMpLe-package.R
@@ -4,7 +4,7 @@
#' Package: \tab XiMpLe\cr
#' Type: \tab Package\cr
#' Version: \tab 0.03-23\cr
-#' Date: \tab 2015-10-11\cr
+#' Date: \tab 2015-11-24\cr
#' Depends: \tab R (>= 2.9.0),methods\cr
#' Encoding: \tab UTF-8\cr
#' License: \tab GPL (>= 3)\cr
@@ -12,7 +12,7 @@
#' URL: \tab http://reaktanz.de/?c=hacking&s=XiMpLe\cr
#' }
#'
-#' This package provides a simple XML tree parser/generator. It includes functions to read XML files into R objects,
+#' Provides a simple XML tree parser/generator. It includes functions to read XML files into R objects,
#' get information out of and into nodes, and write R objects back to XML code.
#' It's not as powerful as the 'XML' package and doesn't aim to be, but for simple XML handling
#' it could be useful. It was originally developed for the R GUI and IDE RKWard (https://rkward.kde.org), to make plugin
diff --git a/packages/XiMpLe/debian/changelog b/packages/XiMpLe/debian/changelog
index 4dba1ac..1ef5084 100644
--- a/packages/XiMpLe/debian/changelog
+++ b/packages/XiMpLe/debian/changelog
@@ -1,3 +1,9 @@
+r-other-reaktanz-ximple (0.03-23-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- m.eik michalke <meik.michalke at hhu.de> Tue, 24 Nov 2015 20:32:07 +0100
+
r-other-reaktanz-ximple (0.03-22-1) unstable; urgency=low
* new upstream release
diff --git a/packages/XiMpLe/debian/changelog.rkward b/packages/XiMpLe/debian/changelog.rkward
index b52c7d8..6bc700a 100644
--- a/packages/XiMpLe/debian/changelog.rkward
+++ b/packages/XiMpLe/debian/changelog.rkward
@@ -1,3 +1,9 @@
+r-other-rkward-ximple (0.03-23-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- m.eik michalke <meik.michalke at hhu.de> Tue, 24 Nov 2015 20:32:36 +0100
+
r-other-rkward-ximple (0.03-22-1) unstable; urgency=low
* new upstream release
diff --git a/packages/XiMpLe/debian/control b/packages/XiMpLe/debian/control
index 1930f13..d9c0368 100644
--- a/packages/XiMpLe/debian/control
+++ b/packages/XiMpLe/debian/control
@@ -2,18 +2,16 @@ Source: r-other-rkward-ximple
Section: math
Priority: optional
Maintainer: m.eik michalke <meik.michalke at hhu.de>
-Build-Depends-Indep: debhelper (>> 7.0.0), r-base-dev (>= 3.1.0), cdbs
+Build-Depends-Indep: debhelper (>> 7.0.0), r-base-dev (>= 3.2.0), cdbs
Standards-Version: 3.9.3.1
Homepage: http://reaktanz.de/?c=hacking&s=XiMpLe
Package: r-other-rkward-ximple
Architecture: all
Section: math
-Depends: r-base-core (>= 3.1.0)
-Description: GNU R package: This package provides a simple XML tree parser/generator. It includes functions to read XML files into R
- objects, get information out of and into nodes, and write R objects back to XML code. It's not as powerful as the XML package and
- doesn't aim to be, but for simple XML handling it could be useful. It was originally programmed for the R GUI and IDE RKWard, to
- make plugin development easier. You can install RKWard from http://rkward.kde.org.
+Depends: r-base-core (>= 3.2.0)
+Description: GNU R package: Provides a simple XML tree parser/generator. It includes functions to read XML files into R objects, get information out of and into nodes, and write R objects back to XML code. It's not as
+ powerful as the 'XML' package and doesn't aim to be, but for simple XML handling it could be useful. It was originally developed for the R GUI and IDE RKWard (https://rkward.kde.org), to make plugin development easier.
Homepage: http://reaktanz.de/?c=hacking&s=XiMpLe
Suggests: r-cran-testthat
Conflicts: r-cran-ximple
diff --git a/packages/XiMpLe/debian/copyright b/packages/XiMpLe/debian/copyright
index 82a0000..805905d 100644
--- a/packages/XiMpLe/debian/copyright
+++ b/packages/XiMpLe/debian/copyright
@@ -6,7 +6,7 @@ The package was renamed from its upstream name 'XiMpLe' to
'r-other-rkward-ximple' in harmony with the R packaging policy to indicate
that the package is external to the CRAN or BioC repositories.
-XiMpLe Copyright (C) 2014 Meik Michalke, released under the
+XiMpLe Copyright (C) 2015 Meik Michalke, released under the
GNU General Public License (GPL) version 3 or (at your option) any later version.
This software is distributed in the hope that it will be useful, but
diff --git a/packages/XiMpLe/debian/rules b/packages/XiMpLe/debian/rules
index dfe1eab..6855f84 100755
--- a/packages/XiMpLe/debian/rules
+++ b/packages/XiMpLe/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules file for the Debian/GNU Linux r-other-rkward-ximple package
-# Copyright 2014 by m.eik michalke <meik.michalke at hhu.de>
+# Copyright 2015 by m.eik michalke <meik.michalke at hhu.de>
debRreposname := other-rkward
diff --git a/packages/XiMpLe/inst/NEWS.Rd b/packages/XiMpLe/inst/NEWS.Rd
index 997322a..bceff43 100644
--- a/packages/XiMpLe/inst/NEWS.Rd
+++ b/packages/XiMpLe/inst/NEWS.Rd
@@ -1,12 +1,7 @@
\name{NEWS}
\title{News for Package 'XiMpLe'}
\encoding{UTF-8}
-\section{Changes in XiMpLe version 0.03-23 (2015-11-16)}{
- \subsection{unreleased}{
- \itemize{
- \item this release is under development
- }
- }
+\section{Changes in XiMpLe version 0.03-23 (2015-11-24)}{
\subsection{changed}{
\itemize{
\item relocated the unit tests to tests/testthat
diff --git a/packages/XiMpLe/inst/doc/XiMpLe_vignette.pdf b/packages/XiMpLe/inst/doc/XiMpLe_vignette.pdf
index 168705f..b81f0a2 100644
Binary files a/packages/XiMpLe/inst/doc/XiMpLe_vignette.pdf and b/packages/XiMpLe/inst/doc/XiMpLe_vignette.pdf differ
diff --git a/packages/XiMpLe/man/XiMpLe-package.Rd b/packages/XiMpLe/man/XiMpLe-package.Rd
index 27e5fcd..eb5271c 100644
--- a/packages/XiMpLe/man/XiMpLe-package.Rd
+++ b/packages/XiMpLe/man/XiMpLe-package.Rd
@@ -12,7 +12,7 @@ A Simple XML Tree Parser and Generator.
Package: \tab XiMpLe\cr
Type: \tab Package\cr
Version: \tab 0.03-23\cr
-Date: \tab 2015-10-11\cr
+Date: \tab 2015-11-24\cr
Depends: \tab R (>= 2.9.0),methods\cr
Encoding: \tab UTF-8\cr
License: \tab GPL (>= 3)\cr
@@ -20,7 +20,7 @@ LazyLoad: \tab yes\cr
URL: \tab http://reaktanz.de/?c=hacking&s=XiMpLe\cr
}
-This package provides a simple XML tree parser/generator. It includes functions to read XML files into R objects,
+Provides a simple XML tree parser/generator. It includes functions to read XML files into R objects,
get information out of and into nodes, and write R objects back to XML code.
It's not as powerful as the 'XML' package and doesn't aim to be,
but for simple XML handling
More information about the rkward-tracker
mailing list