Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3904856

Browse files
committed
usethis::use_tidy_github_actions()
1 parent1039762 commit3904856

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

‎.github/workflows/R-CMD-check.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:[main, master]
1010
pull_request:
11-
branches:[main, master]
1211

1312
name:R-CMD-check.yaml
1413

‎.github/workflows/pkgdown.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:[main, master]
66
pull_request:
7-
branches:[main, master]
87
release:
98
types:[published]
109
workflow_dispatch:

‎README.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ asciicast::init_knitr_engine(
3131
<!-- badges: start-->
3232
[![lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
3333
[![R build status](https://github.com/r-lib/pkgdepends/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/pkgdepends/actions)
34-
[![Codecov test coverage](https://codecov.io/gh/r-lib/pkgdepends/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/pkgdepends?branch=main)
3534
[![R-CMD-check](https://github.com/r-lib/pkgdepends/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/pkgdepends/actions/workflows/R-CMD-check.yaml)
35+
[![Codecov test coverage](https://codecov.io/gh/r-lib/pkgdepends/graph/badge.svg)](https://app.codecov.io/gh/r-lib/pkgdepends)
3636
<!-- badges: end-->
3737

3838
pkgdepends is a toolkit for package dependencies, downloads and

‎README.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ pkgdepends
1111
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
1212
[![R build
1313
status](https://github.com/r-lib/pkgdepends/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/pkgdepends/actions)
14-
[![Codecov test
15-
coverage](https://codecov.io/gh/r-lib/pkgdepends/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/pkgdepends?branch=main)
1614
[![R-CMD-check](https://github.com/r-lib/pkgdepends/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/pkgdepends/actions/workflows/R-CMD-check.yaml)
15+
[![Codecov test
16+
coverage](https://codecov.io/gh/r-lib/pkgdepends/graph/badge.svg)](https://app.codecov.io/gh/r-lib/pkgdepends)
1717
<!-- badges: end-->
1818

1919
pkgdepends is a toolkit for package dependencies, downloads and
@@ -85,8 +85,8 @@ pd$draw()
8585
```
8686

8787
<picture>
88-
<sourcemedia="(prefers-color-scheme: dark)"srcset="man/figures/README/deps-dark.svg">
89-
<imgsrc="man/figures/README/deps.svg"width="100%" />
88+
<sourcemedia="(prefers-color-scheme: dark)"srcset="/Users/gaborcsardi/works/pkgdepends/man/figures/README/deps-dark.svg">
89+
<imgsrc="/Users/gaborcsardi/works/pkgdepends/man/figures/README/deps.svg"width="100%" />
9090
</picture>
9191

9292
See the
@@ -104,8 +104,8 @@ pdl$download()
104104
```
105105

106106
<picture>
107-
<sourcemedia="(prefers-color-scheme: dark)"srcset="man/figures/README/download-dark.svg">
108-
<imgsrc="man/figures/README/download.svg"width="100%" />
107+
<sourcemedia="(prefers-color-scheme: dark)"srcset="/Users/gaborcsardi/works/pkgdepends/man/figures/README/download-dark.svg">
108+
<imgsrc="/Users/gaborcsardi/works/pkgdepends/man/figures/README/download.svg"width="100%" />
109109
</picture>
110110

111111
See the
@@ -129,8 +129,8 @@ pdi$install()
129129
```
130130

131131
<picture>
132-
<sourcemedia="(prefers-color-scheme: dark)"srcset="man/figures/README/install-dark.svg">
133-
<imgsrc="man/figures/README/install.svg"width="100%" />
132+
<sourcemedia="(prefers-color-scheme: dark)"srcset="/Users/gaborcsardi/works/pkgdepends/man/figures/README/install-dark.svg">
133+
<imgsrc="/Users/gaborcsardi/works/pkgdepends/man/figures/README/install.svg"width="100%" />
134134
</picture>
135135

136136
##Dependency resolution

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp