Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05ae762

Browse files
author
Florian Plaza Oñate
committed
Merge remote-tracking branch 'upstream/master' into at-accessors-patch
2 parents823a4cd +cf02f45 commit05ae762

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

‎ChangeLog‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-08-18 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* inst/unitTests/runit.Module.client.package.R: Disabled for bad
4+
interaction of Rcpp Modules and R 3.2.2
5+
16
2015-08-15 Florian Plaza Oñate <florian.plaza@jouy.inra.fr>
27

38
* inst/include/Rcpp/vector/converter.h: Correct conversion from const

‎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: 0.12.0.1
4-
Date: 2015-08.15
3+
Version: 0.12.0.2
4+
Date: 2015-08-17
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

‎inst/unitTests/runit.Module.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/r -t
22
# hey emacs, please make this use -*- tab-width: 4 -*-
33
#
4-
# Copyright (C) 2010 -2014 Dirk Eddelbuettel and Romain Francois
4+
# Copyright (C) 2010 -2015 Dirk Eddelbuettel and Romain Francois
55
#
66
# This file is part of Rcpp.
77
#

‎inst/unitTests/runit.Module.client.package.R‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/r -t
22
# hey emacs, please make this use -*- tab-width: 4 -*-
33
#
4-
# Copyright (C) 2010 -2013 John Chambers, Dirk Eddelbuettel and Romain Francois
4+
# Copyright (C) 2010 -2015 John Chambers, Dirk Eddelbuettel and Romain Francois
55
#
66
# This file is part of Rcpp.
77
#
@@ -32,6 +32,7 @@
3232
.onWindows<-.Platform$OS.type=="windows"
3333

3434
.runThisTest<- Sys.getenv("RunAllRcppTests")=="yes"
35+
.runThisTest<-FALSE## FIXME
3536

3637
if (.runThisTest&&!.badOSX&&!.onWindows) {
3738

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp