-
Notifications
You must be signed in to change notification settings - Fork 306
Set up R package structure and testing infrastructure #3
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
Conversation
|
Not familiar with R, though I am wondering if there is a command we could run to invoke the test? |
|
@yongtang It's |
| @@ -0,0 +1,38 @@ | |||
| Package: tfio | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if for cosmetic reasons is it possible to change it to tensorflow-io to match python package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R package name cannot contain dashes. Also I was trying to be consistent with other existing R interfaces to TF components:
|
I tried to install devtools from the default r-base (with DockerHub's r-base (https://hub.docker.com/_/r-base/). After invoking is there any other ways of install devtools? |
|
@yongtang |
|
Thanks! After installed |
yongtang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
It looks like Travis CI also support R. I will take to see if it is possible to invoke R test with Travis CI. |
|
Yes, Travis is very friendly with R. If you encounter any issues, let me know! |
This is part of #6