Closed baggepinnen closed 8 years ago
I did a merge. Is there more I need to do? (I'm a total git novice.)
It would be nice with a REQUIRE file that specifies that the package requires DataFrames. Its just a file named REQUIRE placed in the root directory of the repo. In the file, the only line needed is
DataFrames
This makes sure people who clone the project won't run into problems if they don't have the DataFrames package installed.
Done. Thanks for the tip.
Implemented basic support for DataFrames type, would require DataFrames to be added to the Require file I guess