Skip to content

Commit

Permalink
updates for description and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdumas committed Mar 27, 2018
1 parent 459173e commit 1b9133e
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .Rproj.user/E833DC/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"left" : {
"panelheight" : 591,
"splitterpos" : 160,
"splitterpos" : 250,
"topwindowstate" : "NORMAL",
"windowheight" : 630
},
"right" : {
"panelheight" : 591,
"splitterpos" : 291,
"splitterpos" : 256,
"topwindowstate" : "NORMAL",
"windowheight" : 630
}
Expand Down
2 changes: 1 addition & 1 deletion .Rproj.user/E833DC/pcs/workbench-pane.pper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"TabSet1" : 3,
"TabSet2" : 4,
"TabSet2" : 0,
"TabZoom" : {
}
}
2 changes: 1 addition & 1 deletion .Rproj.user/E833DC/persistent-state
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
activeEnvironmentName="package:shinyLP"
build-last-errors="[]"
build-last-errors-base-dir="~/Desktop/R-directory/shinyLP/"
build-last-outputs="[{\"output\":\"==> R CMD INSTALL --no-multiarch --with-keep.source shinyLP\\n\\n\",\"type\":0},{\"output\":\"* installing to library ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library’\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"* installing *source* package ‘shinyLP’ ...\\n\",\"type\":1},{\"output\":\"** R\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** inst\\n\",\"type\":1},{\"output\":\"** preparing package for lazy loading\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** help\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"*** installing help indices\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** building package indices\\n\",\"type\":1},{\"output\":\"** testing if installed package can be loaded\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"* DONE (shinyLP)\\n\",\"type\":1},{\"output\":\"\",\"type\":1}]"
build-last-outputs="[{\"output\":\"==> R CMD INSTALL --no-multiarch --with-keep.source shinyLP\\n\\n\",\"type\":0},{\"output\":\"* installing to library ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library’\\n\",\"type\":1},{\"output\":\"* installing *source* package ‘shinyLP’ ...\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** R\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** inst\\n\",\"type\":1},{\"output\":\"** preparing package for lazy loading\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** help\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"*** installing help indices\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** building package indices\\n\",\"type\":1},{\"output\":\"** testing if installed package can be loaded\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"* DONE (shinyLP)\\n\",\"type\":1},{\"output\":\"\",\"type\":1}]"
compile_pdf_state="{\"errors\":[],\"output\":\"\",\"running\":false,\"tab_visible\":false,\"target_file\":\"\"}"
console_procs="[]"
files.monitored-path=""
Expand Down
10 changes: 1 addition & 9 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,4 @@ export(panel_div)
export(runExample)
export(thumbnail_label)
export(wells)
importFrom(shiny,HTML)
importFrom(shiny,a)
importFrom(shiny,div)
importFrom(shiny,h1)
importFrom(shiny,h3)
importFrom(shiny,img)
importFrom(shiny,p)
importFrom(shiny,span)
importFrom(shiny,tags)
import(shiny)
2 changes: 1 addition & 1 deletion R/iframe.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param url_link a object of class character, indicating content to display
#'
#' @return a HTML object to be included in the ui section of a shiny app
#' @importFrom shiny HTML
#' @import shiny
#' @seealso \href{http://getbootstrap.com/components/#responsive-embed}{Responsive Embed}
#'
#' @examples iframe(width = "560", height = "315",
Expand Down
4 changes: 1 addition & 3 deletions R/jumbotron.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
#' @param ... optional parameters for including a button label if needed
#'
#' @return a HTML object to be included in the ui section of a shiny app
#' @importFrom shiny h1
#' @importFrom shiny a
#' @importFrom shiny p
#' @import shiny
#' @seealso \href{http://getbootstrap.com/components/#jumbotron}{Jumbotron}
#' @examples jumbotron("Hi Shiny!", "text to show", buttonLabel = "Click Me")
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/list_group.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param list_items a vector of content generated from the list_item function
#'
#' @return a HTML object to be included in the ui section of a shiny app
#' @importFrom shiny tags
#' @import shiny
#' @seealso \href{http://getbootstrap.com/components/#list-group}{List Group}
#'
#' @examples list_group(list_item("Howdy Title", badge_value = 27))
Expand Down
3 changes: 1 addition & 2 deletions R/list_item.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
#' class numeric, named badge_value.
#'
#' @return a HTML object to be included in the ui section of a shiny app
#' @importFrom shiny span
#' @importFrom shiny tags
#' @import shiny
#' @seealso \href{http://getbootstrap.com/components/#list-group}{List Group}
#'
#' @examples list_item("Howdy Title", badge_value = 27)
Expand Down
4 changes: 1 addition & 3 deletions R/panel_div.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
#' @param content a object of class character, indicating text content
#'
#' @return a HTML object to be included in the ui section of a shiny app
#' @importFrom shiny HTML
#' @importFrom shiny div
#' @importFrom shiny h3
#' @import shiny
#' @seealso \href{http://getbootstrap.com/components/#panels-heading}{Bootstrap Panels}
#' @examples panel_div(class_type = "primary", panel_title = "Directions",
#' content = "How to use the app")
Expand Down
5 changes: 1 addition & 4 deletions R/thumbnail_label.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
#' @param button_label a object of class character
#'
#' @return a HTML object to be included in the ui section of a shiny app
#' @importFrom shiny h3
#' @importFrom shiny a
#' @importFrom shiny img
#' @importFrom shiny p
#' @import shiny
#' @seealso \href{http://getbootstrap.com/components/#thumbnails-custom-content}{Thumbnails}
#' @examples thumbnail_label(image = 'Rlogo.png', label = 'App 1', content = 'here we go again',
#' button_link = 'http://getbootstrap.com/', button_label = 'Click me')
Expand Down
2 changes: 1 addition & 1 deletion R/wells.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' and options include, default, small, and large.
#'
#' @return a HTML object to be included in the ui section of a shiny app
#' @importFrom shiny HTML
#' @import shiny
#' @seealso \href{http://getbootstrap.com/components/#wells}{Wells}
#' @examples wells(content = "Look, I'm a well!", size = "large")
#' @export
Expand Down

0 comments on commit 1b9133e

Please sign in to comment.