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

add null check to gmail_query (#80) #1

Merged
merged 1 commit into from Jul 15, 2017
Merged

Conversation

tpemartin
Copy link
Owner

  • add null check to gmail_query

check for null value in result. this keeps gmailr_DELETE from failing. closes r-lib#79

  • use && vs &

per the R docs: The longer form is appropriate for programming control-flow and typically preferred in if clauses.

  • update news

add note for minor bug fix

* add null check to gmail_query

check for null value in result. this keeps gmailr_DELETE from failing. closes #79

* use && vs &

per the R docs: The longer form is appropriate for programming control-flow and typically preferred in if clauses.

* update news

add note for minor bug fix
@tpemartin tpemartin merged commit 1f52359 into tpemartin:master Jul 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant