Skip to content

Commit a388ee7

Browse files
committed
update READMEs
1 parent e629a4e commit a388ee7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pip install flopsearch
1212
In R, flopsearch can be installed directly from Github:
1313

1414
``` r
15-
install.packages("https://github.com/CausalDisco/flopsearch/releases/download/v0.1.0/flopsearch.tar.gz")
15+
install.packages("https://github.com/CausalDisco/flopsearch/releases/download/v0.1.1/flopsearch.tar.gz")
1616
```
1717

1818
This requires a working installation of the [Rust toolchain](https://rust-lang.org/tools/install/).

flop_r/README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ flopsearch provides an effective and easy-to-use causal discovery algorithm for
2525
You can install the development version of flopsearch from [GitHub](https://github.com/) with:
2626

2727
``` r
28-
install.packages("https://github.com/CausalDisco/flopsearch/releases/download/v0.1.0/flopsearch.tar.gz")
28+
install.packages("https://github.com/CausalDisco/flopsearch/releases/download/v0.1.1/flopsearch.tar.gz")
2929
```
3030

3131
This requires a working installation of the [Rust toolchain](https://rust-lang.org/tools/install/).

flop_r/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can install the development version of flopsearch from
1616
[GitHub](https://github.com/) with:
1717

1818
``` r
19-
install.packages("https://github.com/CausalDisco/flopsearch/releases/download/v0.1.0/flopsearch.tar.gz")
19+
install.packages("https://github.com/CausalDisco/flopsearch/releases/download/v0.1.1/flopsearch.tar.gz")
2020
```
2121

2222
This requires a working installation of the [Rust
@@ -29,6 +29,19 @@ with:
2929
library(flopsearch)
3030
```
3131

32+
## Citing FLOP
33+
34+
If you use FLOP in your scientific work, please cite this paper:
35+
36+
``` bibtex
37+
@article{cifly2025,
38+
author = {Marcel Wien{"{o}}bst and Leonard Henckel and Sebastian Weichwald},
39+
title = {{Embracing Discrete Search: A Reasonable Approach to Causal Structure Learning}},
40+
journal = {{arXiv preprint arXiv:2510.04970}},
41+
year = {2025}
42+
}
43+
```
44+
3245
## Example
3346

3447
A simple example run of the FLOP algorithm provided by flopsearch.

0 commit comments

Comments
 (0)