Skip to content

Commit 18bcc34

Browse files
authored
websocket v1.4.4 (#120)
1 parent 8552d0e commit 18bcc34

File tree

6 files changed

+36
-124
lines changed

6 files changed

+36
-124
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: websocket
2-
Version: 1.4.3.9000
2+
Version: 1.4.4
33
Title: 'WebSocket' Client Library
44
Description: Provides a 'WebSocket' client interface for R.
55
'WebSocket' is a protocol for low-overhead real-time communication:

NEWS.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# websocket (development version)
1+
# websocket 1.4.4
22

3-
# websocket (1.4.3)
3+
* Silences inaccurate deprecation warnings from certain C++ compilers. (#116)
4+
5+
* Fixes builds for Windows systems without openssl.pc. (@jeroen, #117)
6+
7+
# websocket 1.4.3
48

59
* When compiled with Rtools42 to 45, it now uses the copy of openssl that comes with Rtools. (@kalibera, #113)
610

cran-comments.md

+4-28
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,13 @@
1-
## Comments
2-
3-
#### 2021-08-18
4-
5-
Bug fixes.
6-
7-
Thank you,
8-
Winston
9-
10-
11-
## Test environments and R CMD check results
12-
13-
* GitHub Actions - https://github.com/rstudio/websocket/pull/86/checks
14-
* macOS
15-
* devel, release
16-
* windows
17-
* release, 3.6
18-
* ubuntu20
19-
* devel, release, oldrel/1, oldrel/2, oldrel/3, oldrel/4
20-
* devtools::
21-
* check_win_devel()
22-
* check_win_release()
23-
* check_win_oldrelease()
24-
25-
261
## R CMD check results
272

283
There were no ERRORs or WARNINGs.
294

305
There were 2 NOTEs:
316

327
* checking installed package size ... NOTE
33-
installed size is 9.6Mb
8+
installed size is 19.8Mb
349
sub-directories of 1Mb or more:
35-
libs 9.5Mb
10+
libs 19.6Mb
3611

3712
The websocketpp C++ library is several megabytes in size, so this is unavoidable.
3813

@@ -42,7 +17,8 @@ GNU syntax += is used in Makevars.in to append to the PKG_LIBS variable.
4217

4318
## revdepcheck results
4419

45-
We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
20+
We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4621

4722
* We saw 0 new problems
4823
* We failed to check 0 packages
24+

revdep/README.md

+23-25
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:----------------------------|
5-
|version |R version 4.0.2 (2020-06-22) |
6-
|os |macOS 10.16 |
7-
|system |x86_64, darwin17.0 |
8-
|ui |X11 |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/New_York |
13-
|date |2021-08-18 |
3+
|field |value |
4+
|:--------|:-------------------------------------|
5+
|version |R version 4.4.3 (2025-02-28) |
6+
|os |Ubuntu 24.04.2 LTS |
7+
|system |x86_64, linux-gnu |
8+
|ui |RStudio |
9+
|language |en_GB:en |
10+
|collate |en_GB.UTF-8 |
11+
|ctype |en_GB.UTF-8 |
12+
|tz |Europe/London |
13+
|date |2025-04-07 |
14+
|rstudio |2024.12.1+563 Kousa Dogwood (desktop) |
15+
|pandoc |3.1.3 @ /usr/bin/pandoc |
16+
|quarto |1.6.40 @ /usr/local/bin/quarto |
1417

1518
# Dependencies
1619

17-
|package |old |new |Δ |
18-
|:---------|:-----|:-----|:--|
19-
|websocket |1.4.0 |1.4.1 |* |
20+
|package |old |new |Δ |
21+
|:-----------|:--------|:----------|:--|
22+
|websocket |1.4.2 |1.4.3.9000 |* |
23+
|AsioHeaders |1.22.1-2 |1.22.1-2 | |
24+
|cpp11 |0.5.2 |0.5.2 | |
25+
|later |1.4.1 |1.4.1 | |
26+
|R6 |2.6.1 |2.6.1 | |
27+
|Rcpp |1.0.14 |1.0.14 | |
28+
|rlang |1.1.5 |1.1.5 | |
2029

2130
# Revdeps
2231

23-
## All (6)
24-
25-
|package |version |error |warning |note |
26-
|:------------------------------------------|:-------|:-----|:-------|:----|
27-
|[ambiorix](problems.md#ambiorix) |1.0.2 | | |1 |
28-
|[httpuv](problems.md#httpuv) |1.6.1 | | |1 |
29-
|pagedown |0.15 | | | |
30-
|rRofex |2.0.6 | | | |
31-
|[shinyloadtest](problems.md#shinyloadtest) |1.1.0 | | |1 |
32-
|tcsinvest |0.1.1 | | | |
33-

revdep/cran.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages

revdep/problems.md

+1-67
Original file line numberDiff line numberDiff line change
@@ -1,67 +1 @@
1-
# ambiorix
2-
3-
<details>
4-
5-
* Version: 1.0.2
6-
* GitHub: https://github.com/JohnCoene/ambiorix
7-
* Source code: https://github.com/cran/ambiorix
8-
* Date/Publication: 2021-01-27 10:00:07 UTC
9-
* Number of recursive dependencies: 45
10-
11-
Run `revdep_details(, "ambiorix")` for more info
12-
13-
</details>
14-
15-
## In both
16-
17-
* checking dependencies in R code ... NOTE
18-
```
19-
Namespaces in Imports field not imported from:
20-
‘glue’ ‘promises’ ‘websocket’
21-
All declared Imports should be used.
22-
```
23-
24-
# httpuv
25-
26-
<details>
27-
28-
* Version: 1.6.1
29-
* GitHub: https://github.com/rstudio/httpuv
30-
* Source code: https://github.com/cran/httpuv
31-
* Date/Publication: 2021-05-07 04:50:02 UTC
32-
* Number of recursive dependencies: 38
33-
34-
Run `revdep_details(, "httpuv")` for more info
35-
36-
</details>
37-
38-
## In both
39-
40-
* checking for GNU extensions in Makefiles ... NOTE
41-
```
42-
GNU make is a SystemRequirements.
43-
```
44-
45-
# shinyloadtest
46-
47-
<details>
48-
49-
* Version: 1.1.0
50-
* GitHub: https://github.com/rstudio/shinyloadtest
51-
* Source code: https://github.com/cran/shinyloadtest
52-
* Date/Publication: 2021-02-11 14:50:02 UTC
53-
* Number of recursive dependencies: 85
54-
55-
Run `revdep_details(, "shinyloadtest")` for more info
56-
57-
</details>
58-
59-
## In both
60-
61-
* checking dependencies in R code ... NOTE
62-
```
63-
Namespaces in Imports field not imported from:
64-
‘R6’ ‘scales’ ‘websocket’
65-
All declared Imports should be used.
66-
```
67-
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)