This will hopefully be a shiny app that will MFA align and FAVE-extract vowels for an interactive "Vowelentines Day" event.
-
Clone this repository, or create a new RStudio project from "Version control" and paste the git repo url in.
-
Miniconda must be installed (https://docs.conda.io/en/latest/miniconda.html)
- I highly recommend running
conda config --set auto_activate_base false
after installation.
- I highly recommend running
-
In the R console, run
renv::restore()
and anwer yes to all questions
If the steps above dont work, especially if you get errors about architecture (incompatible architecture (have 'arm64', need 'x86_64'))
)
try the following:
- Delete the
renv/
directory and therenv.lock
andenvironment.yml
files. - Restart R (it will print a warning about there being no
renv/activate.R
file) - Run
config.R
Open the index.qmd
file, and click "Run Document"