[education/rkward] rkward/rbackend/rpackages: Remove hardcoded citatation files, minor updates to the package DESCRIPTIONs, instead.
Thomas Friedrichsmeier
null at kde.org
Tue Jun 14 16:31:05 BST 2022
Git commit 8ea8107db00abbf1cdb9929d7c5be284f69f2214 by Thomas Friedrichsmeier.
Committed on 14/06/2022 at 15:29.
Pushed by tfry into branch 'master'.
Remove hardcoded citatation files, minor updates to the package DESCRIPTIONs, instead.
M +5 -5 rkward/rbackend/rpackages/rkward/DESCRIPTION
D +0 -14 rkward/rbackend/rpackages/rkward/inst/CITATION
M +4 -4 rkward/rbackend/rpackages/rkwardtests/DESCRIPTION
D +0 -14 rkward/rbackend/rpackages/rkwardtests/inst/CITATION
https://invent.kde.org/education/rkward/commit/8ea8107db00abbf1cdb9929d7c5be284f69f2214
diff --git a/rkward/rbackend/rpackages/rkward/DESCRIPTION b/rkward/rbackend/rpackages/rkward/DESCRIPTION
index 8f8dbfa8..b6eb3b2f 100755
--- a/rkward/rbackend/rpackages/rkward/DESCRIPTION
+++ b/rkward/rbackend/rpackages/rkward/DESCRIPTION
@@ -1,11 +1,11 @@
Package: rkward
Type: Package
-Title: Provides functions related to the RKWard GUI
+Title: RKWard GUI support package
Description: This package contains functions which are useful in
combination with the RKWard GUI. Many of these functions only
needed for the internal communication between RKWard and R, but
some are also useful in user scripts.
-Author: Thomas Friedrichsmeier and the RKWard Team
+Author: Thomas Friedrichsmeier, RKWard Team
Maintainer: RKWard-devel mailing list <rkward-devel at kde.org>
Depends: R (>= 2.9.0),methods
URL: https://rkward.kde.org
@@ -14,9 +14,9 @@ License: GPL (>= 2)
Encoding: UTF-8
LazyLoad: yes
Authors at R: c(person(given="Thomas", family="Friedrichsmeier",
- email="thomas.friedrichsmeier at ruhr-uni-bochum.de",
- role=c("aut")), person(given="the RKWard team",
- email="rkward-devel at kde.org", role=c("cre","ctb")))
+ email="thomas.friedrichsmeier at kdemail.net",
+ role=c("aut")), person(family="the RKWard team",
+ email="rkward-devel at kde.org", role=c("cre","aut")))
Version: 0.7.5
Date: 2022-05-26
RoxygenNote: 7.1.2
diff --git a/rkward/rbackend/rpackages/rkward/inst/CITATION b/rkward/rbackend/rpackages/rkward/inst/CITATION
deleted file mode 100644
index 45451adb..00000000
--- a/rkward/rbackend/rpackages/rkward/inst/CITATION
+++ /dev/null
@@ -1,14 +0,0 @@
-bibentry("Manual",
- title="rkward: Provides functions related to the RKWard GUI",
- author="Thomas Friedrichsmeier",
- year="2018",
- note="(Version 0.7.1)",
- url="https://rkward.kde.org",
-
- textVersion =
- paste("Friedrichsmeier, T. (2018). ",
- "rkward: Provides functions related to the RKWard GUI (Version 0.7.1). ",
- "Available from https://rkward.kde.org",
- sep=""),
-
- mheader = "To cite rkward in publications use:")
diff --git a/rkward/rbackend/rpackages/rkwardtests/DESCRIPTION b/rkward/rbackend/rpackages/rkwardtests/DESCRIPTION
index 36038400..8d7771fa 100644
--- a/rkward/rbackend/rpackages/rkwardtests/DESCRIPTION
+++ b/rkward/rbackend/rpackages/rkwardtests/DESCRIPTION
@@ -2,7 +2,7 @@ Package: rkwardtests
Type: Package
Title: RKWard Plugin Test Suite Framework
Author: Thomas Friedrichsmeier, Meik Michalke
-Maintainer: Thomas Friedrichsmeier <thomas.friedrichsmeier at ruhr-uni-bochum.de>,
+Maintainer: Thomas Friedrichsmeier <thomas.friedrichsmeier at kdemail.net>,
Meik Michalke <meik.michalke at uni-duesseldorf.de>
Depends:
R (>= 2.9.0),methods
@@ -13,11 +13,11 @@ Encoding: UTF-8
LazyLoad: yes
URL: https://rkward.kde.org
Authors at R: c(person(given="Thomas", family="Friedrichsmeier",
- email="thomas.friedrichsmeier at ruhr-uni-bochum.de", role=c("aut", "cre")),
+ email="thomas.friedrichsmeier at kdemail.net", role=c("aut", "cre")),
person(given="Meik", family="Michalke", email="meik.michalke at hhu.de",
role=c("aut", "cre")))
-Version: 0.7.2
-Date: 2020-11-07
+Version: 0.7.5
+Date: 2022-05-26
Collate:
'RKTest-class.R'
'rktest.getTempDir.R'
diff --git a/rkward/rbackend/rpackages/rkwardtests/inst/CITATION b/rkward/rbackend/rpackages/rkwardtests/inst/CITATION
deleted file mode 100644
index c858b2ca..00000000
--- a/rkward/rbackend/rpackages/rkwardtests/inst/CITATION
+++ /dev/null
@@ -1,14 +0,0 @@
-bibentry("Manual",
- title="rkwardtests: RKWard Plugin Test Suite Framework",
- author="Thomas Friedrichsmeier and Meik Michalke",
- year="2012",
- note="(Version 0.5.7)",
- url="https://rkward.kde.org",
-
- textVersion =
- paste("Friedrichsmeier, T. & Michalke, M. (2012). ",
- "rkwardtests: RKWard Plugin Test Suite Framework (Version 0.5.7). ",
- "Available from https://rkward.kde.org",
- sep=""),
-
- mheader = "To cite rkwardtests in publications use:")
More information about the rkward-tracker
mailing list