-
Notifications
You must be signed in to change notification settings - Fork 19
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
Using okgrade with R in Jupyter #5
Comments
I'd love to be able to support some of our R users and I think R support would be a great enhancement. I have a little funding to hire one of our students and might give a shot. I've been creating R tests with test_that.
The test file looks like this:
I think if there were a standard way of specifying the tests (similar to R and Python) and a common output file structure, the system would be able to be somewhat agnostic between R and Python. |
I would like to use okgrade with R in Jupyter - how I start to move forward on this and make this possible?
Some naive ideas I have started to play with include using
reticulate
(an R package that lets you call Python from R) to importokgrade
and call thegrade
function. And then to use therpy2
library to call R from Python for the tests in the.py
files intests
directory. This seems like a hacky workaround which is less than ideal... Any help/ideas would be appreciated!The text was updated successfully, but these errors were encountered: