Skip to content

Commit

Permalink
add note in README about RStudio weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass authored Feb 4, 2023
1 parent 9ecd2e7 commit 51c4d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ or from [R Universe](https://r-universe.dev/):
```
install.packages("chromConverter", repos="https://ethanbass.r-universe.dev/", type="source")
```
**Note:** There are some changes in recent versions of RStudio that messed up the behavior of the python bindings through `reticulate`. If you wish to access python-based parsers (e.g. aston or rainbow) through a recent version of RStudio, you will need to change the default settings. To do this, open `Tools:Global Options...:Python` and uncheck the box that says `Automatically activate project-local Python environments`. Then restart RStudio.

#### Optional additional dependencies

Expand Down

0 comments on commit 51c4d09

Please sign in to comment.