Computers
set PYTHONPATH for npm
npm config set python /usr/bin/python3https://www.npmjs.com/package/node-gyp
Read this post
Clone this repository R Shiny Electron$RSE$ template
install Electron
npm install -g electroninstall Electron Forge
npm install -g electron-forgeopen folder with terminal
cd r-shiny-electron-masternpm install
npm installinstall local R
update R version in get-r-mac.sh file
./get-r-mac.shinstall packages
Rscript add-cran-binary-pkgs.Rrun app
npm startmake package
electron-forge packagemake portable app
electron-forge makehttps://www.softwarelab.it/2018/10/12/adding-an-existing-project-to-github-using-the-command-line/
git initgit add .git commit -m "initial commit"git remote add origin <remote repository URL>git remote -vgit push -f origin mastermd2googleslides -- Markdown to Google Slides
https://github.com/gsuitedevs/md2googleslides
npm install -g md2gslidesmd2gslides slides.mdslidex
Convert PowerPoint Slides to xaringan $remark.js$ Slides
https://github.com/datalorax/slidex
Change Key - Mouse Functions
Virtual Machines
Regular Expressions
https://regex101.com/{target="_blank"}
Last updated
Was this helpful?