This was tested on:
- Ubuntu 14.04 x64
- Ubuntu 16.04 x64
| install.packages('CVXR', repos="http://cran.us.r-project.org") | |
| install.packages('quantmod', repos="http://cran.us.r-project.org") | |
| install.packages('mgcv', repos="http://cran.us.r-project.org") |
| print(' .:;S;:. .:;.;:. .: ;:. .:;.') | |
| print('S S S / S S S S S S S S;;:') | |
| print(':;S;: :;S;: :;S;: :;S;: :;S;: :: ') | |
| counter = 0 | |
| while (1 == 1) { | |
| counter <- counter + 1 | |
| Sys.sleep(3) | |
| print(paste(sample(1:10, 1),'Kw/s generated in the last second.')) | |
| e <-matrix(rnorm(6),2,3) |
This is the example usage of electron-packager that I never found online anywhere else.
To add resource.exe and resource2.dll in the resource folder when you create an installer, this is how you do it with the --extra-resource commandline switch.
electron-packager . --overwrite --asar --extra-resource="resource1.exe" --extra-resource="resource2.dll" --platform=win32 --arch=ia32 --icon=./frontend/dist/assets/icon.ico --prune=true --out=./build --version-string.ProductName='Hot Pan de sal'
within the backend code you can refer to the files as:
| https://spatie.be/ |
| pip3 install numpy | |
| https://www.digitalocean.com/community/tutorials/how-to-install-r-on-ubuntu-16-04-2 |
| https://articulo.mercadolibre.com.co/MCO-452409278-adaptador-receptor-bluetooth-audio-recargable-carro-_JM |
| https://blog.openai.com/glow/ |
| https://colab.research.google.com/notebooks/welcome.ipynb |