Skip to content

Commit

Permalink
fix: r-cmd-check due to default use-try-from-robj
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Mar 13, 2024
1 parent 5439868 commit e7427fa
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 342 deletions.
1 change: 1 addition & 0 deletions extendr-api/src/robj/try_from_robj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ impl_try_from_robj_ref!(
bool
Rint Rfloat Rbool Rcplx
f32 f64
Vec::<String>
Vec::<Rint> Vec::<Rfloat> Vec::<Rbool> Vec::<Rcplx> Vec::<u8> Vec::<i32> Vec::<f64>
&[Rint] &[Rfloat] &[Rbool] &[Rcplx] &[u8] &[i32] &[f64]
&str String
Expand Down
2 changes: 1 addition & 1 deletion tests/extendrtests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Integration Tests for Calling Extendr from an R Package

[![R build status](https://github.com/extendr/extendr/workflows/Tests/badge.svg)](https://github.com/extendr/extendr/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit)

This package serves as a test to see whether an R package using extendr can successfully build, run, and pass `R CMD check` on all major platforms.

Expand Down
Loading

0 comments on commit e7427fa

Please sign in to comment.