[education/rkward] /: http:// -> https://

Thomas Friedrichsmeier null at kde.org
Thu May 5 19:44:35 BST 2022


Git commit faf75b7a4dcfd0bd8bcf35ba810ee52dd187fbc8 by Thomas Friedrichsmeier.
Committed on 05/05/2022 at 18:44.
Pushed by tfry into branch 'master'.

http:// -> https://

M  +2    -2    rkward/main.cpp
M  +1    -1    rkward/pages/rkward_trouble_shooting.rkh
M  +1    -1    rkward/plugin/rkcomponentmeta.cpp
M  +1    -1    rkward/plugins/analysis.pluginmap
M  +1    -1    rkward/plugins/analysis/power/Poweranalysis.xml
M  +1    -1    rkward/plugins/data.pluginmap
M  +1    -1    rkward/plugins/distributions.pluginmap
M  +1    -1    rkward/plugins/embedded.pluginmap
M  +1    -1    rkward/plugins/import_export.pluginmap
M  +1    -1    rkward/plugins/irt.pluginmap
M  +1    -1    rkward/plugins/menu.pluginmap
M  +1    -1    rkward/plugins/plots.pluginmap
M  +1    -1    rkward/plugins/pluginmap_meta.inc
M  +1    -1    rkward/plugins/rkwarddev_scripts/rkwarddev_power_plugin_script.R
M  +1    -1    rkward/plugins/rkwarddev_scripts/subset_dataframe.R
M  +1    -1    rkward/plugins/under_development.pluginmap
M  +1    -1    rkward/plugins/x11device.pluginmap
M  +2    -2    rkward/rbackend/rkrbackend.cpp
M  +1    -1    rkward/rbackend/rpackages/rkwardtests/DESCRIPTION
M  +1    -1    rkward/rbackend/rpackages/rkwardtests/R/rkwardtests-package.R
M  +2    -2    rkward/rbackend/rpackages/rkwardtests/debian/control
M  +2    -2    rkward/rbackend/rpackages/rkwardtests/inst/CITATION
M  +1    -1    rkward/rbackend/rpackages/rkwardtests/man/rkwardtests-package.Rd
M  +1    -1    rkward/settings/rksettingsmoduler.cpp [INFRASTRUCTURE]
M  +1    -1    rkward/syntax/rkward.xml
M  +1    -1    rkward/windows/rkwindowcatcher.cpp
M  +1    -1    scripts/rkward_roxyPackage.R

https://invent.kde.org/education/rkward/commit/faf75b7a4dcfd0bd8bcf35ba810ee52dd187fbc8

diff --git a/rkward/main.cpp b/rkward/main.cpp
index 3a5d3d35..0daafa67 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 **
 **	\section	website	Website
 **
-**	<A HREF="http://rkward.kde.org">RKWard's project page</A>
+**	<A HREF="https://rkward.kde.org">RKWard's project page</A>
 **
 **	\section	description Description
 **
@@ -253,7 +253,7 @@ int main (int argc, char *argv[]) {
 	KUrlAuthorized::allowUrlAction ("redirect", QUrl("rkward://"), QUrl ("help:"));
 
 	KLocalizedString::setApplicationDomain ("rkward");
-	KAboutData aboutData ("rkward", i18n ("RKWard"), RKWARD_VERSION, i18n ("Frontend to the R statistics language"), KAboutLicense::GPL, i18n ("(c) 2002, 2004 - 2020"), QString (), "http://rkward.kde.org");
+	KAboutData aboutData ("rkward", i18n ("RKWard"), RKWARD_VERSION, i18n ("Frontend to the R statistics language"), KAboutLicense::GPL, i18n ("(c) 2002, 2004 - 2020"), QString (), "https://rkward.kde.org");
 	aboutData.addAuthor (i18n ("Thomas Friedrichsmeier"), i18n ("Project leader / main developer"));
 	aboutData.addAuthor (i18n ("Pierre Ecochard"), i18n ("C++ developer between 2004 and 2007"));
 	aboutData.addAuthor (i18n ("Prasenjit Kapat"), i18n ("Many plugins, suggestions, plot history feature"));
diff --git a/rkward/pages/rkward_trouble_shooting.rkh b/rkward/pages/rkward_trouble_shooting.rkh
index 2bdec9ce..657a18d8 100644
--- a/rkward/pages/rkward_trouble_shooting.rkh
+++ b/rkward/pages/rkward_trouble_shooting.rkh
@@ -2,7 +2,7 @@
 <document>
 	<title>Trouble Shooting / FAQ</title>
 	<summary>
-	RKWard is far from complete and certainly there are many issues that need to be fixed. However, some of the things you notice are not due to the nature of RKWard but R or something else. This section will try to cover some common issues. See also <link href="http://rkward.kde.org/faq">the online FAQ</link>.
+	RKWard is far from complete and certainly there are many issues that need to be fixed. However, some of the things you notice are not due to the nature of RKWard but R or something else. This section will try to cover some common issues. See also <link href="https://rkward.kde.org/faq">the online FAQ</link>.
 	</summary>
 	<section title="The "Analysis" menu is missing, or shows up as "(no label)"" shorttitle="Missing menu items" id="missing_menu_items">
 		This problem will often occur, when moving an RKWard installation to a different path, esp. on Windows and Mac. You may have to visit
diff --git a/rkward/plugin/rkcomponentmeta.cpp b/rkward/plugin/rkcomponentmeta.cpp
index ed7ec635..c9025d12 100644
--- a/rkward/plugin/rkcomponentmeta.cpp
+++ b/rkward/plugin/rkcomponentmeta.cpp
@@ -155,7 +155,7 @@ QList <RKComponentDependency> RKComponentDependency::parseDependencies (const QD
 			dep.source_info = xml.getStringAttribute (e, "repository", QString (), DL_INFO);
 		} else if (dep_e.tagName () == "pluginmap") {
 			dep.type = RKComponentDependency::RKWardPluginmap;
-			dep.source_info = xml.getStringAttribute (e, "url", QString ("http://rkward.kde.org"), DL_WARNING);
+			dep.source_info = xml.getStringAttribute (e, "url", QString ("https://rkward.kde.org"), DL_WARNING);
 		} else {
 			RK_DEBUG (PLUGIN, DL_ERROR, "Tag <%s> is not allowed, here.", qPrintable (dep_e.tagName ()));
 			continue;
diff --git a/rkward/plugins/analysis.pluginmap b/rkward/plugins/analysis.pluginmap
index cb1a4e31..420a0d2d 100644
--- a/rkward/plugins/analysis.pluginmap
+++ b/rkward/plugins/analysis.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Assorted plugins for univariate and multivariate data analysis. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/analysis/power/Poweranalysis.xml b/rkward/plugins/analysis/power/Poweranalysis.xml
index 76d0fe9b..43cd8726 100644
--- a/rkward/plugins/analysis/power/Poweranalysis.xml
+++ b/rkward/plugins/analysis/power/Poweranalysis.xml
@@ -6,7 +6,7 @@
 	<help file="Poweranalysis.rkh" />
 	<!-- <dependencies>
 			</dependencies> -->
-	<about name="Power analysis" shortinfo="RKWard GUI to perform power analysis and sample size estimation." longinfo="RKWard GUI to perform power analysis and sample size estimation." version="0.03-1" releasedate="2016-01-26" url="http://rkward.kde.org" license="GPL (>= 3)">
+	<about name="Power analysis" shortinfo="RKWard GUI to perform power analysis and sample size estimation." longinfo="RKWard GUI to perform power analysis and sample size estimation." version="0.03-1" releasedate="2016-01-26" url="https://rkward.kde.org" license="GPL (>= 3)">
 		<author given="Meik" family="Michalke" email="meik.michalke at hhu.de" role="aut, cre" />
 		<author given="Thomas" family="Friedrichsmeier" email="thomas.friedrichsmeier at ruhr-uni-bochum.de" role="ctb" />
 	</about>
diff --git a/rkward/plugins/data.pluginmap b/rkward/plugins/data.pluginmap
index 757f1e26..8fe0b4f4 100644
--- a/rkward/plugins/data.pluginmap
+++ b/rkward/plugins/data.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Plugins for transforming, subsetting, recoding, etc. of data. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/distributions.pluginmap b/rkward/plugins/distributions.pluginmap
index 86dffc86..99c3ad7d 100644
--- a/rkward/plugins/distributions.pluginmap
+++ b/rkward/plugins/distributions.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Distribution functions, plots, tests of (normal) distribution, central limit theorem. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/embedded.pluginmap b/rkward/plugins/embedded.pluginmap
index 6b7a8b67..93ab295f 100644
--- a/rkward/plugins/embedded.pluginmap
+++ b/rkward/plugins/embedded.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Not for direct use: Utility plugins that can be included by other plugins. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/import_export.pluginmap b/rkward/plugins/import_export.pluginmap
index 635b4bf1..af7c08bb 100644
--- a/rkward/plugins/import_export.pluginmap
+++ b/rkward/plugins/import_export.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Plugins for reading and writing data in various formats. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/irt.pluginmap b/rkward/plugins/irt.pluginmap
index 53592020..c7f8276f 100644
--- a/rkward/plugins/irt.pluginmap
+++ b/rkward/plugins/irt.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Item Response Theory Plugins. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/menu.pluginmap b/rkward/plugins/menu.pluginmap
index 84c187d9..e017f510 100644
--- a/rkward/plugins/menu.pluginmap
+++ b/rkward/plugins/menu.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Not for direct use: Defines the names and order of top level menus. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/plots.pluginmap b/rkward/plugins/plots.pluginmap
index f3dcfbbb..76e14d02 100644
--- a/rkward/plugins/plots.pluginmap
+++ b/rkward/plugins/plots.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Plugins for producing various plots. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/pluginmap_meta.inc b/rkward/plugins/pluginmap_meta.inc
index 10ea361b..cbeef921 100644
--- a/rkward/plugins/pluginmap_meta.inc
+++ b/rkward/plugins/pluginmap_meta.inc
@@ -4,7 +4,7 @@
 			<author
 				name="RKWard Team"
 				email="rkward-devel at kde.org"
-				url="http://rkward.kde.org" />
+				url="https://rkward.kde.org" />
 		</snippet>
 		<snippet id="rkward_version_guard">
 			<!-- Guard against accidental inclusion of pluginmaps in a different installed version of RKWard -->
diff --git a/rkward/plugins/rkwarddev_scripts/rkwarddev_power_plugin_script.R b/rkward/plugins/rkwarddev_scripts/rkwarddev_power_plugin_script.R
index b433b6c3..563d9e19 100644
--- a/rkward/plugins/rkwarddev_scripts/rkwarddev_power_plugin_script.R
+++ b/rkward/plugins/rkwarddev_scripts/rkwarddev_power_plugin_script.R
@@ -18,7 +18,7 @@ about.info <- rk.XML.about(
       email="meik.michalke at hhu.de", role=c("aut","cre")),
     person(given="Thomas", family="Friedrichsmeier", email="thomas.friedrichsmeier at ruhr-uni-bochum.de", role=c("ctb"))),
   about=list(desc="RKWard GUI to perform power analysis and sample size estimation.",
-    version="0.03-1", url="http://rkward.kde.org")
+    version="0.03-1", url="https://rkward.kde.org")
   )
 dependencies.info <- rk.XML.dependencies(
   dependencies=list(rkward.min="0.6.3",
diff --git a/rkward/plugins/rkwarddev_scripts/subset_dataframe.R b/rkward/plugins/rkwarddev_scripts/subset_dataframe.R
index 4f43b0dd..2d8e675d 100644
--- a/rkward/plugins/rkwarddev_scripts/subset_dataframe.R
+++ b/rkward/plugins/rkwarddev_scripts/subset_dataframe.R
@@ -36,7 +36,7 @@ about.info <- rk.XML.about(
 		person(given="Thomas", family="Friedrichsmeier",
 			email="thomas.friedrichsmeier at kdemail.net", role=c("aut"))),
 	about=list(desc="RKWard GUI to define subsets of data objects",
-		version="0.03-1", url="http://rkward.kde.org")
+		version="0.03-1", url="https://rkward.kde.org")
 )
 
 ############
diff --git a/rkward/plugins/under_development.pluginmap b/rkward/plugins/under_development.pluginmap
index 886f2d75..f68897b8 100644
--- a/rkward/plugins/under_development.pluginmap
+++ b/rkward/plugins/under_development.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Plugins that are under development, experimental, or meant for testing, only. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/plugins/x11device.pluginmap b/rkward/plugins/x11device.pluginmap
index a0d7ee5e..08572be1 100644
--- a/rkward/plugins/x11device.pluginmap
+++ b/rkward/plugins/x11device.pluginmap
@@ -7,7 +7,7 @@
 		shortinfo="Plugins for use in graphics device (e.g. X11()) windows. Part of the official RKWard distribution"
 		version="0.7.4"
 		license="GPL"
-		url="http://rkward.kde.org">
+		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
 	</about>
 	<insert snippet="rkward_version_guard"/>
diff --git a/rkward/rbackend/rkrbackend.cpp b/rkward/rbackend/rkrbackend.cpp
index b80e8361..1f819bf7 100644
--- a/rkward/rbackend/rkrbackend.cpp
+++ b/rkward/rbackend/rkrbackend.cpp
@@ -1716,11 +1716,11 @@ void RKRBackend::initialize (const QString &locale_dir) {
 	QString error_messages;
 	if (lib_load_fail) {
 		error_messages.append (i18n ("</p>\t- The 'rkward' R-library either could not be loaded at all, or not in the correct version. This may lead to all sorts of errors, from single missing features to complete failure to function. The most likely cause is that the last installation did not place all files in the correct place. However, in some cases, left-overs from a previous installation that was not cleanly removed may be the cause.</p>\
-		<p><b>You should quit RKWard, now, and fix your installation</b>. For help with that, see <a href=\"http://rkward.kde.org/compiling\">http://rkward.kde.org/compiling</a>.</p>\n"));
+		<p><b>You should quit RKWard, now, and fix your installation</b>. For help with that, see <a href=\"https://rkward.kde.org/compiling\">https://rkward.kde.org/compiling</a>.</p>\n"));
 	}
 	if (sink_fail) {
 		error_messages.append (i18n ("<p>\t-There was a problem setting up the communication with R. Most likely this indicates a broken installation.</p>\
-		<p><b>You should quit RKWard, now, and fix your installation</b>. For help with that, see <a href=\"http://rkward.kde.org/compiling\">http://rkward.kde.org/compiling</a>.</p></p>\n"));
+		<p><b>You should quit RKWard, now, and fix your installation</b>. For help with that, see <a href=\"https://rkward.kde.org/compiling\">https://rkward.kde.org/compiling</a>.</p></p>\n"));
 	}
 
 	RBackendRequest req (true, RBackendRequest::Started);
diff --git a/rkward/rbackend/rpackages/rkwardtests/DESCRIPTION b/rkward/rbackend/rpackages/rkwardtests/DESCRIPTION
index 9d3bc1f1..36038400 100644
--- a/rkward/rbackend/rpackages/rkwardtests/DESCRIPTION
+++ b/rkward/rbackend/rpackages/rkwardtests/DESCRIPTION
@@ -11,7 +11,7 @@ Description: A set of functions, classes and methods to test plugins that were
 License: GPL (>= 2)
 Encoding: UTF-8
 LazyLoad: yes
-URL: http://rkward.kde.org
+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")),
     person(given="Meik", family="Michalke", email="meik.michalke at hhu.de",
diff --git a/rkward/rbackend/rpackages/rkwardtests/R/rkwardtests-package.R b/rkward/rbackend/rpackages/rkwardtests/R/rkwardtests-package.R
index 0b722813..8ea2e4a5 100644
--- a/rkward/rbackend/rpackages/rkwardtests/R/rkwardtests-package.R
+++ b/rkward/rbackend/rpackages/rkwardtests/R/rkwardtests-package.R
@@ -9,7 +9,7 @@
 #' Encoding: \tab UTF-8\cr
 #' License: \tab GPL (>= 2)\cr
 #' LazyLoad: \tab yes\cr
-#' URL: \tab http://rkward.kde.org\cr
+#' URL: \tab https://rkward.kde.org\cr
 #' }
 #'
 #' @description
diff --git a/rkward/rbackend/rpackages/rkwardtests/debian/control b/rkward/rbackend/rpackages/rkwardtests/debian/control
index ec56bf21..f204afbb 100644
--- a/rkward/rbackend/rpackages/rkwardtests/debian/control
+++ b/rkward/rbackend/rpackages/rkwardtests/debian/control
@@ -4,11 +4,11 @@ Priority: optional
 Maintainer: m.eik michalke <meik.michalke at hhu.de>
 Build-Depends-Indep: debhelper (>> 4.1.0), r-base-dev (>= 2.10.0), cdbs, r-cran-roxygen2 | r-other-reaktanz-roxygen2
 Standards-Version: 3.9.3.1
-Homepage: http://rkward.kde.org
+Homepage: https://rkward.kde.org
 
 Package: r-other-rkward-rkwardtests
 Architecture: all
 Section: math
 Depends: r-base (>= 2.15.0)
 Description: GNU R package: A set of functions, classes and methods to test plugins that were written for RKWard.
-Homepage: http://rkward.kde.org
+Homepage: https://rkward.kde.org
diff --git a/rkward/rbackend/rpackages/rkwardtests/inst/CITATION b/rkward/rbackend/rpackages/rkwardtests/inst/CITATION
index 0f0a1c08..c858b2ca 100644
--- a/rkward/rbackend/rpackages/rkwardtests/inst/CITATION
+++ b/rkward/rbackend/rpackages/rkwardtests/inst/CITATION
@@ -3,12 +3,12 @@ bibentry("Manual",
 		author="Thomas Friedrichsmeier and Meik Michalke",
 		year="2012",
 		note="(Version 0.5.7)",
-		url="http://rkward.kde.org",
+		url="https://rkward.kde.org",
 
 		textVersion =
 		paste("Friedrichsmeier, T. & Michalke, M. (2012). ",
 				"rkwardtests: RKWard Plugin Test Suite Framework (Version 0.5.7). ",
-				"Available from http://rkward.kde.org",
+				"Available from https://rkward.kde.org",
 				sep=""),
 
 		mheader = "To cite rkwardtests in publications use:")
diff --git a/rkward/rbackend/rpackages/rkwardtests/man/rkwardtests-package.Rd b/rkward/rbackend/rpackages/rkwardtests/man/rkwardtests-package.Rd
index 28c15de6..28531fd7 100644
--- a/rkward/rbackend/rpackages/rkwardtests/man/rkwardtests-package.Rd
+++ b/rkward/rbackend/rpackages/rkwardtests/man/rkwardtests-package.Rd
@@ -20,7 +20,7 @@ Depends: \tab R (>= 2.9.0),methods\cr
 Encoding: \tab UTF-8\cr
 License: \tab GPL (>= 2)\cr
 LazyLoad: \tab yes\cr
-URL: \tab http://rkward.kde.org\cr
+URL: \tab https://rkward.kde.org\cr
 }
 }
 \author{
diff --git a/rkward/settings/rksettingsmoduler.cpp b/rkward/settings/rksettingsmoduler.cpp
index d93b5b2e..80e0894f 100755
--- a/rkward/settings/rksettingsmoduler.cpp
+++ b/rkward/settings/rksettingsmoduler.cpp
@@ -302,7 +302,7 @@ RKConfigValue<bool> RKSettingsModuleRPackages::archive_packages {"archive packag
 #	define USE_SOURCE_PACKAGES true
 #endif
 RKConfigValue<bool> RKSettingsModuleRPackages::source_packages {"source_packages", USE_SOURCE_PACKAGES};
-#define RKWARD_REPO "http://files.kde.org/rkward/R/"
+#define RKWARD_REPO "https://files.kde.org/rkward/R/"
 RKConfigValue<QStringList> RKSettingsModuleRPackages::package_repositories {"Repositories", QStringList(RKWARD_REPO)};
 QString RKSettingsModuleRPackages::essential_packages = QString ("base\nmethods\nutils\ngrDevices\ngraphics\nrkward");
 RKConfigValue<QString> RKSettingsModuleRPackages::cran_mirror_url {"CRAN mirror url", "@CRAN@"};
diff --git a/rkward/syntax/rkward.xml b/rkward/syntax/rkward.xml
index ccafba9d..bfd1674e 100644
--- a/rkward/syntax/rkward.xml
+++ b/rkward/syntax/rkward.xml
@@ -7,7 +7,7 @@
 	
 	Kate   : http://kate.kde.org/
 	R      : http://www.r-project.org/
-	RKWard : http://rkward.kde.org/
+	RKWard : https://rkward.kde.org/
 	-->
 <language version="8" kateversion="2.5" name="R interactive session" section="Scripts" extensions="" mimetype="" author="P. Ecochard" license="GPL">
 <highlighting>
diff --git a/rkward/windows/rkwindowcatcher.cpp b/rkward/windows/rkwindowcatcher.cpp
index ba2a5e50..0ea14bba 100644
--- a/rkward/windows/rkwindowcatcher.cpp
+++ b/rkward/windows/rkwindowcatcher.cpp
@@ -120,7 +120,7 @@ void RKWindowCatcher::stop (int new_cur_device) {
 			RKWorkplace::mainWorkplace ()->newX11Window (window, new_cur_device);
 		} else {
 #if defined Q_OS_MACOS
-			KMessageBox::information (0, i18n ("You have tried to embed a new R graphics device window in RKWard. However, this is not currently supported in this build of RKWard on Mac OS X. See http://rkward.kde.org/mac for more information."), i18n ("Could not embed R X11 window"), "embed_x11_device_not_supported");
+			KMessageBox::information (0, i18n ("You have tried to embed a new R graphics device window in RKWard. However, this is not currently supported in this build of RKWard on Mac OS X. See https://rkward.kde.org/mac for more information."), i18n ("Could not embed R X11 window"), "embed_x11_device_not_supported");
 #else
 			RKErrorDialog::reportableErrorMessage (0, i18n ("You have tried to embed a new R graphics device window in RKWard. However, either no window was created, or RKWard failed to detect the new window. If you think RKWard should have done better, consider reporting this as a bug. Alternatively, you may want to adjust Settings->Configure RKWard->Onscreen Graphics."), QString (), i18n ("Could not embed R X11 window"), "failure_to_detect_x11_device");
 #endif
diff --git a/scripts/rkward_roxyPackage.R b/scripts/rkward_roxyPackage.R
index 66278930..599d5bda 100755
--- a/scripts/rkward_roxyPackage.R
+++ b/scripts/rkward_roxyPackage.R
@@ -89,7 +89,7 @@ local({
     R.libs=install.path,
     repo.root=local.repository,
     cleanup=TRUE,
-    URL="http://rkward.kde.org",
+    URL="https://rkward.kde.org",
     #readme.options=list(
     #  githubUser=""
     #),


More information about the rkward-tracker mailing list