From da4b3b8ed313caeed3ea305cfb3333439ae52eea Mon Sep 17 00:00:00 2001 From: Alexey Sergushichev Date: Thu, 19 Dec 2024 08:55:27 -0600 Subject: [PATCH] remove old c++11 requirement, fix #165 --- DESCRIPTION | 3 +-- src/fastGSEA.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a400f29..e886b6b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fgsea Title: Fast Gene Set Enrichment Analysis -Version: 1.33.0 +Version: 1.33.1 Authors@R: c(person("Gennady", "Korotkevich", role = "aut"), person("Vladimir", "Sukhov", role = "aut"), person("Nikolay", "Budin", role = "ctb"), @@ -12,7 +12,6 @@ Description: The package implements an algorithm for fast gene set enrichment more fine grained p-values, which allows to use accurate stantard approaches to multiple hypothesis correction. biocViews: GeneExpression, DifferentialExpression, GeneSetEnrichment, Pathways -SystemRequirements: C++11 Depends: R (>= 4.1) Imports: diff --git a/src/fastGSEA.h b/src/fastGSEA.h index 131e00f..b7f0df0 100644 --- a/src/fastGSEA.h +++ b/src/fastGSEA.h @@ -4,7 +4,6 @@ using namespace Rcpp; #include using namespace std; -// [[Rcpp::plugins(cpp11)]] // [[Rcpp::export]] List calcGseaStatCumulativeBatch( NumericVector const& stats,