#################################################################
# How to install Arch in your Android (into the App TermuxArch)
# and be able to use your Android device like a personal computer
# even running a X server to have GUI
#################################################################
###############################
# Install Termux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remarks: | |
# | |
# The export is done using the automated testing framework [Selenium](https:// | |
# de.wikipedia.org/wiki/Selenium) which results in opening a browser window | |
# (Google Chrome) that might has to be closed by hand. Other than Plotly's | |
# own `export()` function this one also allows to set the `width` and `height` | |
# of the exported plot (in the former it's hardcoded to 800x600 pixels). If | |
# `incl_PDF_copy`/`incl_PNG_copy` is set to `TRUE`, the exported SVG additionally | |
# gets converted to a PDF/PNG using the R package [`rsvg`](https://github.com/ | |
# jeroen/rsvg/tree/40576ac326621b40224db344b09158f4ff717433) which relies on |