Home
last modified time | relevance | path

Searched refs:Rf_isLogical (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/R-cran-commonmark/commonmark/src/
H A Dwrapper.c50 if(!Rf_isLogical(sourcepos)) in R_render_markdown()
52 if(!Rf_isLogical(hardbreaks)) in R_render_markdown()
54 if(!Rf_isLogical(smart)) in R_render_markdown()
56 if(!Rf_isLogical(normalize)) in R_render_markdown()
/dports/devel/R-cran-cpp11/cpp11/inst/include/cpp11/
H A Das.hpp107 } else if (Rf_isLogical(from)) { in as_cpp()
134 if (Rf_isLogical(from)) { in as_cpp()
161 if (Rf_isLogical(from)) { in as_cpp()
H A Dr_bool.hpp21 if (Rf_isLogical(data)) { in r_bool()
/dports/databases/arrow/apache-arrow-6.0.1/r/inst/include/cpp11/
H A Das.hpp108 } else if (Rf_isLogical(from)) { in as_cpp()
135 if (Rf_isLogical(from)) { in as_cpp()
162 if (Rf_isLogical(from)) { in as_cpp()
H A Dr_bool.hpp23 if (Rf_isLogical(data)) { in r_bool()
/dports/devel/R-cran-sys/sys/src/
H A Dexec.c25 #define IS_TRUE(x) (Rf_isLogical(x) && Rf_length(x) && asLogical(x))
26 #define IS_FALSE(x) (Rf_isLogical(x) && Rf_length(x) && !asLogical(x))
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/internal/
H A DGreedyVector.h30 if (!Rf_isNumeric(vec) || Rf_isMatrix(vec) || Rf_isLogical(vec)) in GreedyVector()
/dports/devel/R-cran-cli/cli/src/
H A Dprogress.c135 if (config && Rf_isLogical(config) && LENGTH(config) == 1 && in cli_progress_bar()
178 } else if (Rf_isLogical(config) && LENGTH(config) == 1) { in cli_progress_bar()
/dports/devel/R-cran-sys/sys/src/win32/
H A Dexec.c12 #define IS_TRUE(x) (Rf_isLogical(x) && Rf_length(x) && asLogical(x))
13 #define IS_FALSE(x) (Rf_isLogical(x) && Rf_length(x) && !asLogical(x))
/dports/devel/R-cran-git2r/git2r/src/
H A Dgit2r_arg.c314 if (!Rf_isLogical(arg) || 1 != Rf_length(arg) || NA_LOGICAL == LOGICAL(arg)[0]) in git2r_arg_check_logical()
/dports/math/R/R-4.1.2/src/include/
H A DRdefines.h81 # define IS_LOGICAL(x) Rf_isLogical(x)
H A DRinternals.h626 Rboolean (Rf_isLogical)(SEXP s);
1597 #define isLogical Rf_isLogical
/dports/math/libRmath/R-4.1.1/src/include/
H A DRdefines.h81 # define IS_LOGICAL(x) Rf_isLogical(x)
H A DRinternals.h626 Rboolean (Rf_isLogical)(SEXP s);
1597 #define isLogical Rf_isLogical
/dports/devel/py-rchitect/rchitect-0.3.24/rchitect/src/
H A DlibR.c124 LOAD_SYMBOL(Rf_isLogical); in _libR_load_symbols()
H A DR.h136 RAPI_EXTERN Rboolean (*Rf_isLogical)(SEXP s); variable
/dports/math/R/R-4.1.2/src/main/
H A Dmemory.c4396 Rboolean Rf_isLogical(SEXP s) { return isLogical(CHK(s)); } in Rf_isLogical() function
/dports/math/libRmath/R-4.1.1/src/main/
H A Dmemory.c4396 Rboolean Rf_isLogical(SEXP s) { return isLogical(CHK(s)); } in Rf_isLogical() function