File: NEWS.Rd

package info (click to toggle)
r-bioc-interactivedisplaybase 1.36.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: javascript: 58; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\name{interactiveDisplayBase-NEWS}
\title{interactiveDisplayBase News}

\section{CHANGES IN VERSION 1.7}{

  \subsection{NEW FEATURES}{

    \itemize{

      \item \code{.runApp} runs the app in RStudio's 'viewer' pane (if
      the app is launched under RStudio), or in the browser.

    }
  }

  \subsection{BUG FIXES}{

    \itemize{

      \item Applications would only start under some versions of
      shiny, due to a reference to either 'rstudio' or 'rstudioapp'
      search path element.

    }

  }
}