Skip to content

Commit

Permalink
ci: R_ParseString is not available in R oldrel / R 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Mar 15, 2024
1 parent 7897f23 commit 26326a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions extendr-api/tests/string_tests.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
// use std::ffi::CStr;
#[allow(unused_imports)]
use extendr_api::{r, GetSexp, Robj};
use extendr_engine::with_r;
use extendr_macros::R;
#[allow(unused_imports)]
use libR_sys::{
R_BlankScalarString, R_NilValue, R_ParseString, Rf_PrintValue, Rf_xlength, STRING_ELT, TYPEOF,
};
use libR_sys::{R_BlankScalarString, R_NilValue, Rf_PrintValue, Rf_xlength, STRING_ELT, TYPEOF};
#[allow(unused_imports)]
use libR_sys::{R_BlankString, R_NaString, CHARSXP, STRSXP};

Expand Down

0 comments on commit 26326a7

Please sign in to comment.