Skip to content

Commit

Permalink
v1.3.2 release candidate (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Dec 6, 2023
1 parent 6ba5693 commit 0668a28
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 160 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: later
Type: Package
Title: Utilities for Scheduling Functions to Execute Later with Event Loops
Version: 1.3.1.9000
Version: 1.3.2
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
person("Joe", "Cheng", role = c("aut"), email = "[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# later 1.3.1.9000
# later 1.3.2

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

Expand Down
45 changes: 0 additions & 45 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,2 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.2 (2020-06-22) |
|os |macOS 10.16 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2021-08-17 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|later |1.2.0 |1.3.0 |* |

# Revdeps

## All (20)

|package |version |error |warning |note |
|:--------------------------------------------|:-------|:-----|:-------|:----|
|blogdown |1.4 | | | |
|coro |1.0.1 | | | |
|fiery |1.1.3 | | | |
|httpgd |1.1.1 | | | |
|[httpuv](problems.md#httpuv) |1.6.1 | | |1 |
|IsoplotRgui |4.1 | | | |
|mapview |2.10.0 | | | |
|pagedown |0.15 | | | |
|plumber |1.1.0 | | | |
|[plumbertableau](problems.md#plumbertableau) |0.1.0 | | |1 |
|pool |0.1.6 | | | |
|promises |1.2.0.1 | | | |
|[Prostar](problems.md#prostar) |1.20.0 |1 | | |
|quarto |1.0 | | | |
|raveio |0.0.4 | | | |
|retry |0.1.0 | | | |
|rRofex |2.0.6 | | | |
|servr |0.23 | | | |
|[shiny](problems.md#shiny) |1.6.0 | | |1 |
|[websocket](problems.md#websocket) |1.4.0 | | |1 |

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 20 reverse dependencies (19 from CRAN + 1 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 24 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
113 changes: 1 addition & 112 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,112 +1 @@
# httpuv

<details>

* Version: 1.6.1
* GitHub: https://github.com/rstudio/httpuv
* Source code: https://github.com/cran/httpuv
* Date/Publication: 2021-05-07 04:50:02 UTC
* Number of recursive dependencies: 38

Run `revdep_details(, "httpuv")` for more info

</details>

## In both

* checking for GNU extensions in Makefiles ... NOTE
```
GNU make is a SystemRequirements.
```
# plumbertableau
<details>
* Version: 0.1.0
* GitHub: https://github.com/rstudio/plumbertableau
* Source code: https://github.com/cran/plumbertableau
* Date/Publication: 2021-08-06 08:00:02 UTC
* Number of recursive dependencies: 62
Run `revdep_details(, "plumbertableau")` for more info
</details>
## In both
* checking dependencies in R code ... NOTE
```
Namespace in Imports field not imported from: ‘glue’
All declared Imports should be used.
```
# Prostar
<details>
* Version: 1.20.0
* GitHub: NA
* Source code: https://github.com/cran/Prostar
* Date/Publication: 2020-04-27
* Number of recursive dependencies: 154
Run `revdep_details(, "Prostar")` for more info
</details>
## In both
* checking package dependencies ... ERROR
```
Package required but not available: ‘DAPAR’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
```
# shiny
<details>
* Version: 1.6.0
* GitHub: https://github.com/rstudio/shiny
* Source code: https://github.com/cran/shiny
* Date/Publication: 2021-01-25 21:50:02 UTC
* Number of recursive dependencies: 104
Run `revdep_details(, "shiny")` for more info
</details>
## In both
* checking installed package size ... NOTE
```
installed size is 12.1Mb
sub-directories of 1Mb or more:
R 2.0Mb
www 8.8Mb
```
# websocket
<details>
* Version: 1.4.0
* GitHub: NA
* Source code: https://github.com/cran/websocket
* Date/Publication: 2021-04-23 20:30:02 UTC
* Number of recursive dependencies: 49
Run `revdep_details(, "websocket")` for more info
</details>
## In both
* checking for GNU extensions in Makefiles ... NOTE
```
GNU make is a SystemRequirements.
```
*Wow, no problems at all. :)*

0 comments on commit 0668a28

Please sign in to comment.