File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
- 2013-05-24 J.J. Allaire <
[email protected] >
2
-
3
- * src/attributes.cpp: Correct handling of dependent file paths on Windows (use winslash = "/")
4
-
5
1
2016-04-13 Dirk Eddelbuettel <
[email protected] >
6
2
7
3
* DESCRIPTION (Version): Rolling minor version and Date
Original file line number Diff line number Diff line change 14
14
\itemize {
15
15
\item R 3.3.0 Windows with Rtools 3.3 is now supported (Qin Wenfeng in PR
16
16
\ghpr {451 }).
17
- \item Correct handling of dependent file paths on Windows (use winslash = " /" ).
18
17
}
19
18
\item Changes in Rcpp Modules :
20
19
\itemize {
Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ namespace attributes {
851
851
// if it exists then normalize and add to our list
852
852
LogicalVector exists = fileExists (include);
853
853
if (exists[0 ]) {
854
- include = normalizePath (include, " / " );
854
+ include = normalizePath (include);
855
855
if (addUniqueDependency (include, pDependencies)) {
856
856
newDependencies.push_back (
857
857
FileInfo (Rcpp::as<std::string>(include)));
You can’t perform that action at this time.
0 commit comments