Skip to contents

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.

Usage

er_install_editly(force = FALSE, dependencies = TRUE)

Arguments

force

logical: if TRUE, force reinstallation of editly if it is already installed

dependencies

logical: if TRUE, the system binaries node (via noder::nr_install_node()) and ffmpeg (via er_install_ffmpeg()) will also be installed if not found on your system

Value

The path to the installation (invisibly)