From c4223e69264265ea992d8f63027b7ce016471040 Mon Sep 17 00:00:00 2001 From: Ryan Knight Date: Thu, 5 Jan 2017 17:32:53 -0500 Subject: [PATCH 1/2] Update planning.Rmd --- planning.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planning.Rmd b/planning.Rmd index 19752d93..34cfcd04 100644 --- a/planning.Rmd +++ b/planning.Rmd @@ -42,6 +42,7 @@ Provide a framework and associated functions for checking and cleaning dirty dat #### Big items 1. Establish organizing framework for the package 1. Write up documentation/vignette showing check/clean iterative cycle + a. Create cannonical dirty data frame 2. Figure out new names for functions to fit schema, and rename them 3. Redo vignette 4. Redo homepage @@ -49,4 +50,4 @@ Provide a framework and associated functions for checking and cleaning dirty dat 3. New function family: bindability issues #### Smaller items - 1. `get_dupes` should have an option for returning with or without Ns as a column (it's so much faster without) \ No newline at end of file + 1. `get_dupes` should have an option for returning with or without Ns as a column (it's so much faster without) From 148f7ce86ae0603550e2127178f7252a4d26d3f7 Mon Sep 17 00:00:00 2001 From: Ryan Knight Date: Thu, 5 Jan 2017 17:33:22 -0500 Subject: [PATCH 2/2] Update planning.Rmd --- planning.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planning.Rmd b/planning.Rmd index 34cfcd04..15e62e5f 100644 --- a/planning.Rmd +++ b/planning.Rmd @@ -42,7 +42,7 @@ Provide a framework and associated functions for checking and cleaning dirty dat #### Big items 1. Establish organizing framework for the package 1. Write up documentation/vignette showing check/clean iterative cycle - a. Create cannonical dirty data frame + 1. Create cannonical dirty data frame 2. Figure out new names for functions to fit schema, and rename them 3. Redo vignette 4. Redo homepage