Search found 9 matches

by asmpro
Sun Jan 25, 2026 8:10 am
Forum: Module development
Topic: How to make Dynamic Plots?
Replies: 2
Views: 186

Re: How to make Dynamic Plots?

I Will try
Thanks
by asmpro
Sun Jan 25, 2026 8:07 am
Forum: Module development
Topic: package function dosen't work
Replies: 2
Views: 232

Re: package function dosen't work

Thanks
I will build the functions from scratch as the dmetar package have an internal erorr
by asmpro
Sat Jan 24, 2026 5:17 pm
Forum: Module development
Topic: package function dosen't work
Replies: 2
Views: 232

package function dosen't work

Hi, when use this function from dmetar package dmetar::plot.InfluenceAnalysis(baujatData$state, "baujat") this error appears in jamovi Debug Error: 'plot.InfluenceAnalysis' is not an exported object from 'namespace:dmetar' eval(ev) eval(ev) private$.baujatPlot(image, theme = t$theme, ggthe...
by asmpro
Sat Jan 24, 2026 12:29 pm
Forum: Module development
Topic: How to make Dynamic Plots?
Replies: 2
Views: 186

How to make Dynamic Plots?

Hi, I work on analysis that expanded according to variables provided and each variable need a separated plot so how to make a dynamic plots according to variables? and another question Is there a way to make the plot not appear in jamovi until a condition met? something like if statement but control...
by asmpro
Sat Jan 24, 2026 12:16 pm
Forum: Module development
Topic: Package is not available for your package
Replies: 3
Views: 313

Re: Package is not available for your package

solved by add all those dependencies in imports
by asmpro
Sat Jan 24, 2026 12:06 pm
Forum: Module development
Topic: Package is not available for your package
Replies: 3
Views: 313

Re: Package is not available for your package

Solved by add package to remotes but when build the module this new error appear ERROR: dependencies 'netmeta', 'poibin', 'MuMIn', 'fpc', 'mclust' are not available for package 'dmetar' * removing 'D:/SR/Projects/MetaPort/build/R4.3.2-x64-win64/dmetar' Warning message: In i.p(...) : installation of ...
by asmpro
Sat Jan 24, 2026 2:49 am
Forum: Module development
Topic: Package is not available for your package
Replies: 3
Views: 313

Package is not available for your package

Hi everyone, when working on my module this error appear version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages ERROR: dependency 'dmetar' is not available for package 'MetaPort' *...
by asmpro
Fri Jan 23, 2026 6:31 pm
Forum: General
Topic: How to deal with plots that changes depending on data?
Replies: 2
Views: 804

How to deal with plots that changes depending on data?

I'm PI for a research project that working on creating a fully functional Jamovi module, we decided to make a port for all needed functions and analysis types in meta analysis from overall meta analysis to meta regression and from Continuous outcomes to single proportion meta analysis and add DTA an...