-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the identified problems and make recommended changes
* 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
- Loading branch information
tzerk
authored and
tzerk
committed
Mar 31, 2015
1 parent
f1b1a32
commit 1b59067
Showing
7 changed files
with
43 additions
and
1,054 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 |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
RLumShiny 0.1.0 (Release date: 2015-03-30) | ||
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,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 was deleted.
Oops, something went wrong.