Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jan 28, 2021
1 parent 6c232e1 commit 8c087bf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.6.5
Date: 2021-01-28
Version: 1.0.6.4
Date: 2021-01-21
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Expand Down
4 changes: 2 additions & 2 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define RCPP_VERSION_STRING "1.0.6"

// the current source snapshot
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,5)
#define RCPP_DEV_VERSION_STRING "1.0.6.5"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,4)
#define RCPP_DEV_VERSION_STRING "1.0.6.4"

#endif
2 changes: 1 addition & 1 deletion inst/include/Rcpp/iostream/Rstreambuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Rstreambuf.h: Rcpp R/C++ interface class library -- stream buffer
//
// Copyright (C) 2011 - 2017 Dirk Eddelbuettel, Romain Francois and Jelmer Ypma
// Copyright (C) 2011 - 2020 Dirk Eddelbuettel, Romain Francois and Jelmer Ypma
// Copyright (C) 2021 Dirk Eddelbuettel, Romain Francois, Jelmer Ypma and Iñaki Ucar
//
// This file is part of Rcpp.
Expand Down
3 changes: 2 additions & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// api.cpp: Rcpp R/C++ interface class library -- Rcpp api
//
// Copyright (C) 2012 - 2021 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
// Copyright (C) 2012 - 2020 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2021 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion src/attributes.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//
// attributes.cpp: Rcpp R/C++ interface class library -- Rcpp attributes
//
// Copyright (C) 2012 - 2021 JJ Allaire, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
// Copyright (C) 2012 - 2020 JJ Allaire, Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2021 JJ Allaire, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion src/rcpp_init.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

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

0 comments on commit 8c087bf

Please sign in to comment.