Skip to content

Commit

Permalink
remove c++ requirements, set min R version to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 25, 2024
1 parent 79428f7 commit 5806eff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ Imports:
bigmemory,
methods
Depends:
R (>= 3.5)
SystemRequirements: C++17
R (>= 4.0)
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
CXX_STD = CXX17
1 change: 0 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
CXX_STD = CXX17

0 comments on commit 5806eff

Please sign in to comment.