JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
160 stars 56 forks source link

pglm data sets #47

Open Nosferican opened 7 years ago

Nosferican commented 7 years ago

pglm has four data sets that could be added:

Nosferican commented 5 years ago

Any updates?

randyzwitch commented 5 years ago

What sort of update are you hoping for? Until someone makes a pull request, you aren't going to see these added.

Nosferican commented 5 years ago

I know there was some issue with who was maintaining the package since @johnmyleswhite wasn't very active these days (issue raised during updating GLM). I don't know who is maintaining it. If there is no one maintaining it then I guess I could learn the internals of the package. If there is someone actively maintaining the packages and is familiar with the internals I imagined the process to add new datasets from CRAN packages to be quite low in terms of time and effort (I assume is the same process as with all the others).

randyzwitch commented 5 years ago

This package has never been in disrepair, as myself and several other people have had merge access for quite some time.

While it may be easy for one of us to add a dataset (hard to say until you actually get in and do it), ultimately it will get done the fastest by the person who actually wants to use it. RDatasets was never meant to be an exact mirror, but rather, a means for having some example datasets available. In that sense, the package has achieved that goal and why you don't see a lot of movement here.

Nosferican commented 5 years ago

Could you then tell me or add some quick Contribute/docs to add new datasets? CSV.gz the data set checkout those in data add the names in the lines at src and profit?

randyzwitch commented 5 years ago

Yes, you generally add the file into its directory. The test suite shows all of the things that need to pass to make sure the dataset loads properly.