-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0050983
commit 853e029
Showing
4 changed files
with
51 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Workflow derived from https://github.com/r-devel/recheck | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
which: | ||
type: choice | ||
description: Which dependents to check | ||
options: | ||
- strong | ||
- most | ||
|
||
name: r-devel reverse dependency check | ||
|
||
jobs: | ||
revdep_check: | ||
name: Reverse check ${{ inputs.which }} dependents | ||
uses: r-devel/recheck/.github/workflows/recheck.yml@v1 | ||
with: | ||
which: ${{ inputs.which }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:--------------------------------------| | ||
|version |R version 4.3.2 (2023-10-31 ucrt) | | ||
|os |Windows 11 x64 (build 22631) | | ||
|system |x86_64, mingw32 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |Spanish_Spain.utf8 | | ||
|ctype |Spanish_Spain.utf8 | | ||
|tz |Europe/Madrid | | ||
|date |2024-02-05 | | ||
|rstudio |2023.12.1+402 Ocean Storm (desktop) | | ||
|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe | | ||
|field |value | | ||
|:--------|:----------------------------------------| | ||
|version |R version 4.4.1 (2024-06-14 ucrt) | | ||
|os |Windows 11 x64 (build 22631) | | ||
|system |x86_64, mingw32 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |Spanish_Spain.utf8 | | ||
|ctype |Spanish_Spain.utf8 | | ||
|tz |Europe/Madrid | | ||
|date |2024-07-19 | | ||
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) | | ||
|pandoc |3.1.12.2 @ C:\PROGRA~1\Pandoc\pandoc.exe | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-------|:-----|:-----|:--| | ||
|igoR |0.1.5 |0.2.0 |* | | ||
|igoR |0.2.0 |0.2.0 |NA | | ||
|
||
# Revdeps | ||
|