We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79ab46 commit 1ccc15bCopy full SHA for 1ccc15b
src/Iconv.cpp
@@ -1,3 +1,7 @@
1
+/* This file originally from
2
+ * https://github.com/cran/readr/blob/4c2d7c77810a3cb66586727179c339192964aa3d/src/Iconv.cpp
3
+ */
4
+
5
#include <Rcpp.h>
6
using namespace Rcpp;
7
src/Iconv.h
@@ -1,6 +1,10 @@
#ifndef READ_ICONV_H_
#define READ_ICONV_H_
+ * https://github.com/cran/readr/blob/4c2d7c77810a3cb66586727179c339192964aa3d/src/Iconv.h
8
#include "R_ext/Riconv.h"
9
#include <errno.h>
10
0 commit comments