Skip to content

Commit

Permalink
Update with revdep results
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jimhester committed Mar 31, 2021
1 parent b7efd59 commit 7a2c48f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 71 deletions.
8 changes: 4 additions & 4 deletions cran-comments.md
Expand Up @@ -7,9 +7,9 @@

0 errors | 0 warnings | 0 notes

## Downstream dependencies
## revdepcheck results

I ran `R CMD check` on all 38 reverse dependencies
(https://github.com/r-lib/remotes/tree/HEAD/revdep).
We checked 53 reverse dependencies (51 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

devtools is affected due to a documentation mismatch with this release. I will release a new version of devtools shortly which addresses that issue.
* We saw 0 new problems
* We failed to check 0 packages
29 changes: 5 additions & 24 deletions revdep/README.md
@@ -1,28 +1,9 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.0 (2020-04-24) |
|os |macOS Catalina 10.15.5 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2020-07-16 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|remotes |2.1.1 |2.1.1.9001 |* |

# Revdeps

## New problems (1)
## Failed to check (2)

|package |version |error |warning |note |
|:--------------------------------|:-------|:-----|:-------|:----|
|[devtools](problems.md#devtools) |2.3.0 | |__+1__ | |
|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|NA |? | | | |
|NA |? | | | |

44 changes: 1 addition & 43 deletions revdep/problems.md
@@ -1,43 +1 @@
# devtools

<details>

* Version: 2.3.0
* Source code: https://github.com/cran/devtools
* URL: https://devtools.r-lib.org/, https://github.com/r-lib/devtools
* BugReports: https://github.com/r-lib/devtools/issues
* Date/Publication: 2020-04-10 23:20:11 UTC
* Number of recursive dependencies: 101

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

</details>

## Newly broken

* checking for code/documentation mismatches ... WARNING
```
...
Mismatches in argument default values:
Name: 'ref' Code: "HEAD" Docs: "master"
install_github
Code: function(repo, ref = "HEAD", subdir = NULL, auth_token =
github_pat(quiet), host = "api.github.com",
dependencies = NA, upgrade = c("default", "ask",
"always", "never"), force = FALSE, quiet = FALSE,
build = TRUE, build_opts = c("--no-resave-data",
"--no-manual", "--no-build-vignettes"), build_manual =
FALSE, build_vignettes = FALSE, repos =
getOption("repos"), type = getOption("pkgType"), ...)
Docs: function(repo, ref = "master", subdir = NULL, auth_token =
github_pat(quiet), host = "api.github.com",
dependencies = NA, upgrade = c("default", "ask",
"always", "never"), force = FALSE, quiet = FALSE,
build = TRUE, build_opts = c("--no-resave-data",
"--no-manual", "--no-build-vignettes"), build_manual =
FALSE, build_vignettes = FALSE, repos =
getOption("repos"), type = getOption("pkgType"), ...)
Mismatches in argument default values:
Name: 'ref' Code: "HEAD" Docs: "master"
```

*Wow, no problems at all. :)*

0 comments on commit 7a2c48f

Please sign in to comment.