Skip to content

Commit 1ccc15b

Browse files
committed
Add links to Iconv files
1 parent a79ab46 commit 1ccc15b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Iconv.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* This file originally from
2+
* https://github.com/cran/readr/blob/4c2d7c77810a3cb66586727179c339192964aa3d/src/Iconv.cpp
3+
*/
4+
15
#include <Rcpp.h>
26
using namespace Rcpp;
37

src/Iconv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef READ_ICONV_H_
22
#define READ_ICONV_H_
33

4+
/* This file originally from
5+
* https://github.com/cran/readr/blob/4c2d7c77810a3cb66586727179c339192964aa3d/src/Iconv.h
6+
*/
7+
48
#include "R_ext/Riconv.h"
59
#include <errno.h>
610

0 commit comments

Comments
 (0)