Search found 4 matches

by paulpearson
Thu Feb 29, 2024 7:07 pm
Forum: Module development
Topic: NAMESPACE issue?
Replies: 2
Views: 1030

Re: NAMESPACE issue?

Hi,

Oof. I really walked head first into a tree, didn't I? You were spot on -- renaming from infer to Inference resolved the issues. I'm sorry if I forgot to make the github repo public (I'll remove it soon because of it's name conflict).

Thanks!
Paul
by paulpearson
Wed Feb 28, 2024 9:17 pm
Forum: Module development
Topic: NAMESPACE issue?
Replies: 2
Views: 1030

NAMESPACE issue?

Hi all, I'm trying to write a jamovi module for the infer R package. I believe that line 26 of the NAMESPACE file https://github.com/tidymodels/infer/blob/main/NAMESPACE for the infer package says that it exports the function named observe. I'm trying to use the infer::observe() function in my R cod...
by paulpearson
Mon Feb 26, 2024 7:58 pm
Forum: Module development
Topic: Tutorial needs updating
Replies: 2
Views: 904

Re: Tutorial needs updating

I also forgot to mention the R6::R6Class in the working code that's just R6Class in the code that didn't work for me.
by paulpearson
Sun Feb 25, 2024 12:53 pm
Forum: Module development
Topic: Tutorial needs updating
Replies: 2
Views: 904

Tutorial needs updating

Hi all, I'm new to Jamovi and want to develop a Jamovi module for simulation-based inference tests (please let me know if you're interested in that). I was working through the tutorial https://dev.jamovi.org/tuts0104-implementing-an-analysis.html and the last code block on the bottom of this webpage...