File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 2023-03-27 Iñaki Ucar <iucar@fedoraproject.org>
2+
3+ * R/Attributes.R: Remove command quoting, not needed anymore for system2()
4+ * inst/tinytest/test_xptr.R: Update copyright
5+
162023-03-26 Dirk Eddelbuettel <edd@debian.org>
27
38 * DESCRIPTION (Version, Date): Roll minor version
Original file line number Diff line number Diff line change 11
22# Copyright (C) 2012 - 2022 JJ Allaire, Dirk Eddelbuettel and Romain Francois
3+ # Copyright (C) 2023 JJ Allaire, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
34#
45# This file is part of Rcpp.
56#
@@ -130,7 +131,6 @@ sourceCpp <- function(file = "",
130131
131132 # grab components we need to build command
132133 r <- file.path(R.home(" bin" ), " R" )
133- if (.Platform $ OS.type == " windows" ) r <- shQuote(r )
134134 lib <- context $ dynlibFilename
135135 deps <- context $ cppDependencySourcePaths
136136 src <- context $ cppSourceFilename
Original file line number Diff line number Diff line change 11
22# # Copyright (C) 2009 - 2020 Dirk Eddelbuettel and Romain Francois
3- # # Copyright (C) 2021 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
3+ # # Copyright (C) 2021 - 2023 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
44# #
55# # This file is part of Rcpp.
66# #
You can’t perform that action at this time.
0 commit comments