diff --git a/09_DevelopingDataProducts/lectures/RPackages.pdf b/09_DevelopingDataProducts/lectures/RPackages.pdf index 747d7ea49..2dd6b2867 100644 Binary files a/09_DevelopingDataProducts/lectures/RPackages.pdf and b/09_DevelopingDataProducts/lectures/RPackages.pdf differ diff --git a/09_DevelopingDataProducts/lectures/classes-methods.pdf b/09_DevelopingDataProducts/lectures/classes-methods.pdf index 96b6c0ecc..1aee59e58 100644 Binary files a/09_DevelopingDataProducts/lectures/classes-methods.pdf and b/09_DevelopingDataProducts/lectures/classes-methods.pdf differ diff --git a/09_DevelopingDataProducts/lectures/googleVis.pdf b/09_DevelopingDataProducts/lectures/googleVis.pdf index ab34ca3a8..261ac336c 100644 Binary files a/09_DevelopingDataProducts/lectures/googleVis.pdf and b/09_DevelopingDataProducts/lectures/googleVis.pdf differ diff --git a/09_DevelopingDataProducts/lectures/manipulate.pdf b/09_DevelopingDataProducts/lectures/manipulate.pdf index 5f93f75e8..68efee7ea 100644 Binary files a/09_DevelopingDataProducts/lectures/manipulate.pdf and b/09_DevelopingDataProducts/lectures/manipulate.pdf differ diff --git a/09_DevelopingDataProducts/lectures/rCharts.pdf b/09_DevelopingDataProducts/lectures/rCharts.pdf index 277a573c0..f9f101d34 100644 Binary files a/09_DevelopingDataProducts/lectures/rCharts.pdf and b/09_DevelopingDataProducts/lectures/rCharts.pdf differ diff --git a/09_DevelopingDataProducts/lectures/rMaps.pdf b/09_DevelopingDataProducts/lectures/rMaps.pdf new file mode 100644 index 000000000..ddf39295e Binary files /dev/null and b/09_DevelopingDataProducts/lectures/rMaps.pdf differ diff --git a/09_DevelopingDataProducts/lectures/rgl.pdf b/09_DevelopingDataProducts/lectures/rgl.pdf new file mode 100644 index 000000000..ec97c7d0d Binary files /dev/null and b/09_DevelopingDataProducts/lectures/rgl.pdf differ diff --git a/09_DevelopingDataProducts/lectures/shiny.pdf b/09_DevelopingDataProducts/lectures/shiny.pdf index e249a5faa..21e59dcc9 100644 Binary files a/09_DevelopingDataProducts/lectures/shiny.pdf and b/09_DevelopingDataProducts/lectures/shiny.pdf differ diff --git a/09_DevelopingDataProducts/lectures/shiny2.pdf b/09_DevelopingDataProducts/lectures/shiny2.pdf new file mode 100644 index 000000000..81a97cb78 Binary files /dev/null and b/09_DevelopingDataProducts/lectures/shiny2.pdf differ diff --git a/09_DevelopingDataProducts/lectures/slidify.pdf b/09_DevelopingDataProducts/lectures/slidify.pdf index 25a68e6d5..1507b8ade 100644 Binary files a/09_DevelopingDataProducts/lectures/slidify.pdf and b/09_DevelopingDataProducts/lectures/slidify.pdf differ diff --git a/09_DevelopingDataProducts/rMaps/index.Rmd b/09_DevelopingDataProducts/rMaps/index.Rmd index 2cf06211c..42cddcbeb 100644 --- a/09_DevelopingDataProducts/rMaps/index.Rmd +++ b/09_DevelopingDataProducts/rMaps/index.Rmd @@ -49,20 +49,20 @@ install_github('ramnathv/rMaps') --- ## Creating a map ``` -library(rjson); library(rMaps) -crosslet( - x = "country", - y = c("web_index", "universal_access", "impact_empowerment", "freedom_openness"), - data = web_index -) +#library(rjson); library(rMaps) +#crosslet( +# x = "country", +# y = c("web_index", "universal_access", "impact_empowerment", #"freedom_openness"), +# data = web_index +#) ``` --- ```{r, echo=FALSE, warning=FALSE, results='hide'} -library(rjson); library(rMaps) -crosslet( - x = "country", - y = c("web_index", "universal_access", "impact_empowerment", "freedom_openness"), - data = web_index -) +#library(rjson); library(rMaps) +#crosslet( +# x = "country", +# y = c("web_index", "universal_access", "impact_empowerment", #"freedom_openness"), +# data = web_index +#) ``` diff --git a/09_DevelopingDataProducts/shiny/index.html b/09_DevelopingDataProducts/shiny/index.html index 784c52f12..56f105f2a 100644 --- a/09_DevelopingDataProducts/shiny/index.html +++ b/09_DevelopingDataProducts/shiny/index.html @@ -260,7 +260,7 @@

R functions for HTML markup

-

markup

+

markup

diff --git a/09_DevelopingDataProducts/shiny/index.md b/09_DevelopingDataProducts/shiny/index.md index efe2138ce..d2c0dc349 100644 --- a/09_DevelopingDataProducts/shiny/index.md +++ b/09_DevelopingDataProducts/shiny/index.md @@ -128,7 +128,7 @@ shinyUI(pageWithSidebar( ``` --- -![markup](fig/markup.png 'Marup in ui.R') +![markup](fig/markup.png 'Markup in ui.R') ---