Skip to content

Commit a21c632

Browse files
committed
Deploying to gh-pages from @ db18994 🚀
1 parent 794eca8 commit a21c632

25 files changed

+43
-40
lines changed

dev/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ variables may be set prior to package installation to specify a custom
186186
location for ‘libmbedtls’ or ‘libnng’ other than the standard filesystem
187187
locations.
188188

189-
*Additional requirements for Solaris: (i) the ‘xz’ package - available
190-
on OpenCSW, and (ii) a more recent version of ‘cmake’ than available on
189+
*Solaris: requires a more recent version of ‘cmake’ than available on
191190
OpenCSW - refer to the ‘cmake’ website for the latest source file.*
192191

193192
#### Windows

dev/llms.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ variables may be set prior to package installation to specify a custom
186186
location for ‘libmbedtls’ or ‘libnng’ other than the standard filesystem
187187
locations.
188188

189-
*Additional requirements for Solaris: (i) the ‘xz’ package - available
190-
on OpenCSW, and (ii) a more recent version of ‘cmake’ than available on
189+
*Solaris: requires a more recent version of ‘cmake’ than available on
191190
OpenCSW - refer to the ‘cmake’ website for the latest source file.*
192191

193192
#### Windows

dev/news/index.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/news/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## nanonext (development version)
44

5+
- Building from source no longer requires `xz`.
6+
57
## nanonext 1.7.2
68

79
CRAN release: 2025-11-03

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
nanonext: nanonext.html
6-
last_built: 2025-12-02T12:07Z
6+
last_built: 2025-12-02T14:39Z
77
urls:
88
reference: https://nanonext.r-lib.org/reference
99
article: https://nanonext.r-lib.org/articles

dev/reference/ip_addr.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/reference/ip_addr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Windows) e.g. 'eth0' or 'en0'.
2424
``` r
2525
ip_addr()
2626
#> eth0 docker0
27-
#> "10.1.0.112" "172.17.0.1"
27+
#> "10.1.0.156" "172.17.0.1"
2828
```

dev/reference/monitor.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/reference/monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ dial(s1)
4949
cv_value(cv)
5050
#> [1] 1
5151
read_monitor(m)
52-
#> [1] 1198977278
52+
#> [1] 1304488380
5353

5454
close(s)
5555
close(s1)
5656

5757
read_monitor(m)
58-
#> [1] -1198977278
58+
#> [1] -1304488380
5959
```

0 commit comments

Comments
 (0)