Skip to content

Commit f3e5616

Browse files
committed
update README
1 parent 63bd86e commit f3e5616

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
77
[![CRAN
88
status](https://www.r-pkg.org/badges/version/rpkgkit)](https://CRAN.R-project.org/package=rpkgkit)
9-
[![R-CMD-check](https://github.com/Exceret/rpkgkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Exceret/rpkgkit/actions/workflows/R-CMD-check.yaml)
9+
[![R-CMD-check](https://github.com/WangLabCSU/rpkgkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/WangLabCSU/rpkgkit/actions/workflows/R-CMD-check.yaml)
1010
[![Codecov test
11-
coverage](https://codecov.io/gh/Exceret/rpkgkit/graph/badge.svg)](https://app.codecov.io/gh/Exceret/rpkgkit)
11+
coverage](https://codecov.io/gh/WangLabCSU/rpkgkit/graph/badge.svg)](https://app.codecov.io/gh/WangLabCSU/rpkgkit)
1212
<!-- badges: end -->
1313

1414
The goal of rpkgkit is to provide useful functions for R package
@@ -31,7 +31,7 @@ Require extra installation:
3131

3232
### Available Standalone Scripts
3333

34-
Use `usethis::use_standalone("Exceret/rpkgkit", "<name>")` to import:
34+
Use `usethis::use_standalone("WangLabCSU/rpkgkit", "<name>")` to import:
3535

3636
- args\_to\_func.R: matching arguments to function calls:
3737

@@ -111,7 +111,7 @@ ts_cli$cli_alert_info("Hello, world!")
111111
### Standalone File Management
112112

113113
- `inquire_standalone()` - List standalone files available in a GitHub
114-
repositorys `R/` directory
114+
repository's `R/` directory
115115

116116
- `browse_standalone()` - Fetch all standalone files from GitHub
117117

@@ -166,7 +166,7 @@ In `R/standalone-foo.R`
166166

167167
```r
168168
# ---
169-
# repo: Exceret/rpkgkit
169+
# repo: WangLabCSU/rpkgkit
170170
# file: standalone-foo.R
171171
# last-updated: 2026-06-02
172172
# license: https://unlicense.org
@@ -182,7 +182,7 @@ In `R/standalone-foo.R`
182182
update_time_in_standalone()
183183

184184
# ---
185-
# repo: Exceret/rpkgkit
185+
# repo: WangLabCSU/rpkgkit
186186
# file: standalone-foo.R
187187
# last-updated: 2026-06-02
188188
# license: https://unlicense.org
@@ -199,7 +199,7 @@ add_changelog_in_standalone("R/standalone-foo.R", "Added foo function")
199199
# ✔ Added changelog entry for "2026-06-02" in 1 file(s).
200200

201201
# ---
202-
# repo: Exceret/rpkgkit
202+
# repo: WangLabCSU/rpkgkit
203203
# file: standalone-foo.R
204204
# last-updated: 2026-06-02
205205
# license: https://unlicense.org

0 commit comments

Comments
 (0)