https://github.com/thomaszwagerman/rnpy
Documentation on using R and Python together
https://github.com/thomaszwagerman/rnpy
pip posit python quarto r renv reticulate rpy2 shiny venv
Last synced: about 1 month ago
JSON representation
Documentation on using R and Python together
- Host: GitHub
- URL: https://github.com/thomaszwagerman/rnpy
- Owner: thomaszwagerman
- Created: 2024-11-07T11:24:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:54:45.000Z (over 1 year ago)
- Last Synced: 2025-03-25T22:45:10.862Z (about 1 year ago)
- Topics: pip, posit, python, quarto, r, renv, reticulate, rpy2, shiny, venv
- Language: HTML
- Homepage: https://thomaszwagerman.github.io/rnpy/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Combining R and Python for Scientific Computing
This book is currently in the "brain dump" development stage. I am collecting notes on using R and Python together as I go. This might eventually form a comprehensive book, it might not. There is currently no active effort to develop it as such.
## Deployment
After making changes, run `quarto render` before committing.
```sh
quarto render
git add _book/*
git commit -m "publish some changes"
git push
```
This book is rendered to Github Pages from the `gh-pages` branch. This is
handled automatically by `.github/publish.yml`