Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to meta-package #114

Closed
3 tasks done
kdpsingh opened this issue Aug 6, 2023 · 1 comment
Closed
3 tasks done

Convert to meta-package #114

kdpsingh opened this issue Aug 6, 2023 · 1 comment

Comments

@kdpsingh
Copy link
Member

kdpsingh commented Aug 6, 2023

We are close to being ready to convert Tidier.jl to a meta-package that re-exports TidierData, TidierPlots, TidierCats, TidierStrings, and TidierDates.

Here is the checklist of things we need to figure out and work on:

  • Need to fix an issue where TidierCats cannot correctly register its functions as non-vectorized within the separately loaded TidierData package. This is a complex issue that involves fixing both TidierData and TidierCats, but I think I am close to having a solution.

  • Remove almost the entire package except for the main page, which re-exports all the base packages with compatability noted as >= designation for version numbers of underlying packages.

  • Redo README and docs so that they point to the individual packages -- we should add some simple examples to show how the packages work together but remove the current examples so that this isn't simply a replication of the TidierData docs.

@kdpsingh
Copy link
Member Author

kdpsingh commented Aug 7, 2023

Resolved in #115.

@kdpsingh kdpsingh closed this as completed Aug 7, 2023
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

No branches or pull requests

1 participant