An open API service indexing awesome lists of open source software.

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

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`