-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from davidruvolo51/dev
v0.2.1
- Loading branch information
Showing
22 changed files
with
6,566 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
node_modules | ||
.cache | ||
inst/rheroicons-demo/rsconnect | ||
.parcel-cache | ||
inst/rheroicons-gallery/rsconnect | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#'//////////////////////////////////////////////////////////////////////////// | ||
#' FILE: app.R | ||
#' AUTHOR: David Ruvolo | ||
#' CREATED: 2020-09-09 | ||
#' MODIFIED: 2020-09-09 | ||
#' PURPOSE: dev app | ||
#' STATUS: ongoing | ||
#' PACKAGES: rheroicons; etc. | ||
#' COMMENTS: NA | ||
#'//////////////////////////////////////////////////////////////////////////// | ||
|
||
devtools::load_all() | ||
launch_gallery(options = list(port = 9000, launch.browser = TRUE)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,4 +43,4 @@ pkgbump::set_pkgbump( | |
) | ||
) | ||
|
||
pkgbump::pkgbump(version = "0.2.0") | ||
pkgbump::pkgbump(version = "0.2.1") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#'//////////////////////////////////////////////////////////////////////////// | ||
#' FILE: app.R | ||
#' AUTHOR: David Ruvolo | ||
#' CREATED: 2020-09-09 | ||
#' MODIFIED: 2020-09-09 | ||
#' PURPOSE: app for running rheroicons gallery on shinyapps.io | ||
#' STATUS: working | ||
#' PACKAGES: rheroicons; shiny | ||
#' COMMENTS: NA | ||
#'//////////////////////////////////////////////////////////////////////////// | ||
|
||
# load and run app | ||
pkgload::load_all(export_all = FALSE, helpers = FALSE, attach_testthat = FALSE) | ||
rheroicons::launch_gallery() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.