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

prepSpeciesTable needs fixing to match new pemisc function #23

Closed
ianmseddy opened this issue Dec 7, 2018 · 1 comment
Closed

prepSpeciesTable needs fixing to match new pemisc function #23

ianmseddy opened this issue Dec 7, 2018 · 1 comment
Assignees

Comments

@ianmseddy
Copy link
Collaborator

sim$species <- prepSpeciesTable() args need to be updated.
Formerly

, speciesList = sim$speciesList, 
#but now 
, speciesList = sim$sppNameVector,

However, sppNameVector is not identical to speciesList and requires two more objects. The function in pemisc needs to be updated in pemisc and then the correct arguments added here.

@achubaty achubaty self-assigned this Dec 7, 2018
@achubaty
Copy link
Collaborator

achubaty commented Dec 7, 2018

with PredictiveEcology/pemisc#4, so i'm closing this issue

@achubaty achubaty closed this as completed Dec 7, 2018
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