Skip to content

Commit 8e83949

Browse files
committed
fix windows install of flopsearch R
1 parent 5bddd75 commit 8e83949

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flop_r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: flopsearch
22
Title: Embracing Discrete Search: A Reasonable Approach to Causal Structure Learning
3-
Version: 0.1.0
3+
Version: 0.1.1
44
Authors@R: c(
55
person("Marcel", "Wienöbst", email = "marcel.wienoebst@gmx.de", role = c("aut", "cre", "cph")),
66
person("Sebastian", "Weichwald", role = "aut"),

flop_r/src/rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = 'flop_r'
33
publish = false
4-
version = '0.1.0'
5-
edition = '2021'
4+
version = '0.1.1'
5+
edition = '2024'
66
rust-version = '1.65'
77

88
[lib]
@@ -11,7 +11,7 @@ name = 'flop_r'
1111

1212
[dependencies]
1313
extendr-api = '0.8.1'
14-
flop = { path = "./flop" }
14+
flop = { path = "flop" }
1515
nalgebra = "0.34"
1616

1717
[profile.release]

0 commit comments

Comments
 (0)