It doesn't look like HTML because it is not HTML at all, it is actually SVG. I found that creating exact locations for checkboxes, radios and text, using raw HTML, is a pain, therefore I created my own library of functions which combines SVG and Javascript. The graphs are also SVG, although I am looking to embed normal R graphics via shiny.
On Mon, Feb 22, 2016 at 1:22 PM, Dmitri Popavenko < dmitri.popave...@gmail.com> wrote: > That is a very nice interface, indeed! > What kind of HTML you used for this interface, it is looking different > from the normal. > > On Sun, Feb 21, 2016 at 11:37 AM, Adrian Dușa <dusa.adr...@unibuc.ro> > wrote: > >> Oh, thanks Peter, good example for Mac, but indeed not working on Windows. >> For a completely cross-platform solution (that is, including Windows which >> is what Zahra wants), I believe shiny is the right tool. >> >> So Zahra, if you want to use shiny, you need to look at their own >> tutorials, step by step, and try to understand how it works. >> They have predefined tools to make "apps", which can be deployed either >> locally or on a web server. But you will be dependent on the available >> shiny toolkit. >> Otherwise, if you want to make a completely customized interface, you need >> to use a combination of R, HTML and Javascript. >> >> Take a look at the GUI from the QCAGUI package (download the sources, it's >> in the "inst" directory): it can read the local filesystem, import / >> export >> data, it does various data transformations and various QCA related >> analyses >> and graphs. >> Everything is highly customized, with drop-down menus and pop-up dialogs, >> including an output one which mimics the R console. >> To look at the interface, type: >> >> library(QCAGUI) >> runGUI() >> >> I hope it helps, >> Adrian > > > -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr.90 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.