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

Commitdbea570

Browse files
authored
Small update to tests/tinytest.R (#1343)
1 parent224558e commitdbea570

File tree

3 files changed

+26
-12
lines changed

3 files changed

+26
-12
lines changed

‎ChangeLog‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-11-02 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* tests/tinytest.R: Minor code edit, removal of two no longer
4+
required setters for tinytest
5+
16
2024-11-01 Dirk Eddelbuettel <edd@debian.org>
27

38
* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.5

‎inst/NEWS.Rd‎

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,35 @@
2121
\itemChangesinRcppDeployment:
2222
\itemize{
2323
\itemOneunittestsforarm64macOShasbeenadjusted;amacOS
24-
continuousintegrationrunnerwasadded
24+
continuousintegrationrunnerwas added (Dirkin \ghpr{1324})
2525
\itemAuthors@RisnowusedinDESCRIPTIONasmandatedbyCRAN,the
26-
\code{Rcpp.package.skeleton()}functionalsocreatesit
26+
\code{Rcpp.package.skeleton()}functionalsocreates it (Dirkin
27+
\ghpr{1325}and \ghpr{1327})
2728
}
2829
\itemChangesinRcppDocumentation:
2930
\itemize{
3031
\itemTheRcppModulesvignettewasextendedslightlyfollowing
31-
\ghit{1322}
32+
\ghit{1322} (Dirk)
3233
\itemPdfvignetteshavebeenregeneratedunderGhostscript10.03.1to
3334
avoidafalsepositivebyaWindowsvirus scanner (Iñakiin \ghpr{1331})
3435
}
3536
}
3637
}
3738

39+
\section{ChangesinRcpp'hot-fix'releaseversion1.0.13-1 (2024-11-01)}{
40+
\itemize{
41+
\itemChangesinRcppAPI:
42+
\itemize{
43+
\itemUseread-only \code{VECTOR_PTR}and \code{STRING_PTR}onlywith
44+
withR4.5.0or later (Kevinin \ghpr{1342}fixing \ghit{1341})
45+
}
46+
\itemChangesinRcppDeployment:
47+
\itemize{
48+
\itemAuthors@RisnowusedinDESCRIPTIONasmandatedbyCRAN
49+
}
50+
}
51+
}
52+
3853
\section{ChangesinRcppreleaseversion1.0.13 (2024-07-11)}{
3954
\itemize{
4055
\itemChangesinRcppAPI:

‎tests/tinytest.R‎

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11

22
if (requireNamespace("tinytest",quietly=TRUE)) {
33

4-
## Set a seed to make the test deterministic
5-
set.seed(42)
6-
7-
## R makes us do this (but tinytest now sets it too)
8-
Sys.setenv("R_TESTS"="")
9-
104
## Force tests to be executed if in dev release which we define as
115
## having a sub-release, eg 0.9.15.5 is one whereas 0.9.16 is not
12-
if (length(strsplit(packageDescription("Rcpp")$Version,"\\.")[[1]])>3) {# dev rel, and
6+
if (length(strsplit(format(packageVersion("Rcpp")),"\\.")[[1]])>3) {# dev rel, and
137
if (Sys.getenv("RunAllRcppTests")!="no") {# if env.var not yet set
14-
message("Setting\"RunAllRcppTests\"=\"yes\" for development release\n")
8+
message("Setting\"RunAllRcppTests\"=\"yes\" for development release")
159
Sys.setenv("RunAllRcppTests"="yes")
1610
}
1711
if (Sys.getenv("RunVerboseRcppTests")!="no") {# if env.var not yet set
18-
message("Setting\"RunVerboseRcppTests\"=\"yes\" for development release\n")
12+
message("Setting\"RunVerboseRcppTests\"=\"yes\" for development release")
1913
Sys.setenv("RunVerboseRcppTests"="yes")
2014
}
2115
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp