-
Notifications
You must be signed in to change notification settings - Fork 115
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
R interface #60
base: master
Are you sure you want to change the base?
R interface #60
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file r-interface/reticulate/reticulate_files/figure-gfm/unnamed-chunk-10-1.png
should not be in the repository.
@@ -0,0 +1,2 @@ | |||
/.quarto/ | |||
*html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should add _freeze
directory in .gitignore
, and also remove it from the git repository.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should add reticulate/reticulate_files/libs
directory in .gitignore
, and also remove it from the git repository.
analysis you want to share. | ||
- Note: you can use the same YAML header as in | ||
`reticulate/reticulate.qmd` as a number of presets for rendering | ||
are made into the `_quarto.yml` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could add somewhere in this global r-interface
README a link to the reticulate/reticulate.md
@@ -0,0 +1,163 @@ | |||
Using up-to-date Gudhi library in R |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible with quarto, when generating *.md
files, to force the file name to REDME.md, instead of reticulate.md ?
Thanks to this modification, one can see the md file rendered when going into the reticulate directory
|
||
Let us inform the R session that we want to use the virtual environment | ||
`r-reticulate` where we installed all the required Python packages (see | ||
`README` at the root of the project). This is done with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`README` at the root of the project). This is done with: | |
[Bring GUDHI into R](../README.md#bring-gudhi-into-r)). This is done with: |
This should make a nice link to the concerned file.
A space to contribute Quarto notebooks for showing how GUDHI can be interfaced with R to enable the use of statistical analyses provided by the R community.