ropensci / visdat

Preliminary Exploratory Visualisation of Data
https://docs.ropensci.org/visdat/
Other
450 stars 47 forks source link

fork the repo into "dev" and "master" #34

Closed njtierney closed 6 years ago

njtierney commented 7 years ago

in master I just want vis_dat and vis_miss, and in "dev" there will be:

Also, I think that vis_dat_ly and vis_miss_ly should be their own function, but they will get triggered inside an option, e.g. vis_miss(data, interactive = TRUE)

njtierney commented 7 years ago

Extending from this, I think that the same could be said of vis_guess. Although maybe this is contrary to the tidy tools manifesto.

njtierney commented 6 years ago

Whilst I like this approach, the GitHub version is the dev version, and CRAN is stable, so that is going to be the way I keep things for now.