Docs.rs
savvy-0.8.13
savvy 0.8.13
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yutannihilation
Dependencies
env_logger ^0.11
normal
optional
log ^0.4
normal
optional
num-complex ^0.4.5
normal
optional
rustversion ^1.0
normal
savvy-ffi ^0.8.13
normal
savvy-macro ^0.8.13
normal
cc ^1.2.9
build
Versions
75.05%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
savvy
0.8.13
Module eval
Module Items
Structs
Functions
In crate savvy
savvy
Module
eval
Copy item path
Source
Structs
§
Eval
Result
A result of a function call. Since the result does not yet belong to any environment or object, so it needs protection and unprotection. This struct is solely for handling the unprotection in
Drop
.
Functions
§
assert_
eq_
r_
code
Assert that the SEXPs have the same data inside. The second argument is a string of R code.
eval_
parse_
text
Parse and evaluate an R code. This is equivalent to
eval(parse(text = ))
.
is_
r_
identical
Check if the two SEXPs are identical in the sense that the R function
identical()
returns
TRUE
.