Editry requires that editly
(the underlying nodeJS package) be available on your system, along with node
and ffmpeg
. These can either be installed directly on your system, or in a docker image. er_install_editly
will attempt to install node
, ffmpeg
, and editly
directly on your system. See the package overview at https://scienceuntangled.github.io/editry for docker-based installation.
Arguments
- force
logical: if
TRUE
, force reinstallation of editly if it is already installed- dependencies
logical: if
TRUE
, the system binariesnode
(vianoder::nr_install_node()
) andffmpeg
(viaer_install_ffmpeg()
) will also be installed if not found on your system