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

must permit NA in function calls #3

Closed
dankelley opened this issue Dec 24, 2014 · 1 comment
Closed

must permit NA in function calls #3

dankelley opened this issue Dec 24, 2014 · 1 comment
Assignees

Comments

@dankelley
Copy link
Contributor

For example (something I was trying for the vignette):

library(gsw)
data(levitus, package="ocedata)
SA <- gsw_SA_from_SP(levitus$SSS, 0, levitus$longitude, levitus$latitude)

yields

Error in gsw_SA_from_SP(levitus$SSS, 0, levitus$longitude, levitus$latitude) : 
  NA/NaN/Inf in foreign function call (arg 1)
@dankelley dankelley self-assigned this Dec 24, 2014
@dankelley
Copy link
Contributor Author

Fixed in the master branch.

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