Skip to content

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Mar 20, 2024
1 parent ab2144e commit 6915ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extendr-api/src/optional/ndarray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Defines conversions between R objects and the [`ndarray`](https://docs.rs/ndarra
To enable these conversions, you must first enable the `ndarray` feature for extendr:
```toml
[dependencies]
extendr-api = { version = "0.4", features = ["ndarray"] }
extendr-api = { version = "0.6", features = ["ndarray"] }
```
Specifically, extendr supports the following conversions:
Expand Down

0 comments on commit 6915ff9

Please sign in to comment.