This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #3 and switched to pkgdown from staticdoc
Bhaskar Karambelkar
committed
Oct 22, 2016
1 parent
bdfbda2
commit 12114ec
Showing
43 changed files
with
1,073 additions
and
8,642 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,10 +1,10 @@ | ||
Package: colormap | ||
Type: Package | ||
Title: Color Palettes using Colormaps Node Module | ||
Version: 0.1.3 | ||
Version: 0.1.4 | ||
Authors@R: person("Bhaskar", "Karambelkar", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Description: This is an R package that allows you to generate colors from color palettes defined in Node.js's colormap (https://github.com/bpostlethwaite/colormap) module. In total it provides 44 distinct palettes made from sequential and/or diverging colors. In addition to the pre defined palettes you can also specify your own set of colors. There are also scale functions that can be used with ggplot2. | ||
Description: Allows to generate colors from palettes defined in the colormap module of 'Node.js'. (see <https://github.com/bpostlethwaite/colormap> for more information). In total it provides 44 distinct palettes made from sequential and/or diverging colors. In addition to the pre defined palettes you can also specify your own set of colors. There are also scale functions that can be used with 'ggplot2'. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: 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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# colormap 0.1.4 | ||
|
||
* Made viridis the default theme. | ||
|
||
# colormap 0.1.3 | ||
|
||
* Fixed all R CMD Check warnings/notes. | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
body { | ||
position: relative; | ||
} | ||
|
||
.icon img { | ||
float: right; | ||
border: 1px solid #ccc; | ||
} | ||
.index .internal {display: none;} | ||
ul.index li {margin-bottom: 0.5em; clear: both;} | ||
|
||
footer { | ||
margin-top: 45px; | ||
padding: 35px 0 36px; | ||
border-top: 1px solid #e5e5e5; | ||
} | ||
footer p { | ||
margin-bottom: 0; | ||
color: #555; | ||
} | ||
|
||
/* Fixes for fixed navbar --------------------------*/ | ||
|
||
body { | ||
position: relative; | ||
padding-top: 60px; | ||
} | ||
|
||
.section h1, .section h2, .section h3, .section h4 { | ||
padding-top: 60px; | ||
margin-top: -60px; | ||
} | ||
|
||
/* Table of contents --------------------------*/ | ||
|
||
#tocnav h2 { | ||
margin-top: 0; | ||
font-size: 1.5em; | ||
} | ||
|
||
|
||
/* Syntax highlighting ---------------------------------------------------- */ | ||
|
||
.fl,.number {color:rgb(21,20,181);} | ||
.fu,.functioncall {color:#264D66 ;} | ||
.ch,.st,.string {color:#375D81 ;} | ||
.kw,.keyword {font-weight:bolder ;color:black;} | ||
.argument {color:#264D66 ;} | ||
.co,.comment {color: #333;} | ||
.formalargs {color: #264D66;} | ||
.eqformalargs {color:#264D66;} | ||
.slot {font-style:italic;} | ||
.symbol {color:black ;} | ||
.prompt {color:black ;} | ||
|
||
pre img { | ||
background-color: #fff; | ||
display: block; | ||
} |
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 @@ | ||
$(function() { | ||
|
||
$('#tocnav').affix({ | ||
offset: { | ||
top: $('#tocnav').offset().top - 80 | ||
} | ||
}); | ||
$('body').scrollspy({ | ||
target: '#tocnav', | ||
offset: 80 | ||
}); | ||
|
||
}); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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