This website works better with JavaScript.
Home
Explore
Help
Sign In
garrick
/
xaringanthemer
mirror of
https://github.com/gadenbuie/xaringanthemer.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
10
Wiki
Activity
Browse Source
Fix silly misteak
tags/v0.1.1
Garrick Aden-Buie
8 years ago
parent
9215427281
commit
d03897827d
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
+1
-2
R/coolors.R
+ 1
- 2
R/coolors.R
View File
@@ -11,8 +11,7 @@ xaringan_coolors_accent <- function(coolors_url, order = "12345", ...) {
colors <- list(
primary = colors[1],
secondary = colors[2],
secondary = colors[2]
)
return(colors)
Write
Preview
Loading…
Cancel
Save