forked from tzerk/RLumShiny
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #4 from tzerk/master
v0.1.0
- Loading branch information
Showing
18 changed files
with
138 additions
and
1,101 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
LICENSE$ | ||
README.md$ | ||
^.Rprofile$ | ||
^\.Rprofile$ | ||
.Rprofile | ||
.Rprofile | ||
cran-comments.md$ |
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,8 @@ | ||
The RLumShiny package as a whole is distributed under GPL-3 (GNU GENERAL PUBLIC | ||
LICENSE version 3). | ||
|
||
The RLumShiny package includes other open source software components. The following | ||
is a list of these components: | ||
|
||
- JSColor, https://github.com/odvarko/jscolor, LGPL License | ||
- ShinySky, https://github.com/AnalytixWare/ShinySky, MIT license (YEAR: 2015, COPYRIGHT HOLDER: AnalytixWare) |
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,26 +1,4 @@ | ||
NEWS for the R Package ESR | ||
|
||
Changes in version 0.1.x (XXXXXXX XXth, 2015): | ||
|
||
Preface: | ||
|
||
• | ||
|
||
New functions: | ||
|
||
• | ||
|
||
New example data sets: | ||
|
||
• | ||
|
||
Bugfixes and changes: | ||
|
||
• | ||
|
||
• | ||
|
||
Internals: | ||
|
||
• | ||
RLumShiny 0.1.0 (Release date: 2015-03-31) | ||
============== | ||
|
||
* Initial release |
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,21 @@ | ||
#' Shiny Applications for the R Package Luminescence | ||
#' | ||
#' A collection of shiny applications for the R package Luminescence. | ||
#' These mainly, but not exclusively, include applications for plotting chronometric | ||
#' data from e.g. luminescence or radiocarbon dating. It further provides access to | ||
#' bootstraps tooltip and popover functionality as well as a binding to JSColor. | ||
#' | ||
#' In addition to its main purpose of providing convenient access to the Luminescence | ||
#' shiny applications (see \code{\link{app_RLum}}) this package also provides further functions to extend the | ||
#' functionality of shiny. From the Bootstrap framework the JavaScript tooltip and popover | ||
#' components can be added to any shiny application via \code{\link{tooltip}} and \code{\link{popover}}. | ||
#' It further provides a custom input binding to the JavaScript/HTML color picker JSColor. | ||
#' Offering access to most options provided by the JSColor API the function \code{\link{jscolorInput}} | ||
#' is easily implemented in a shiny app. RGB colors are returned as hex values and can be | ||
#' directly used in R's base plotting functions without the need of any format conversion. | ||
#' | ||
#' @name RLumShiny-package | ||
#' @aliases RLumShiny | ||
#' @docType package | ||
#' @import Luminescence shiny digest googleVis RCurl | ||
NULL |
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,25 @@ | ||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
* Referred in the DESCRIPTION to other packages and external libraries in single quotes. | ||
|
||
* Made clear in the DESCRIPTION that this package includes the 'jscolor.js' library. | ||
|
||
* Removed the LICENSE file and the reference in the DESCRIPTION | ||
|
||
* Added a LICENSE.note file to include comments on the licensing | ||
|
||
## Test environments | ||
* local Windows 8 x64 install, R-devel (2015-03-27 r68108) | ||
* ubuntu 14.04 (VM), R 3.1.3 | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was 1 NOTE: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Christoph Burow <christoph.burow@uni-koeln.de>' | ||
New submission | ||
|
||
This is a new submission. |
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
This file was deleted.
Oops, something went wrong.
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.