Skip to content

Conversation

@xiaodaigh
Copy link
Collaborator

@xiaodaigh xiaodaigh commented Nov 30, 2019

  • Wait for tidyfast to land on CRAN

  • Assess gdt https://github.com/mtfairbanks/gdt

  • Add tests

  • Pass check

  • Merge with master

  • submit to CRAN

  • Integrate with new group-by framework

The below example already works!

library(tidyfast)
library(data.table)


disk.frame_to_split <- as.disk.frame(data.table(
  x = paste(letters, LETTERS, sep = ".")
))

disk.frame_to_split %>% 
  dt_separate(x, into = c("lower", "upper")) %>% 
  collect

delete(disk.frame_to_split)

Merge branch 'development' into tidyfast

# Conflicts:
#	DESCRIPTION
#	NAMESPACE
#	R/chunk_mapper.r
#	R/dplyr_verbs.r
#	man/create_chunk_mapper.Rd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants