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

Added wrapper function for spdep #757

Merged
merged 2 commits into from
Sep 15, 2023
Merged

Conversation

iqraAmin
Copy link
Contributor

No description provided.


# Check gobject and set spat_unit and feat_type
if(!is.null(gobject)) {
spat_unit = Giotto:::set_default_spat_unit(gobject = gobject,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A package should not refer to its own functions with :: or ::: in its own code.
Using devtools::loadall() should give you access to all package functions when developing

@jiajic jiajic merged commit fd305c3 into drieslab:suite_dev Sep 15, 2023
0 of 4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants