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

Issue with move #10

Open
imillercrews opened this issue Feb 10, 2024 · 2 comments
Open

Issue with move #10

imillercrews opened this issue Feb 10, 2024 · 2 comments

Comments

@imillercrews
Copy link

I am having trouble running the move function. I think one issue is that when creating move_path it calls for the mp function which does not seem to exist. Is there possibly a library that I am missing?

The line where I have issues in the move function is:

move_path = unique(sapply(move_dir, FUN = mp))

and I get the error:

"Error in match.fun(FUN) : object 'mp' not found"

@steffilazerte
Copy link
Member

Hi @imillercrews, nice to see you're using feedr!

Assuming you're using the package functions direction (i.e., move()) I'm not at all sure why you're running into that error as mp is an internal function in the feedr package.

If you could share the code you're trying to run, that would help, but unfortunately it will be a while before I have time to really look into this. feedr definitely needs a bit of housekeeping but I haven't had the time lately to do that.

@imillercrews
Copy link
Author

I’m wondering if it has to do with impossible visits? Some of the loggers I’m working with reset the time and this caused a few impossible visits. When I removed those days it seemed to work?

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

2 participants