An R package, analagous to devtools, which makes it easy to develop jamovi modules
To install this package, issue the following command from the R terminal:
install.packages('jmvtools', repos='https://repo.jamovi.org')
-
Pull everything up to date.
just pull-jamovi-repopulls down the S3-backed package repo that servesrepo.jamovi.org:git pull just pull-jamovi-repo -
Update the bundled
jamovi-compilerfromjamovi/jamovi:just update-compiler -
Bump the version in
DESCRIPTION -
Build the package:
just build -
Add the built tarball to the local package repo:
just add-to-jamovi-repo $FILENAME -
Push the package repo up to S3, publishing it to
repo.jamovi.org:just push-jamovi-repo