Add rpy2 to the dependencies
- add a Jupyter notebook that allows to install all project-external dependencies regarding R and R packages - adjust the GitHub Action workflow to also install R and the R packages used within the project - add a `init_r` module that initializes all R packages globally once the `urban_meal_delivery` package is imported
This commit is contained in:
parent
84876047c1
commit
b0f2fdde10
10 changed files with 2152 additions and 52 deletions
|
|
@ -42,6 +42,7 @@ jupyterlab = { version="^2.2.2", optional=true }
|
|||
nb_black = { version="^1.0.7", optional=true }
|
||||
numpy = { version="^1.19.1", optional=true }
|
||||
pytz = { version="^2020.1", optional=true }
|
||||
rpy2 = "^3.4.1"
|
||||
|
||||
[tool.poetry.extras]
|
||||
research = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue