How to Write an R Package Wrapping a NodeJS Module
Mr A Bichat was looking for a way to
bundle a NodeJS module inside an R package. Here is an attempt at a
reproducible example, that might also help others!
About NodeJS Packages
There are two ways to install NodeJS packages: globally and locally.
The idea with local dependencies is that when … Continue reading