Search found 2642 matches

by jonathon
Tue May 14, 2024 11:54 pm
Forum: Help
Topic: jTransform long to wide results in incorrect new dataset - Help or Bug?
Replies: 2
Views: 67

Re: jTransform long to wide results in incorrect new dataset - Help or Bug?

a new version of jTransform was recently pushed to the library (possibly in response to this post) ... it would be worth seeing if that fixes the issue.

cheers
by jonathon
Tue May 14, 2024 11:03 pm
Forum: General
Topic: Vectorized figures
Replies: 10
Views: 335

Re: Vectorized figures

hi,

can you tell me if the issue is specific to gamlj, or if other plots (say the descriptives from the explore menu) have the same problem?

with thanks
by jonathon
Mon May 13, 2024 10:30 am
Forum: General
Topic: Vectorized figures
Replies: 10
Views: 335

Re: Vectorized figures

can you just confirm for me, when you run it with the --debug2 flag ... that you get three additional terminal windows?

jonathon
by jonathon
Mon May 13, 2024 7:19 am
Forum: General
Topic: Vectorized figures
Replies: 10
Views: 335

Re: Vectorized figures

hi, could you try the 2.5.4 (from the downloads page). if that doesn't fix the issue, could you start jamovi in debug mode. you'll find 'jamovi debug' in the windows start menu, which will give you a terminal ... then you can start jamovi with the command jamovi --debug2 this will give you some extr...
by jonathon
Sat May 11, 2024 9:39 am
Forum: General
Topic: Vectorized figures
Replies: 10
Views: 335

Re: Vectorized figures

OK, thanks for the info. i'll spend some time investigating.

i might come back to you to ask you to try some things, if that would be ok?

with thanks

jonathon
by jonathon
Fri May 10, 2024 11:17 pm
Forum: General
Topic: Vectorized figures
Replies: 10
Views: 335

Re: Vectorized figures

hi,

could you take a look here: https://github.com/jamovi/jamovi/issues/1483 and let me know if your experience is similar?

also, could you provide a .omv file (you may need to zip it up first), containing a plot which doesn't export correctly.

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

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: 113

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: 235

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: 72

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...