This package browser is in early development. Mind the rough edges.

r-quickjsr

Interface for the QuickJS lightweight JavaScript engine

This package provides an R interface to the QuickJS portable JavaScript engine. The engine is bundled entirely within the package, requiring no external system dependencies beyond a C compiler.

Installation

Install the latest version of r-quickjsr as follows:

guix install r-quickjsr

Or install a particular version:

guix install r-quickjsr@1.7.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-quickjsr about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-quickjsr'><img src='https://packages.guix.gnu.org/packages/r-quickjsr/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-quickjsr/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-quickjsr)

Example Org:

[[https://packages.guix.gnu.org/packages/r-quickjsr][https://packages.guix.gnu.org/packages/r-quickjsr/badges/latest-version.svg]]