From 6ff6cf09b9701b78300ed03ea34cd5667cce61d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Rodr=C3=ADguez=20S=C3=A1nchez?= Date: Tue, 10 Jun 2025 11:28:25 +0200 Subject: [PATCH] Fixes package naming issue The package was internally referenced as jaspModule, and not jaspModuleTemplate. More context (https://github.com/jasp-stats/jasp-issues/issues/3482) --- DESCRIPTION | 2 +- inst/Description.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 02db40b..2f52392 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,4 +1,4 @@ -Package: jaspModule +Package: jaspModuleTemplate Type: Package Title: A module for JASP Version: 0.1.0 diff --git a/inst/Description.qml b/inst/Description.qml index c4e682a..58ae563 100644 --- a/inst/Description.qml +++ b/inst/Description.qml @@ -3,7 +3,7 @@ import JASP.Module Description { - name : "jaspModule" + name : "jaspModuleTemplate" title : qsTr("Jasp Module") description : qsTr("Examples for module builders") version : "0.1"