Skip to content

Commit 8c087bf

Browse files
committed
requested changes
1 parent 6c232e1 commit 8c087bf

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.6.5
4-
Date: 2021-01-28
3+
Version: 1.0.6.4
4+
Date: 2021-01-21
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.6"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,5)
34-
#define RCPP_DEV_VERSION_STRING "1.0.6.5"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,4)
34+
#define RCPP_DEV_VERSION_STRING "1.0.6.4"
3535

3636
#endif

inst/include/Rcpp/iostream/Rstreambuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Rstreambuf.h: Rcpp R/C++ interface class library -- stream buffer
44
//
5-
// Copyright (C) 2011 - 2017 Dirk Eddelbuettel, Romain Francois and Jelmer Ypma
5+
// Copyright (C) 2011 - 2020 Dirk Eddelbuettel, Romain Francois and Jelmer Ypma
66
// Copyright (C) 2021 Dirk Eddelbuettel, Romain Francois, Jelmer Ypma and Iñaki Ucar
77
//
88
// This file is part of Rcpp.

src/api.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// api.cpp: Rcpp R/C++ interface class library -- Rcpp api
44
//
5-
// Copyright (C) 2012 - 2021 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
5+
// Copyright (C) 2012 - 2020 Dirk Eddelbuettel and Romain Francois
6+
// Copyright (C) 2021 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
67
//
78
// This file is part of Rcpp.
89
//

src/attributes.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
//
22
// attributes.cpp: Rcpp R/C++ interface class library -- Rcpp attributes
33
//
4-
// Copyright (C) 2012 - 2021 JJ Allaire, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
4+
// Copyright (C) 2012 - 2020 JJ Allaire, Dirk Eddelbuettel and Romain Francois
5+
// Copyright (C) 2021 JJ Allaire, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
56
//
67
// This file is part of Rcpp.
78
//

src/rcpp_init.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
// Rcpp_init.cpp : Rcpp R/C++ interface class library -- Initialize and register
33
//
4-
// Copyright (C) 2010 - 2021 John Chambers, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
4+
// Copyright (C) 2010 - 2020 John Chambers, Dirk Eddelbuettel and Romain Francois
5+
// Copyright (C) 2021 John Chambers, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
56
//
67
// This file is part of Rcpp.
78
//

0 commit comments

Comments
 (0)