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

examples in etox_*() don't run. #217

Closed
Aariq opened this issue Feb 26, 2020 · 0 comments · Fixed by #242
Closed

examples in etox_*() don't run. #217

Aariq opened this issue Feb 26, 2020 · 0 comments · Fixed by #242
Labels
good first issue Good issue for first-time contributors

Comments

@Aariq
Copy link
Collaborator

Aariq commented Feb 26, 2020

Currently:

id <- get_etoxid('Triclosan', match = 'best')
out <- etox_targets(id)

should be:

id <- get_etoxid('Triclosan', match = 'best')
out <- etox_targets(id$etoxid)

Currently:

id <- get_etoxid('Triclosan', match = 'best')
out <- etox_tests(id)

should be:

id <- get_etoxid('Triclosan', match = 'best')
out <- etox_tests(id$etoxid)
@Aariq Aariq added the good first issue Good issue for first-time contributors label Feb 26, 2020
@Aariq Aariq closed this as completed Apr 27, 2020
@Aariq Aariq reopened this Apr 27, 2020
@Aariq Aariq linked a pull request Apr 27, 2020 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good issue for first-time contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant