-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
internal function topological_sort()
is defined in teal.slice
and teal.data
#516
Labels
Comments
topological_sort()
is defined in teal.slice
and teal.data
topological_sort()
is defined in teal.slice
and teal.data
I assume you mean to place the |
I don't see how this is related. |
my mistake, I am getting this note because the function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
The
topological_sort
function is defined in both the teal.slice and teal.data packages, sharing identical logic.Should we utilize it in
teal.slice
by employing thegetFromNamespace()
function (pending feedback from CRAN forteal.code
)? Alternatively, do we consider exporting this function in teal.data?The text was updated successfully, but these errors were encountered: