Skip to contents

[Experimental]

Usage

install_anystyle()

Value

Invisible NULL. The function is called for its side effects (installing software) rather than a return value.

Details

This function installs 'anystyle' and 'anystyle-cli' using the system's Ruby gem package manager. It requires Ruby and its gem package manager to be installed on the system. anystyle is a fast and flexible tool for parsing bibliographic references.

The function executes the 'gem install' command for 'anystyle' and 'anystyle-cli'. It requires that the user has the necessary permissions to install gems on the system. If Ruby or gem is not installed, the function will fail, and you'll need to install Ruby first.

Ensure that the Ruby environment is properly configured and that gem can be called from the command line. See more details on Ruby's installation here and on RubyGems here.

Examples

if (FALSE) {
install_anystyle()
}