Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Apr 3, 2022
2 parents f6ac24f + 82bd420 commit a792b52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vignettes/module_development_jamovi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4268,4 +4268,9 @@ https://github.com/jamovi/jmv/blob/master/jamovi/empty.a.yaml#L7
in the case of anova, this would completely remove the ANOVA() function from the .h.R file (jamovi doesn’t actually use that top level function itself, rather it constructs the anovaClass, anovaOptions, etc. objects directly) … some times people do this where they want to implement their own top level function, rather than relying on the automatically generated one. or sometimes they just don’t want people to use that function from R, and want them to use a different approach in R. (one usually wants to override the syntax generated for ‘syntax mode’ if taking this approach … i can walk you through that if that’s where you want to head). (edited)
```


```
flatpak run --command=R --devel org.jamovi.jamovi
if(!require(jmvtools)) install.packages('jmvtools', repos='https://repo.jamovi.org')
jmvtools::install(home='/app/bin/')
flatpak install flathub org.freedesktop.Sdk.Extension.gfortran-62
```

0 comments on commit a792b52

Please sign in to comment.