I Will try
Thanks
Search found 9 matches
- Sun Jan 25, 2026 8:10 am
- Forum: Module development
- Topic: How to make Dynamic Plots?
- Replies: 2
- Views: 81210
- Sun Jan 25, 2026 8:07 am
- Forum: Module development
- Topic: package function dosen't work
- Replies: 2
- Views: 81185
Re: package function dosen't work
Thanks
I will build the functions from scratch as the dmetar package have an internal erorr
I will build the functions from scratch as the dmetar package have an internal erorr
- Sat Jan 24, 2026 5:17 pm
- Forum: Module development
- Topic: package function dosen't work
- Replies: 2
- Views: 81185
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, ggtheme ...
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, ggtheme ...
- Sat Jan 24, 2026 12:29 pm
- Forum: Module development
- Topic: How to make Dynamic Plots?
- Replies: 2
- Views: 81210
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 ...
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 ...
- Sat Jan 24, 2026 12:16 pm
- Forum: Module development
- Topic: Package is not available for your package
- Replies: 3
- Views: 82598
Re: Package is not available for your package
solved by add all those dependencies in imports
- Sat Jan 24, 2026 12:06 pm
- Forum: Module development
- Topic: Package is not available for your package
- Replies: 3
- Views: 82598
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 ...
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 ...
- Sat Jan 24, 2026 2:49 am
- Forum: Module development
- Topic: Package is not available for your package
- Replies: 3
- Views: 82598
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 ...
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 ...
- Sat Jan 24, 2026 2:24 am
- Forum: General
- Topic: How to deal with plots that changes depending on data?
- Replies: 2
- Views: 133076
Re: How to deal with plots that changes depending on data?
Thanks for your help!
- Fri Jan 23, 2026 6:31 pm
- Forum: General
- Topic: How to deal with plots that changes depending on data?
- Replies: 2
- Views: 133076
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 ...