Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: macos-13, r: 'devel'}

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, r-lib/fs, gaborcsardi/sass@fix/compile-macos-devel
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
1 change: 1 addition & 0 deletions inst/include/xml2_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <libxml/tree.h>
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>

template <typename T> class XPtr {
Expand Down
1 change: 1 addition & 0 deletions src/connection.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/connection.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/init.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_doc.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_init.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_namespace.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_node.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_output.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_schema.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_url.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define __XML2_XML_UTILS__

#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down
1 change: 1 addition & 0 deletions src/xml2_xpath.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define R_NO_REMAP
#include <R.h>
#include <Rinternals.h>
#undef R_NO_REMAP

Expand Down