diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index fde9c00..b8ebad9 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 65aa81c..162a0be 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index e2c9c06..098c050 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index cb618ef..49be13e 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index 28d9deb..fb46dfc 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 055971c..0216565 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/articles/basics.html b/articles/basics.html index 9a0b07b..15beede 100644 --- a/articles/basics.html +++ b/articles/basics.html @@ -108,20 +108,20 @@

Single elementimg_bare <- htmltools::tags$img(src = nba_player_logo$uri[1])
 slickR::slickR(img_bare)
-
- +
+

Vector of elements @@ -123,8 +123,8 @@

Vector of elements
 slickR::slickR(imgs_bare)

-
- +
+

slick_div @@ -136,8 +136,8 @@

slick_div#> [1] "margin-left:auto;margin-right:auto;"

 slickR::slickR(slick_div(nba_player_logo$uri[c(1:5)]))
-
- +
+
@@ -177,8 +177,8 @@

Combining the elements
 
 slickR::slickR(doms) + settings(dots = TRUE, adaptiveHeight = TRUE)

-
- +
+ diff --git a/articles/iframes.html b/articles/iframes.html index e4a4196..2e0f041 100644 --- a/articles/iframes.html +++ b/articles/iframes.html @@ -715,8 +715,8 @@

Create IFRAME slick#> </head><body><div class="container"> #> #> <table style="width: 100%;"><tr><td>Wilcoxon</td><td style="text-align: right;">R Documentation</td>< [... truncated] -
- +
+ diff --git a/articles/pdfs.html b/articles/pdfs.html index 9f17c39..e57df7a 100644 --- a/articles/pdfs.html +++ b/articles/pdfs.html @@ -110,8 +110,8 @@

Simple

PDF file in a single slider

 slickR(imgs,height = 500)
-
- +
+

Browsing PDF pages @@ -120,8 +120,8 @@

Browsing PDF pagesbottom_opts <- settings(arrows = FALSE,slidesToShow = 3,slidesToScroll = 1,centerMode = TRUE, focusOnSelect = TRUE,initialSlide = 0) slickR(imgs,height = 500) %synch% (slickR(imgs,height = 100) + bottom_opts)

-
- +
+ diff --git a/articles/tests_and_coverage.html b/articles/tests_and_coverage.html index b88c48c..1d27f68 100644 --- a/articles/tests_and_coverage.html +++ b/articles/tests_and_coverage.html @@ -84,7 +84,7 @@