diff --git a/2019-11-19_Building_Packages_in_an_Ecosystem/Building a package that fits into an evolving ecosystem.pdf b/2019-11-19_Building_Packages_in_an_Ecosystem/Building a package that fits into an evolving ecosystem.pdf new file mode 100644 index 0000000..6339c64 Binary files /dev/null and b/2019-11-19_Building_Packages_in_an_Ecosystem/Building a package that fits into an evolving ecosystem.pdf differ diff --git a/2019-11-19_Building_Packages_in_an_Ecosystem/README.md b/2019-11-19_Building_Packages_in_an_Ecosystem/README.md new file mode 100644 index 0000000..34ca197 --- /dev/null +++ b/2019-11-19_Building_Packages_in_an_Ecosystem/README.md @@ -0,0 +1,8 @@ +# Building a package that fits into an evolving ecosystem + +* 2019-11-19 +* Speaker: Emil Hvitfelt + +## Abstract + +With an ever-increasing amount of textual data is available to us, having a well-thought-out toolchain for modelling is crucial. tidymodels is a recent effort to create a modelling framework that shares the underlying design philosophy, grammar, and data structures of the tidyverse. textrecipes joined the roster a year ago and provided an exciting bridge to text preprocessing. This talk tells the tale of the package textrecipes; starting with the Github issue that sparked the idea for the package, go over the trials and challenges associated with building a package that heavily integrates with other packages all the way to the release on CRAN. \ No newline at end of file diff --git a/2019-11-19_Integrating_Reactjs_and_Shiny/Integrating React.js and Shiny(1).pdf b/2019-11-19_Integrating_Reactjs_and_Shiny/Integrating React.js and Shiny(1).pdf new file mode 100644 index 0000000..14d04e0 Binary files /dev/null and b/2019-11-19_Integrating_Reactjs_and_Shiny/Integrating React.js and Shiny(1).pdf differ diff --git a/2019-11-19_Integrating_Reactjs_and_Shiny/README.md b/2019-11-19_Integrating_Reactjs_and_Shiny/README.md new file mode 100644 index 0000000..050ce8c --- /dev/null +++ b/2019-11-19_Integrating_Reactjs_and_Shiny/README.md @@ -0,0 +1,8 @@ +# Integrating React.js and Shiny + +* 2019-11-19 +* Speaker: Alan Dipert + +## Abstract + +React.js is a thriving JavaScript library that eases encapsulating and sharing sophisticated component libraries. The React.js ecosystem is filled with components for doing everything from color selection (react-color) to animation (react-spring). While it's always been technically possible to integrate React.js components with Shiny applications, it hasn't always been particularly obvious how. To make it easier, we augmented the excellent reactR package with functions specifically designed to make it easier to create new htmlwidgets, inputs, and outputs based on React.js components. In this talk, I will further motivate and demonstrate these new tools and do my best to empower the audience to try them out. \ No newline at end of file diff --git a/README.md b/README.md index da335a4..ce963c5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Presentation materials from our monthly meetings --- ## 2019 ## +* 11/19/2019: *Emil Hvitfeldt*, [Building Packages in an Ecosystem](https://github.com/ocrug/presentations/tree/master/2019-11-19_Building_Packages_in_an_Ecosystem) + +* 11/19/2019: *Alan Dipert*, [Integrating React.js and Shiny](https://github.com/ocrug/presentations/tree/master/2019-11-19_Integrating_Reactjs_and_Shiny) * 10/29/2019: *Malcolm Barrett*, [The YAML problem: Writing and working with YAML with ymlthis](https://github.com/ocrug/presentations/tree/master/2019-10-29_writing_and_working_with_YAML_withymlthis) @@ -20,7 +23,7 @@ Presentation materials from our monthly meetings * 07/30/2019: *John Peach*, [Error and Condition Handling in R](https://github.com/ocrug/presentations/tree/master/2019-07-30_error_and_condition_handling_in_R/) -* 06/25/2019: *Emil Hvitfeltdt*, [Making an R package with use this](https://github.com/ocrug/presentations/tree/master/2019-06-25_Making_an_R_Package_with_usethis) +* 06/25/2019: *Emil Hvitfeldt*, [Making an R package with use this](https://github.com/ocrug/presentations/tree/master/2019-06-25_Making_an_R_Package_with_usethis) * 06/25/2019: *UCI Capstone - Pacific Life* [Pacific Life: Predicting policyholder lapse behavior](https://github.com/ocrug/presentations/tree/master/2019-06-25_Pacific_Life_Predicincting_Policyholder_Lapse_Behavior)