File: README.md

package info (click to toggle)
r-cran-samr 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 4,024 kB
  • sloc: fortran: 102; makefile: 7
file content (22 lines) | stat: -rwxr-xr-x 610 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Web-enabled and Cross-platform SAM via Shiny

This version of SAM provided adds a web interface using Shiny.

Install the current version of the package, after removing any
older versions you may have already installed. _Later, when this
package makes it to CRAN, you will install it the usual way_.

The web interface is invoked via:

```
library(samr)
runSAM()
```

That will bring up a browser window with a user interface. More
details are provided in the manual `sam.pdf` in this directory

Note that users should use Firefox or Chrome as the _default_browser
on Windows: IE will not work.

Michael Seo