Search found 2636 matches

by jonathon
Wed May 08, 2024 4:56 am
Forum: Help
Topic: Filters running slowly
Replies: 3
Views: 56

Re: Filters running slowly

yes, i think the slowdown increases exponentially with the number of filters.

jonathon
by jonathon
Wed May 08, 2024 1:01 am
Forum: Help
Topic: Filters running slowly
Replies: 3
Views: 56

Re: Filters running slowly

hi,

yes, you're right. there is a performance issue i've been meaning to take a look at.

https://github.com/jamovi/jamovi/issues/1453

jonathon
by jonathon
Wed May 08, 2024 12:58 am
Forum: Module development
Topic: additional ggplot2 stat layer
Replies: 1
Views: 148

Re: additional ggplot2 stat layer

i think this will come down to how GGally searches for what corresponds to stat = "cross" ... i assume you've begun with running this code in an interactive R session (and had it work) and then you've moved to incorporate it into a jamovi module. i'm wondering if, when running this code in...
by jonathon
Wed May 08, 2024 12:45 am
Forum: Module development
Topic: Magick++
Replies: 1
Views: 29

Re: Magick++

hi, yes, packages that rely on OS libraries are a bit tricky with the flatpak. the flatpak is designed to isolate the program from the host operating system, so installing libmagick++-dev into the host won't help unfortunately. sometimes R packages provide an alternative, so V8 for example allows yo...
by jonathon
Tue May 07, 2024 12:35 am
Forum: General
Topic: Syntax Mode Disabling Every Time Jamovi is Closed
Replies: 1
Views: 942

Re: Syntax Mode Disabling Every Time Jamovi is Closed

hi,

you're right, it does need to be enabled each time jamovi is started. we should consider making it a persistent setting.

cheers
by jonathon
Fri May 03, 2024 10:17 pm
Forum: Help
Topic: extracting part of a text variable
Replies: 3
Views: 96

Re: extracting part of a text variable

concatenating variables couldn't be simpler:
Screenshot 2024-05-04 at 08.16.25.png
Screenshot 2024-05-04 at 08.16.25.png (157.49 KiB) Viewed 88 times
by jonathon
Fri May 03, 2024 10:15 pm
Forum: Help
Topic: extracting part of a text variable
Replies: 3
Views: 96

Re: extracting part of a text variable

hi, i would extract the hour with the formula: INT(SPLIT(SPLIT(C, ' ', 2), ':', 1)) SPLIT(C, ' ', 2) says split the variable C where ever there are spaces, and give me the 2nd chunk. SPLIT('04/05/23 05:35', ' ', 1) gives '04/05/23' SPLIT('04/05/23 05:35', ' ', 2) gives '05:35' then i would take that...
by jonathon
Wed May 01, 2024 12:44 am
Forum: Help
Topic: cairo_ps error
Replies: 7
Views: 423

Re: cairo_ps error

The problem was that my .omv file was located in a folder that was nested inside another folder named in Persian (a different language).
thanks for letting us know. i've created an issue and will look at fixing this soon.

https://github.com/jamovi/jamovi/issues/1493

with thanks
by jonathon
Tue Apr 30, 2024 12:30 pm
Forum: jamovi development
Topic: Coming Soon?
Replies: 2
Views: 136

Re: Coming Soon?

hi matt,

nothing really imminent, but customization of graphics is something we're often thinking about. hopefully something we can get to in the next 6 months.

jonathon
by jonathon
Fri Apr 26, 2024 10:17 pm
Forum: Help
Topic: cairo_ps error
Replies: 7
Views: 423

Re: cairo_ps error

hi,

i don't think this is to do with the snowRMM module, but rather jamovi itself. could you try using jamovi 2.5 like seol suggests, and let us know if that fixes it?

with thanks