Skip to content

Commit

Permalink
remove old c++11 requirement, fix #165
Browse files Browse the repository at this point in the history
  • Loading branch information
assaron committed Dec 19, 2024
1 parent a9d258d commit da4b3b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand All @@ -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:
Expand Down
1 change: 0 additions & 1 deletion src/fastGSEA.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ using namespace Rcpp;
#include <vector>
using namespace std;

// [[Rcpp::plugins(cpp11)]]
// [[Rcpp::export]]
List calcGseaStatCumulativeBatch(
NumericVector const& stats,
Expand Down

0 comments on commit da4b3b8

Please sign in to comment.