Skip to content

Commit 8406c50

Browse files
committed
update org name to r-lib
1 parent 6a2466f commit 8406c50

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Description: Provides text-based summaries and analysis tools for
99
trees, source context, caller/callee relationships, and memory
1010
allocation breakdowns.
1111
License: MIT + file LICENSE
12-
URL: https://github.com/emilhvitfeldt/debrief, https://emilhvitfeldt.github.io/debrief/
13-
BugReports: https://github.com/emilhvitfeldt/debrief/issues
12+
URL: https://github.com/r-lib/debrief, https://r-lib.github.io/debrief/
13+
BugReports: https://github.com/r-lib/debrief/issues
1414
Suggests:
1515
knitr,
1616
profvis,

README.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# debrief <a href="https://emilhvitfeldt.github.io/debrief/"><img src="man/figures/logo.png" align="right" height="139" alt="debrief website" /></a>
16+
# debrief <a href="https://r-lib.github.io/debrief/"><img src="man/figures/logo.png" align="right" height="139" alt="debrief website" /></a>
1717

1818
<!-- badges: start -->
1919
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
2020
[![CRAN status](https://www.r-pkg.org/badges/version/debrief)](https://CRAN.R-project.org/package=debrief)
21-
[![R-CMD-check](https://github.com/EmilHvitfeldt/debrief/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EmilHvitfeldt/debrief/actions/workflows/R-CMD-check.yaml)
22-
[![Codecov test coverage](https://codecov.io/gh/EmilHvitfeldt/debrief/graph/badge.svg)](https://app.codecov.io/gh/EmilHvitfeldt/debrief)
21+
[![R-CMD-check](https://github.com/r-lib/debrief/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/debrief/actions/workflows/R-CMD-check.yaml)
22+
[![Codecov test coverage](https://codecov.io/gh/r-lib/debrief/graph/badge.svg)](https://app.codecov.io/gh/r-lib/debrief)
2323
<!-- badges: end -->
2424

2525
debrief provides text-based summaries and analysis tools for [profvis](https://rstudio.github.io/profvis/) profiling output. It's designed for terminal workflows and AI agent consumption, offering views including hotspot analysis, call trees, source context, caller/callee relationships, and memory allocation breakdowns.
@@ -30,7 +30,7 @@ You can install the development version of debrief from [GitHub](https://github.
3030

3131
``` r
3232
# install.packages("pak")
33-
pak::pak("emilhvitfeldt/debrief")
33+
pak::pak("r-lib/debrief")
3434
```
3535

3636
## Quick Start

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# debrief <a href="https://emilhvitfeldt.github.io/debrief/"><img src="man/figures/logo.png" align="right" height="139" alt="debrief website" /></a>
4+
# debrief <a href="https://r-lib.github.io/debrief/"><img src="man/figures/logo.png" align="right" height="139" alt="debrief website" /></a>
55

66
<!-- badges: start -->
77

88
[![Lifecycle:
99
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
1010
[![CRAN
1111
status](https://www.r-pkg.org/badges/version/debrief)](https://CRAN.R-project.org/package=debrief)
12-
[![R-CMD-check](https://github.com/EmilHvitfeldt/debrief/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EmilHvitfeldt/debrief/actions/workflows/R-CMD-check.yaml)
12+
[![R-CMD-check](https://github.com/r-lib/debrief/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/debrief/actions/workflows/R-CMD-check.yaml)
1313
[![Codecov test
14-
coverage](https://codecov.io/gh/EmilHvitfeldt/debrief/graph/badge.svg)](https://app.codecov.io/gh/EmilHvitfeldt/debrief)
14+
coverage](https://codecov.io/gh/r-lib/debrief/graph/badge.svg)](https://app.codecov.io/gh/r-lib/debrief)
1515
<!-- badges: end -->
1616

1717
debrief provides text-based summaries and analysis tools for
@@ -27,7 +27,7 @@ You can install the development version of debrief from
2727

2828
``` r
2929
# install.packages("pak")
30-
pak::pak("emilhvitfeldt/debrief")
30+
pak::pak("r-lib/debrief")
3131
```
3232

3333
## Quick Start

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://emilhvitfeldt.github.io/debrief/
1+
url: https://r-lib.github.io/debrief/
22
template:
33
bootstrap: 5
44

man/debrief-package.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)