Jul 27, 2019  The ASUS ROG Phone II is a 6.59: phone with a 1080x2340p resolution display that runs at 120Hz. The Snapdragon 855 Plus is paired with 12GB of RAM and 256/512GB of storage. The main camera is 48+13MP and the selfie camera is 24MP. The battery has a 6000mAh capacity. The Nokia 6 is an Android Nougat device with a 5.5 inch display. Limbo 1.16 cracked apk. The resolution is 1080x1920 pixels, giving it a ppi of 403. The Snapdragon 430 chipset has a Octa-core 1.4 GHz Cortex-A53 CPU and an Adreno 505 GPU. There is a 16MP back facing camera and an 8MP selfie cam. The battery will keep you powered up all day with a 3000 mAh capacity.

Web Application Framework for R

Makes it incredibly easy to build interactive webapplications with R. Automatic 'reactive' binding between inputs andoutputs and extensive prebuilt widgets make it possible to buildbeautiful, responsive, and powerful applications with minimal effort.

Readme

Travis:

AppVeyor:

Shiny is a new package from RStudio that makes it incredibly easy to build interactive web applications with R.

For an introduction and examples, visit the Shiny Dev Center.

If you have general questions about using Shiny, please use the RStudio Community website. For bug reports, please use the issue tracker.

Features

  • Build useful web applications with only a few lines of code—no JavaScript required.
  • Shiny applications are automatically 'live' in the same way that spreadsheets are live. Outputs change instantly as users modify inputs, without requiring a reload of the browser.
  • Shiny user interfaces can be built entirely using R, or can be written directly in HTML, CSS, and JavaScript for more flexibility.
  • Works in any R environment (Console R, Rgui for Windows or Mac, ESS, StatET, RStudio, etc.).
  • Attractive default UI theme based on Bootstrap.
  • A highly customizable slider widget with built-in support for animation.
  • Prebuilt output widgets for displaying plots, tables, and printed output of R objects.
  • Fast bidirectional communication between the web browser and R using the httpuv package.
  • Uses a reactive programming model that eliminates messy event handling code, so you can focus on the code that really matters.
  • Develop and redistribute your own Shiny widgets that other developers can easily drop into their own applications (coming soon!).

Installation

To install the stable version from CRAN, simply run the following from an R console:

To install the latest development builds directly from GitHub, run this instead:

Getting Started

To learn more we highly recommend you check out the Shiny Tutorial. The tutorial explains the framework in-depth, walks you through building a simple application, and includes extensive annotated examples.

Bootstrap 3 migration

Shiny versions 0.10.2.2 and below used the Bootstrap 2 web framework. After 0.10.2.2, Shiny switched to Bootstrap 3. For most users, the upgrade should be seamless. However, if you have have customized your HTML-generating code to use features specific to Bootstrap 2, you may need to update your code to work with Bootstrap 3.

If you do not wish to update your code at this time, you can use the shinybootstrap2 package for backward compatibility.

If you prefer to install an older version of Shiny, you can do it using the devtools package:

Development notes

The Javascript code in Shiny is minified using tools that run on Node.js. See the tools/ directory for more information.

Guidelines for contributing

We welcome contributions to the shiny package. Please see our CONTRIBUTING.md file for detailed guidelines of how to contribute.

License

The shiny package as a whole is licensed under the GPLv3. See the LICENSE file for more details.

Sticky Notifications V1.0.4 Android

Functions in shiny

Name Description
callModuleInvoke a Shiny module
createRenderFunctionImplement render functions
createWebDependencyCreate a web dependency
downloadButtonCreate a download button or link
domainsReactive domains
dateInputCreate date input
brushedPointsFind rows of data that are selected by a brush
builderHTML Builder Functions
columnCreate a column within a UI definition
dateRangeInputCreate date range input
NSNamespaced IDs for inputs/outputs
conditionalPanelConditional Panel
freezeReactiveValFreeze a reactive value
getCurrentOutputInfoGet information about the output that is currently being executed.
exportTestValuesRegister expressions for export in test mode
knitr_methodsKnitr S3 methods
loadSupportLoad an app's supporting R files
isRunningCheck whether a Shiny application is running
iconCreate an icon
includeInclude Content From a File
exprToFunctionConvert an expression to a function
isolateCreate a non-reactive scope for an expression
parseQueryStringParse a GET query string from a URL
downloadHandlerFile Downloads
checkboxGroupInputCheckbox Group Input Control
deprecatedReactivesDeprecated reactive functions
enableBookmarkingEnable bookmarking for a Shiny application
passwordInputCreate a password input control
reactivePollReactive polling
renderDataTableTable output with the JavaScript library DataTables
reactiveFileReaderReactive file reader
clickOptsCreate an object representing click options
checkboxInputCheckbox Input Control
helpTextCreate a help text element
fluidPageCreate a page with fluid layout
flowLayoutFlow layout
diskCacheCreate a disk cache object
hoverOptsCreate an object representing hover options
htmlOutputCreate an HTML output element
reqCheck for required values
renderImageImage file output
addResourcePathResource Publishing
setSerializerAdd a function for serializing an input before bookmarking application state
htmlTemplateProcess an HTML template
numericInputCreate a numeric input control
radioButtonsCreate radio buttons
observeCreate a reactive observer
reactiveCreate a reactive expression
dblclickOptsCreate an object representing double-click options
insertUIInsert UI objects
renderPlotPlot Output
fileInputFile Upload Control
fillPageCreate a page that fills the window
shiny-packageWeb Application Framework for R
getQueryStringGet the query string / hash component from the URL
installExprFunctionInstall an expression as a function
modalDialogCreate a modal dialog UI
renderPrintPrintable Output
invalidateLaterScheduled Invalidation
textOutputCreate a text output element
titlePanelCreate a panel containing an application title.
varSelectInputSelect variables from a data frame
updateSliderInputUpdate Slider Input Widget
stopAppStop the currently running Shiny app
stacktraceStack trace manipulation functions
updateSelectInputChange the value of a select input on the client
navbarPageCreate a page with a top level navigation bar
repeatableMake a random number generator repeatable
renderUIUI Output
onFlushAdd callbacks for Shiny session events
inputPanelInput panel
fillRowFlex Box-based row/column layouts
debounceSlow down a reactive expression with debounce/throttle
fixedPageCreate a page with a fixed layout
insertTabDynamically insert/remove a tabPanel
headerPanelCreate a header panel
makeReactiveBindingMake a reactive variable
sessionSession object
onStopRun code after an application or session ends
registerInputHandlerRegister an Input Handler
setBookmarkExcludeExclude inputs from bookmarking
navlistPanelCreate a navigation list panel
shinyDeprecatedPrint message for deprecated functions in Shiny
getShinyOptionGet or set Shiny options
runAppRun Shiny Application
removeInputHandlerDeregister an Input Handler
restoreInputRestore an input value
plotOutputCreate an plot or image output element
is.reactivevaluesChecks whether an object is a reactivevalues object
plotPNGRun a plotting function and save the output as a PNG
markRenderFunctionMark a function as a render function
maskReactiveContextEvaluate an expression without a reactive context
markOutputAttrsMark a render function with attributes that will be used by the output
modalButtonCreate a button for a modal dialog
onBookmarkAdd callbacks for Shiny session bookmarking events
sidebarLayoutLayout a sidebar and main area
memoryCacheCreate a memory cache object
observeEventEvent handler
singletonInclude content only once
snapshotExcludeMark an output to be excluded from test snapshots
nearPointsFind rows of data that are near a click/hover/double-click
outputOptionsSet options for an output object.
reactlogReactive Log Visualizer
verbatimTextOutputCreate a verbatim text output element
runUrlRun a Shiny application from a URL
reactiveValuesCreate an object for storing reactive values
renderTextText Output
safeErrorDeclare an error safe for the user to see
reactiveValuesToListConvert a reactivevalues object to a list
renderTableTable Output
showBookmarkUrlModalDisplay a modal dialog for bookmarking
showModalShow or remove a modal dialog
tabsetPanelCreate a tabset panel
tagHTML Tag Object
runExampleRun Shiny Example Applications
runGadgetRun a gadget
shiny.appobjShiny App object
reexportsObjects exported from other packages
shinyAppCreate a Shiny app object
suppressDependenciesSuppress web dependencies
sizeGrowthRatioCreate a sizing function that grows at a given ratio
submitButtonCreate a submit button
sliderInputSlider Input Widget
showNotificationShow or remove a notification
showTabDynamically hide/show a tabPanel
snapshotPreprocessInputAdd a function for preprocessing an input before taking a test snapshot
splitLayoutSplit layout
snapshotPreprocessOutputAdd a function for preprocessing an output before taking a test snapshot
wellPanelCreate a well panel
updateTabsetPanelChange the selected tab on the client
updateTextAreaInputChange the value of a textarea input on the client
withMathJaxLoad the MathJax library and typeset math expressions
pageWithSidebarCreate a page with a sidebar
reactiveTimerTimer
updateCheckboxInputChange the value of a checkbox input on the client
textAreaInputCreate a textarea input control
updateRadioButtonsChange the value of a radio input on the client
updateQueryStringUpdate URL in browser's location bar
reactiveValCreate a (single) reactive value
removeUIRemove UI objects
textInputCreate a text input control
updateTextInputChange the value of a text input on the client
updateDateInputChange the value of a date input on the client
withProgressReporting progress (functional API)
urlModalGenerate a modal dialog that displays a URL
updateNumericInputChange the value of a number input on the client
updateDateRangeInputChange the start and end values of a date range input on the client
withTagsEvaluate an expression using tags
viewerViewer options
verticalLayoutLay out UI elements vertically
validateValidate input values and other conditions
validateCssUnitValidate proper CSS formatting of a unit
shinyServerDefine Server Functionality
selectInputCreate a select list input control
tabPanelCreate a tab panel
serverInfoCollect information about the Shiny Server environment
renderCachedPlotPlot output with cached images
shinyUICreate a Shiny UI handler
tableOutputCreate a table output element
updateActionButtonChange the label or icon of an action button on the client
updateCheckboxGroupInputChange the value of a checkbox group input on the client
bootstrapLibBootstrap libraries
applyInputHandlersApply input handlers to raw input values
bootstrapPageCreate a Bootstrap page
bookmarkButtonCreate a button for bookmarking/sharing
ProgressReporting progress (object-oriented API)
actionButtonAction button/link
HTMLMark Characters as HTML
brushOptsCreate an object representing brushing options
absolutePanelPanel with absolute positioning
No Results!

Last month downloads

Details

TypePackage
LicenseGPL-3 file LICENSE
URLhttp://shiny.rstudio.com
BugReportshttps://github.com/rstudio/shiny/issues
Collate'app.R' 'bookmark-state-local.R' 'stack.R' 'bookmark-state.R'bootstrap-deprecated.R' 'bootstrap-layout.R' 'globals.R'conditions.R' 'map.R' 'utils.R' 'bootstrap.R'cache-context.R' 'cache-disk.R' 'cache-memory.R'cache-utils.R' 'diagnose.R' 'fileupload.R' 'font-awesome.R'graph.R' 'reactives.R' 'reactive-domains.R' 'history.R'hooks.R' 'html-deps.R' 'htmltools.R' 'image-interact-opts.R'image-interact.R' 'imageutils.R' 'input-action.R'input-checkbox.R' 'input-checkboxgroup.R' 'input-date.R'input-daterange.R' 'input-file.R' 'input-numeric.R'input-password.R' 'input-radiobuttons.R' 'input-select.R'input-slider.R' 'input-submit.R' 'input-text.R'input-textarea.R' 'input-utils.R' 'insert-tab.R' 'insert-ui.R'jqueryui.R' 'middleware-shiny.R' 'middleware.R' 'modal.R'modules.R' 'notifications.R' 'priorityqueue.R' 'progress.R'react.R' 'render-cached-plot.R' 'render-plot.R'render-table.R' 'run-url.R' 'serializers.R'server-input-handlers.R' 'server.R' 'shiny-options.R'shiny.R' 'shinyui.R' 'shinywrappers.R' 'showcase.R'snapshot.R' 'tar.R' 'test-export.R' 'timer.R' 'update-input.R'
RoxygenNote6.1.1
EncodingUTF-8
NeedsCompilationno
Packaged2019-10-08 16:21:27 UTC; winston
RepositoryCRAN
Date/Publication2019-10-10 12:50:02 UTC

Sticky Notifications V1.0.4 Yahoo

suggests Cairo (>= 1.5-5) , datasets , ggplot2 , knitr (>= 1.6) , magrittr , markdown , reactlog (>= 1.0.0) , rmarkdown , testthat (>= 2.1.1) , yaml
imports crayon , digest , fastmap (>= 1.0.0) , grDevices , htmltools (>= 0.4.0) , httpuv (>= 1.5.2) , jsonlite (>= 0.9.16) , later (>= 1.0.0) , mime (>= 0.3) , promises (>= 1.1.0) , R6 (>= 2.0) , rlang (>= 0.4.0) , sourcetools , tools , utils , xtable
depends methods , R (>= 3.0.2)
ContributorsJoe Cheng, JJ Allaire, Brian Reavis, Yihui Xie, Jonathan McPherson, Mark Otto, Jacob Thornton, Alexander Farkas, Scott Jehl, Ivan Sagalaev, Dave Gandy, Stefan Petre, Andrew Rowls, Kristopher Michael Kowal, Denis Ineshin, Sami Samhuri, John Fraser, John Gruber, R Core Team, RStudio, jQuery Foundation, jQuery contributors, jQuery UI contributors, Bootstrap contributors, Twitter, Inc, es5-shim contributors, SpryMedia Limited

Sticky Notifications V1.0.4 Page

Include our badge in your README

Sticky Notifications V1.0.4 2016

[![Rdoc](http://www.rdocumentation.org/badges/version/shiny)](http://www.rdocumentation.org/packages/shiny)