Skip to content

Commit

Permalink
STRICT_R_HEADERS
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Aug 16, 2024
1 parent c15b23e commit e7d0cf3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: gdsfmt
Type: Package
Title: R Interface to CoreArray Genomic Data Structure (GDS) Files
Version: 1.39.3
Date: 2024-04-10
Version: 1.40.1
Date: 2024-08-15
Depends: R (>= 2.15.0), methods
Suggests: parallel, digest, Matrix, crayon, RUnit, knitr, markdown, rmarkdown,
BiocGenerics
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
CHANGES IN VERSION 1.40.1
-------------------------

UTILITIES

o add "#define STRICT_R_HEADERS 1" to the C++ header file according to
R_r86984


CHANGES IN VERSION 1.38.1
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This package provides a high-level R interface to CoreArray Genomic Data Structu

## Bioconductor:

Release Version: v1.38.1
Release Version: v1.40.1

[http://www.bioconductor.org/packages/release/bioc/html/gdsfmt.html](http://www.bioconductor.org/packages/release/bioc/html/gdsfmt.html)

Expand Down
5 changes: 5 additions & 0 deletions src/CoreArray/dPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
#include <queue>

#if defined(COREARRAY_USING_R)
# ifdef STRICT_R_HEADERS
# undef STRICT_R_HEADERS
# endif
# define STRICT_R_HEADERS 1
#
# include <R_ext/Arith.h>
# include <Rinternals.h>
#
Expand Down

0 comments on commit e7d0cf3

Please # to comment.