Skip to content

Commit 0668a28

Browse files
authored
v1.3.2 release candidate (#184)
1 parent 6ba5693 commit 0668a28

File tree

5 files changed

+4
-160
lines changed

5 files changed

+4
-160
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: later
22
Type: Package
33
Title: Utilities for Scheduling Functions to Execute Later with Event Loops
4-
Version: 1.3.1.9000
4+
Version: 1.3.2
55
Authors@R: c(
66
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@posit.co"),
77
person("Joe", "Cheng", role = c("aut"), email = "joe@posit.co"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# later 1.3.1.9000
1+
# later 1.3.2
22

33
* Fixed `unused variable` compiler warning. (@MichaelChirico, #176)
44

revdep/README.md

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,2 @@
1-
# Platform
2-
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-17 |
14-
15-
# Dependencies
16-
17-
|package |old |new |Δ |
18-
|:-------|:-----|:-----|:--|
19-
|later |1.2.0 |1.3.0 |* |
20-
211
# Revdeps
222

23-
## All (20)
24-
25-
|package |version |error |warning |note |
26-
|:--------------------------------------------|:-------|:-----|:-------|:----|
27-
|blogdown |1.4 | | | |
28-
|coro |1.0.1 | | | |
29-
|fiery |1.1.3 | | | |
30-
|httpgd |1.1.1 | | | |
31-
|[httpuv](problems.md#httpuv) |1.6.1 | | |1 |
32-
|IsoplotRgui |4.1 | | | |
33-
|mapview |2.10.0 | | | |
34-
|pagedown |0.15 | | | |
35-
|plumber |1.1.0 | | | |
36-
|[plumbertableau](problems.md#plumbertableau) |0.1.0 | | |1 |
37-
|pool |0.1.6 | | | |
38-
|promises |1.2.0.1 | | | |
39-
|[Prostar](problems.md#prostar) |1.20.0 |1 | | |
40-
|quarto |1.0 | | | |
41-
|raveio |0.0.4 | | | |
42-
|retry |0.1.0 | | | |
43-
|rRofex |2.0.6 | | | |
44-
|servr |0.23 | | | |
45-
|[shiny](problems.md#shiny) |1.6.0 | | |1 |
46-
|[websocket](problems.md#websocket) |1.4.0 | | |1 |
47-

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 20 reverse dependencies (19 from CRAN + 1 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 24 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

Lines changed: 1 addition & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1 @@
1-
# httpuv
2-
3-
<details>
4-
5-
* Version: 1.6.1
6-
* GitHub: https://github.com/rstudio/httpuv
7-
* Source code: https://github.com/cran/httpuv
8-
* Date/Publication: 2021-05-07 04:50:02 UTC
9-
* Number of recursive dependencies: 38
10-
11-
Run `revdep_details(, "httpuv")` for more info
12-
13-
</details>
14-
15-
## In both
16-
17-
* checking for GNU extensions in Makefiles ... NOTE
18-
```
19-
GNU make is a SystemRequirements.
20-
```
21-
22-
# plumbertableau
23-
24-
<details>
25-
26-
* Version: 0.1.0
27-
* GitHub: https://github.com/rstudio/plumbertableau
28-
* Source code: https://github.com/cran/plumbertableau
29-
* Date/Publication: 2021-08-06 08:00:02 UTC
30-
* Number of recursive dependencies: 62
31-
32-
Run `revdep_details(, "plumbertableau")` for more info
33-
34-
</details>
35-
36-
## In both
37-
38-
* checking dependencies in R code ... NOTE
39-
```
40-
Namespace in Imports field not imported from: ‘glue’
41-
All declared Imports should be used.
42-
```
43-
44-
# Prostar
45-
46-
<details>
47-
48-
* Version: 1.20.0
49-
* GitHub: NA
50-
* Source code: https://github.com/cran/Prostar
51-
* Date/Publication: 2020-04-27
52-
* Number of recursive dependencies: 154
53-
54-
Run `revdep_details(, "Prostar")` for more info
55-
56-
</details>
57-
58-
## In both
59-
60-
* checking package dependencies ... ERROR
61-
```
62-
Package required but not available: ‘DAPAR’
63-
64-
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
65-
manual.
66-
```
67-
68-
# shiny
69-
70-
<details>
71-
72-
* Version: 1.6.0
73-
* GitHub: https://github.com/rstudio/shiny
74-
* Source code: https://github.com/cran/shiny
75-
* Date/Publication: 2021-01-25 21:50:02 UTC
76-
* Number of recursive dependencies: 104
77-
78-
Run `revdep_details(, "shiny")` for more info
79-
80-
</details>
81-
82-
## In both
83-
84-
* checking installed package size ... NOTE
85-
```
86-
installed size is 12.1Mb
87-
sub-directories of 1Mb or more:
88-
R 2.0Mb
89-
www 8.8Mb
90-
```
91-
92-
# websocket
93-
94-
<details>
95-
96-
* Version: 1.4.0
97-
* GitHub: NA
98-
* Source code: https://github.com/cran/websocket
99-
* Date/Publication: 2021-04-23 20:30:02 UTC
100-
* Number of recursive dependencies: 49
101-
102-
Run `revdep_details(, "websocket")` for more info
103-
104-
</details>
105-
106-
## In both
107-
108-
* checking for GNU extensions in Makefiles ... NOTE
109-
```
110-
GNU make is a SystemRequirements.
111-
```
112-
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)