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

Try putting R functions in separate script #103

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bmeluch
Copy link
Contributor

@bmeluch bmeluch commented Dec 10, 2024

Testing if we can pull the R API functions out of notebooks and define them all in a single R script, so we aren't accidentally defining the same function with different tweaks in different notebooks.

Eventually this may become an R package, but R scripts seem to play nicer than R packages when embedded in a repo.

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Does your PR link to an issue?
  • Have you described the changes this PR will make?

Notebook Fix Submissions:

  • Does your PR include links to the updated notebook (in the branch) for review using nbviewer, Colab, and reviewnb? These three are the preferred ways to review changes and additions to notebooks during review.

@bmeluch bmeluch linked an issue Dec 10, 2024 that may be closed by this pull request
3 tasks
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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

Successfully merging this pull request may close these issues.

Modularize R API wrapper functions
1 participant