Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.5.6.1 release candidate #412

Merged
merged 2 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@

* `css()` now fully supports setting custom CSS properties (or CSS variables) via inline styles. When the name of a value passed to `css()` starts with `--`, it will be treated as a custom CSS property and absolutely no changes will be made to the variable. For example, `css("--font_size" = "3em")` returns `--font_size:3em;` while `css(font_size = "3em")` will return `font-size:3em`. (#402)

* `tagQuery()` no longer throws an error when attempting to traverse a NULL value with r-devel. (#407)

## Bug fixes

* `{htmltools}` now requires `{rlang}` version 1.0.0 or higher. (#403)

# htmltools 0.5.6.1

## Improvements

* `tagQuery()` no longer throws an error when attempting to traverse a NULL value with r-devel. (#407)

# htmltools 0.5.6

## Possibly breaking changes
Expand Down
32 changes: 17 additions & 15 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Revdeps

## Failed to check (12)
## Failed to check (14)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|grandR |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|package |version |error |warning |note |
|:---------|:-------|:-----|:-------|:----|
|NA |? | | | |
|checkdown |0.0.10 |1 | | |
|NA |? | | | |
|NA |? | | | |
|grandR |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |

7 changes: 4 additions & 3 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## revdepcheck results

We checked 467 reverse dependencies (456 from CRAN + 11 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 479 reverse dependencies (467 from CRAN + 12 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 1 packages
* We failed to check 2 packages

Issues with CRAN packages are summarised below.

### Failed to check

* grandR (NA)
* checkdown (NA)
* grandR (NA)
93 changes: 93 additions & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,64 @@ Run `revdepcheck::cloud_details(, "NA")` for more info



```
# checkdown

<details>

* Version: 0.0.10
* GitHub: https://github.com/agricolamz/checkdown
* Source code: https://github.com/cran/checkdown
* Date/Publication: 2023-09-24 07:10:02 UTC
* Number of recursive dependencies: 33

Run `revdepcheck::cloud_details(, "checkdown")` for more info

</details>

## In both

* checking whether package ‘checkdown’ can be installed ... ERROR
```
Installation failed.
See ‘/tmp/workdir/checkdown/new/checkdown.Rcheck/00install.out’ for details.
```

## Installation

### Devel

```
* installing *source* package ‘checkdown’ ...
** package ‘checkdown’ successfully unpacked and MD5 sums checked
** using staged installation
** R
Error in parse(outFile) :
/tmp/workdir/checkdown/new/checkdown.Rcheck/00_pkg_src/checkdown/R/check_hint.R:38:39: unexpected input
37: hint_text <- hint_text |>
38: markdown::markdownToHTML(text = _
^
ERROR: unable to collate and parse R files for package ‘checkdown’
* removing ‘/tmp/workdir/checkdown/new/checkdown.Rcheck/checkdown’


```
### CRAN

```
* installing *source* package ‘checkdown’ ...
** package ‘checkdown’ successfully unpacked and MD5 sums checked
** using staged installation
** R
Error in parse(outFile) :
/tmp/workdir/checkdown/old/checkdown.Rcheck/00_pkg_src/checkdown/R/check_hint.R:38:39: unexpected input
37: hint_text <- hint_text |>
38: markdown::markdownToHTML(text = _
^
ERROR: unable to collate and parse R files for package ‘checkdown’
* removing ‘/tmp/workdir/checkdown/old/checkdown.Rcheck/checkdown’


```
# NA

Expand Down Expand Up @@ -458,4 +516,39 @@ Run `revdepcheck::cloud_details(, "NA")` for more info



```
# NA

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/NA
* Number of recursive dependencies: 0

Run `revdepcheck::cloud_details(, "NA")` for more info

</details>

## Error before installation

### Devel

```






```
### CRAN

```






```
Loading