Skip to content

Commit 44073e0

Browse files
committed
v0.2.4
1 parent 705f0a4 commit 44073e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+243
-254
lines changed
374 Bytes
Binary file not shown.
716 Bytes
Binary file not shown.
-524 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.devel/sphinx/_build/html/_sources/news.md.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
> see https://github.com/gagolews/stringx/issues.
66

77

8+
## 0.2.4 (2022-10-27)
9+
10+
* [BUGFIX] Fixed failing checks/tests due to some updates in R-devel.
11+
812

913
## 0.2.3 (2022-10-13)
1014

11-
* [BUGFIX] Fixed failing checks/tests.
15+
* [BUGFIX] Fixed failing checks/tests due to some updates in R-devel.
1216

1317

1418
## 0.2.2 (2021-09-03)

.devel/sphinx/_build/html/_sources/rapi/sprintf.md.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Related function(s): [`paste`](paste.md), [`strrep`](strrep.md), [`strtrim`](str
7171

7272

7373
```r
74-
# UTF-8 number of bytes vs. Unicode code point width:
74+
# UTF-8 number of bytes vs Unicode code point width:
7575
l <- c("e", "e\u00b2", "\u03c0", "\u03c0\u00b2", "\U0001f602\U0001f603")
7676
r <- c(exp(1), exp(2), pi, pi^2, NaN)
7777
cat(base::sprintf("%8s=%+.3f", l, r), sep="\n")
@@ -86,9 +86,4 @@ cat(stringx::sprintf("%8s=%+.3f", l, r), sep="\n")
8686
## π=+3.142
8787
## π²=+9.870
8888
## 😂😃= NaN
89-
# coercion of the same argument to different types:
90-
stringx::printf(c("UNIX time %1$f is %1$s.", "%1$s is %1$f UNIX time."),
91-
Sys.time())
92-
## UNIX time 1665630159.556000 is 2022-10-13T14:02:39+1100.
93-
## 2022-10-13T14:02:39+1100 is 1665630159.556000 UNIX time.
9489
```

.devel/sphinx/_build/html/_sources/rapi/strptime.md.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,26 +135,26 @@ Related function(s): [`sprintf`](sprintf.md), [`ISOdatetime`](ISOdatetime.md)
135135

136136
```r
137137
strftime(Sys.time()) # default format - ISO 8601
138-
## [1] "2022-10-13T14:02:40+1100"
138+
## [1] "2022-10-27T13:27:57+1100"
139139
f <- c("date_full", "%Y-%m-%d", "date_relative_short", "datetime_full")
140140
strftime(Sys.time(), f) # current default locale
141-
## [1] "Thursday, October 13, 2022"
142-
## [2] "2022-10-13"
141+
## [1] "Thursday, October 27, 2022"
142+
## [2] "2022-10-27"
143143
## [3] "today"
144-
## [4] "Thursday, October 13, 2022 at 2:02:40 PM Australian Eastern Daylight Time"
144+
## [4] "Thursday, October 27, 2022 at 1:27:57 PM Australian Eastern Daylight Time"
145145
strftime(Sys.time(), f, locale="de_DE")
146-
## [1] "Donnerstag, 13. Oktober 2022"
147-
## [2] "2022-10-13"
146+
## [1] "Donnerstag, 27. Oktober 2022"
147+
## [2] "2022-10-27"
148148
## [3] "heute"
149-
## [4] "Donnerstag, 13. Oktober 2022 um 14:02:40 Ostaustralische Sommerzeit"
149+
## [4] "Donnerstag, 27. Oktober 2022 um 13:27:57 Ostaustralische Sommerzeit"
150150
strftime(Sys.time(), "date_short", locale="en_IL@calendar=hebrew")
151-
## [1] "18 Tishri 5783"
151+
## [1] "2 Heshvan 5783"
152152
strptime("1970-01-01 00:00:00", "%Y-%m-%d %H:%M:%S", tz="GMT")
153153
## [1] "1970-01-01T00:00:00+0000"
154154
strptime("1970-01-01", "%Y-%m-%d") # missing time info replaced with current
155-
## [1] "1970-01-01T14:02:40+1000"
155+
## [1] "1970-01-01T13:27:57+1000"
156156
strptime("14 Nisan 5703", "date_short", locale="en_IL@calendar=hebrew")
157-
## [1] "1943-04-19T14:02:40+1000"
157+
## [1] "1943-04-19T13:27:57+1000"
158158
as.POSIXxt("1970-01-01")
159159
## [1] "1970-01-01T00:00:00+1000"
160160
as.POSIXxt("1970/01/01 12:00")

.devel/sphinx/_build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.2.3',
3+
VERSION: '0.2.4',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

.devel/sphinx/_build/html/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868

6969
<div class="version">
70-
0.2.3
70+
0.2.4
7171
</div>
7272

7373

@@ -180,7 +180,7 @@ <h1 id="index">Index</h1>
180180

181181
<div role="contentinfo">
182182
<p>&#169; Copyright 2021-2022, Marek Gagolewski.
183-
<span class="lastupdated">Last updated on 2022-10-13T14:02:44+1100.
183+
<span class="lastupdated">Last updated on 2022-10-27T13:28:01+1100.
184184
</span></p>
185185
</div>
186186

.devel/sphinx/_build/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.2.3
72+
0.2.4
7373
</div>
7474

7575

@@ -514,7 +514,7 @@ <h1>stringx: Drop-in replacements for base R string functions powered by stringi
514514

515515
<div role="contentinfo">
516516
<p>&#169; Copyright 2021-2022, Marek Gagolewski.
517-
<span class="lastupdated">Last updated on 2022-10-13T14:02:44+1100.
517+
<span class="lastupdated">Last updated on 2022-10-27T13:28:01+1100.
518518
</span></p>
519519
</div>
520520

0 commit comments

Comments
 (0)