Skip to content

Commit

Permalink
Add November 2019 talks
Browse files Browse the repository at this point in the history
  • Loading branch information
benleelewis committed Nov 25, 2019
1 parent 1f2fd43 commit 13e244e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
Binary file not shown.
8 changes: 8 additions & 0 deletions 2019-11-19_Building_Packages_in_an_Ecosystem/README.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file not shown.
8 changes: 8 additions & 0 deletions 2019-11-19_Integrating_Reactjs_and_Shiny/README.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand Down

0 comments on commit 13e244e

Please sign in to comment.