Search found 2622 matches

by jonathon
Fri Apr 19, 2024 1:16 am
Forum: Help
Topic: How should a github package be uploaded to Jamovi?
Replies: 1
Views: 59

Re: How should a github package be uploaded to Jamovi?

i would reach out to aaron caldwell, and ask him if a new version can be pushed to the jamovi library. we push updates when the maintainers ask us to.

cheers

jonathon
by jonathon
Fri Apr 19, 2024 1:10 am
Forum: Help
Topic: Numbers and text on the axes are not displayed in the graphs, Export to pdf do not work
Replies: 3
Views: 99

Re: Numbers and text on the axes are not displayed in the graphs, Export to pdf do not work

that's great to hear. more recent versions of R fixed this problem ... which is what we ship with the 2.5 series. so this is a nice confirmation that that has addressed the issue.

with thanks
by jonathon
Thu Apr 18, 2024 9:41 am
Forum: Module development
Topic: Linebreak in table note
Replies: 4
Views: 72

Re: Linebreak in table note

i'm not sure. off the top of my head, i can't think of a way of discriminating between whether you're running in R, or in jamovi ... but i have some vague recollection that there's a way it can be done. i, personally, would just go Note. text Note. some more text Note. even more text as that's how o...
by jonathon
Thu Apr 18, 2024 9:01 am
Forum: Module development
Topic: Linebreak in table note
Replies: 4
Views: 72

Re: Linebreak in table note

hi,

i'd set these as three separate notes:

table$setNote('a', 'some text')
table$setNote('b', 'some more text')
table$setNote('c', 'even some text')

cheers
by jonathon
Thu Apr 18, 2024 5:14 am
Forum: Help
Topic: Numbers and text on the axes are not displayed in the graphs, Export to pdf do not work
Replies: 3
Views: 99

Re: Numbers and text on the axes are not displayed in the graphs, Export to pdf do not work

Hi,

Try the version 2.5 for us, and see if this is still a problem.

With thanks
by jonathon
Sun Apr 14, 2024 8:58 am
Forum: General
Topic: Transform and Add missing variables
Replies: 1
Views: 93

Re: Transform and Add missing variables

hi,

you might need to explain a bit more what you're trying to achieve ... it looks to me like jamovi is doing the right thing here (so i assume i'm missing something).

jonathon
by jonathon
Sun Apr 14, 2024 12:00 am
Forum: Help
Topic: Looking for Jamovi 2.3.3.0 installing file for MAC
Replies: 3
Views: 89

Re: Looking for Jamovi 2.3.3.0 installing file for MAC

jamovi 2.3 is still available from our download page.

https://www.jamovi.org/download.html

but if you want an even older version you can look here:

https://www.jamovi.org/downloads/

cheers

jonathon
by jonathon
Fri Apr 12, 2024 11:58 pm
Forum: Help
Topic: Looking for Jamovi 2.3.3.0 installing file for MAC
Replies: 3
Views: 89

Re: Looking for Jamovi 2.3.3.0 installing file for MAC

Hi,

since microsoft retired MRAN, packages cannot be built for the 2.3 version of jamovi. you'll need to update to the 2.5.

cheers

jonathon
by jonathon
Fri Apr 05, 2024 4:43 am
Forum: General
Topic: Polish translation mistake in chi-square
Replies: 9
Views: 13026

Re: Polish translation mistake in chi-square

love your work tomasz! keep it up!

jonathon
by jonathon
Mon Mar 25, 2024 4:24 am
Forum: Help
Topic: GAMLj3 error in Linear Mixed Model (cholmod_factor_IdetA..)
Replies: 6
Views: 346

Re: GAMLj3 error in Linear Mixed Model (cholmod_factor_IdetA..)

Hi, it looks like there was incompatibility between the version of lme4 hosted on CRAN (at the date of our snapshot), and the version of matrix that ships with R 4.3.2. i've updated the version of the Matrix package which is shipped with jamovi, and if you update to jamovi 2.5.2 this should be fixed...