Search found 5 matches

by max
Tue Oct 09, 2018 8:01 am
Forum: Module development
Topic: Editable plot width
Replies: 4
Views: 5555

Re: Editable plot width

Works like a charm!
Cheers
Max
by max
Tue Oct 09, 2018 5:51 am
Forum: Module development
Topic: Editable plot width
Replies: 4
Views: 5555

Re: Editable plot width

I defined the Width as an integer, but the error remains.

- name: PlotWidth
title: Width
type: Integer
default: 800
by max
Tue Oct 09, 2018 4:04 am
Forum: Module development
Topic: Editable plot width
Replies: 4
Views: 5555

Editable plot width

Hi again, is it possible to modify the width of a plot using a TextBox? I have defined a text box in name.u.yaml: - type: TextBox name: PlotWidth format: number inputPattern: '[0-9]+' In the name.r.yaml I added: - name: plot title: Plot type: Image width: (PlotWidth) height: 400 renderFun: .plot Thi...
by max
Mon Oct 08, 2018 12:22 am
Forum: Module development
Topic: [RESOLVED] Setting up module development in Linux Mint
Replies: 2
Views: 3684

Re: Setting up module development in Linux Mint

Thanks. Now it works perfectly.
Max
by max
Sun Oct 07, 2018 5:46 pm
Forum: Module development
Topic: [RESOLVED] Setting up module development in Linux Mint
Replies: 2
Views: 3684

[RESOLVED] Setting up module development in Linux Mint

Hi, I have some difficulties setting up jmvtools. I am using Linux Mint and installed jmvtools (version 0.9.5.) in R. I also installed the current version of Jamovi (0.9.5.1) via flathub. When I run jmvtools::check() I get the following message: jmvtools::check(home="/var/lib/flatpak/app/org.ja...