From 51037e99933802fa4b027f573a5a912b5564b854 Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Mon, 11 Mar 2024 17:32:42 +0000 Subject: [PATCH] Remove C++ spec --- R/Methods.R | 2 +- src/Makevars | 1 - src/Makevars.win | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/R/Methods.R b/R/Methods.R index c6efb7f4..9d285069 100644 --- a/R/Methods.R +++ b/R/Methods.R @@ -125,9 +125,9 @@ setMethod( #' the high posterior density interval (probabilty equal to \code{prob}) #' #' @param x A \code{\linkS4class{BASiCS_Chain}} object. +#' @param ... Unused, only included for consistency with the generic. #' @param prob \code{prob} argument for \code{\link[coda]{HPDinterval}} #' function. -#' @param ... Unused, only included for consistency with the generic. #' @param na.rm Unused, only included for consistency with the generic. #' #' @return An object of class \code{\linkS4class{BASiCS_Summary}}. diff --git a/src/Makevars b/src/Makevars index b34835a3..fba0c505 100644 --- a/src/Makevars +++ b/src/Makevars @@ -1,5 +1,4 @@ ## This assume that we can call Rscript to ask Rcpp about its locations ## Use the R_HOME indirection to support installations of multiple R version -CXX_STD = CXX11 PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) diff --git a/src/Makevars.win b/src/Makevars.win index b34835a3..fba0c505 100644 --- a/src/Makevars.win +++ b/src/Makevars.win @@ -1,5 +1,4 @@ ## This assume that we can call Rscript to ask Rcpp about its locations ## Use the R_HOME indirection to support installations of multiple R version -CXX_STD = CXX11 PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)