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

Update README.md #26

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pytetrad/R/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ If you have questions or need more (or different) functionality, or are just flu
* Rpy-tetrad paths for the sample files are all made relative to the directory .../py-tetrad/pytetrad. In RStudio, the idea is to load .../py-tetrad/pytetrad as the project and run the scripts from there.
* A setup.py file has been included to download a JDK locally and set up a Python virtual environment locally. THIS HAS ONLY BEEN TESTED ON ONE MAC LAPTOP SO USE AT YOUR OWN RISK. The previous setup should work if you do not run the setup.py script. If you try the setup.py script and things go badly, quit RStudio and restart.
* Sample script #11 runs BOSS using _rJava_, which avoids using Python. THIS IS NOT FULLY TESTED. If this works out well, we may try to revive the r-causal package, but with the updated rJava, by implementing a TetradSearch.R script in R that's parallel to the TetradSearch.py script in rpy-tetrad.