knitr::opts_chunk$set(echo = TRUE)

Notes

yarn global add browserify
cd inst/js
yarn add which-polygon
echo "global.whichPolygon = require('which-polygon');" > in.js
browserify in.js -o which-polygon-browserify.min.js
rm in.js


atepoorthuis/reversegeocoder documentation built on May 17, 2019, 4:21 a.m.