Skip to content

Commit

Permalink
Add interface QMLs
Browse files Browse the repository at this point in the history
And list them in .Rbuildignore
  • Loading branch information
PabRod committed Aug 27, 2024
1 parent a0a2223 commit 5923d14
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^CITATION\.cff$

## JASP interface
^.editorconfig$
^inst/help$
^inst/icons$
^inst/qml$
^inst/Description\.qml$
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*]
charset = utf-8

[*.{cpp,h,qml,json,md}]
indent_style = tab
indent_size = 4

[*.R]
indent_style = space
indent_size = 2
14 changes: 14 additions & 0 deletions inst/Description.qml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import QtQuick 2.12
import JASP.Module 1.0

Description
{
name : "jaspModule"
title : qsTr("Jasp Module")
description : qsTr("This module offers analyses.")
version : "0.1"
author : "JASP Team"
maintainer : "JASP Team <[email protected]>"
website : "https://jasp-stats.org"
license : "GPL (>= 2)"
}
Empty file added inst/help/.gitkeep
Empty file.
Empty file added inst/icons/.gitkeep
Empty file.
Empty file added inst/qml/.gitkeep
Empty file.

0 comments on commit 5923d14

Please sign in to comment.