Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New org. #107

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main]
pull_request:
branches: [main, master]
branches: [main]

name: R-CMD-check

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main]
pull_request:
branches: [main, master]
branches: [main]
release:
types: [published]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main]
pull_request:
branches: [main, master]
branches: [main]

name: test-coverage

Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Description: 'TidyTuesday' is a project by the 'Data Science Learning
people to analyze and visualize. This package provides the tools to
easily download this data and the description of the source.
License: MIT + file LICENSE
URL: https://thebioengineer.github.io/tidytuesdayR/,
https://github.com/thebioengineer/tidytuesdayR
BugReports: https://github.com/thebioengineer/tidytuesdayR/issues
URL: https://dslc-io.github.io/tidytuesdayR/,
https://github.com/dslc-io/tidytuesdayR
BugReports: https://github.com/dslc-io/tidytuesdayR/issues
Depends:
R (>= 3.4.0)
R (>= 3.5.0)
Imports:
cli,
gh,
Expand Down
6 changes: 3 additions & 3 deletions man/tidytuesdayR-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Ellis Hughes

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/tidytuesdayR)](https://CRAN.R-project.org/package=tidytuesdayR)
[![R build status](https://github.com/thebioengineer/tidytuesdayR/workflows/R-CMD-check/badge.svg)](https://github.com/thebioengineer/tidytuesdayR/actions)
[![R build status](https://github.com/dslc-io/tidytuesdayR/workflows/R-CMD-check/badge.svg)](https://github.com/dslc-io/tidytuesdayR/actions)
[![Coverage
status](https://codecov.io/gh/thebioengineer/tidytuesdayR/branch/master/graph/badge.svg)](https://app.codecov.io/github/thebioengineer/tidytuesdayR?branch=master)
status](https://codecov.io/gh/dslc-io/tidytuesdayR/branch/main/graph/badge.svg)](https://app.codecov.io/github/dslc-io/tidytuesdayR?branch=main)
[![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/tidytuesdayR)](https://cran.r-project.org/package=tidytuesdayR)
[![License:
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![R-CMD-check](https://github.com/thebioengineer/tidytuesdayR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/thebioengineer/tidytuesdayR/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/dslc-io/tidytuesdayR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dslc-io/tidytuesdayR/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

{tidytuesdayR} has the main goal to make it easy to participate in the
Expand All @@ -30,8 +30,8 @@ install.packages("tidytuesdayR")
To get the latest in-development features, install the development version from GitHub:

``` r
#install.packages("remotes")
remotes::install_github("thebioengineer/tidytuesdayR")
#install.packages("pak")
pak::pak("dslc-io/tidytuesdayR")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/fixtures/readme2019.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h2 class="heading-element" dir="auto"><a href="/data/2019">2019</a></h2>
<td align="center"><code>2019-10-15</code></td>
<td align="left"><a href="2019-10-15">Car Fuel Economy</a></td>
<td align="left"><a href="https://www.fueleconomy.gov/feg/download.shtml" rel="nofollow">EPA</a></td>
<td align="left"><a href="https://thebioengineer.github.io/thebioengineer.github.io/2019/09/10/big-mtcars/" rel="nofollow">Ellis Hughes</a></td>
<td align="left"><a href="https://dslc-io.github.io/dslc-io.github.io/2019/09/10/big-mtcars/" rel="nofollow">Ellis Hughes</a></td>
</tr>
<tr>
<td align="center">43</td>
Expand Down
Loading