Skip to content

Commit 8bb9e87

Browse files
authored
Merge pull request #41 from cmu-delphi/lcb/fix-some-remaining-references-to-old-repo-and-pkg-names
Fix some remaining references to old repo&pkg names
2 parents a06a5f2 + 4c11b3a commit 8bb9e87

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Authors@R: as.person(c(
1111
"Ryan Tibshirani <[email protected]> [aut]",
1212
"Samuel Gratzl <[email protected]> [aut]"
1313
))
14-
URL: https://github.com/cmu-delphi/delphi-epidata-r
15-
BugReports: https://github.com/cmu-delphi/delphi-epidata-r/issues
14+
URL: https://github.com/cmu-delphi/epidatr
15+
BugReports: https://github.com/cmu-delphi/epidatr/issues
1616
Description: R Client for Delphi's Epidata API. Tools for fetching data in various forms.
1717
Depends: R (>= 3.5.0)
1818
License: MIT + file LICENSE

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# delphi-epidata 1.0.0
1+
# epidatr 1.0.0

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ devtools::check() # check package for errors
3939

4040
The release consists of multiple steps which can be all done via the GitHub website:
4141

42-
1. Go to [create_release GitHub Action](https://github.com/cmu-delphi/delphi-epidata-r/actions/workflows/create_release.yml) and click the `Run workflow` button. Enter the next version number or one of the magic keywords (patch, minor, major) and hit the green `Run workflow` button.
43-
1. The action will prepare a new release and will end up with a new [Pull Request](https://github.com/cmu-delphi/delphi-epidata-r/pulls)
42+
1. Go to [create_release GitHub Action](https://github.com/cmu-delphi/epidatr/actions/workflows/create_release.yml) and click the `Run workflow` button. Enter the next version number or one of the magic keywords (patch, minor, major) and hit the green `Run workflow` button.
43+
1. The action will prepare a new release and will end up with a new [Pull Request](https://github.com/cmu-delphi/epidatr/pulls)
4444
1. Let the code owner review the PR and its changes and let the CI check whether everything builds successfully
4545
1. Once approved and merged, another GitHub action job starts which automatically will
4646
1. create a git tag
47-
1. create another [Pull Request](https://github.com/cmu-delphi/delphi-epidata-r/pulls) to merge the changes back to the `dev` branch
48-
1. create a [GitHub release](https://github.com/cmu-delphi/delphi-epidata-r/releases) with automatically derived release notes
47+
1. create another [Pull Request](https://github.com/cmu-delphi/epidatr/pulls) to merge the changes back to the `dev` branch
48+
1. create a [GitHub release](https://github.com/cmu-delphi/epidatr/releases) with automatically derived release notes
4949
1. Done
5050

5151
TODO release to CRAN
5252

5353
[mit-image]: https://img.shields.io/badge/License-MIT-yellow.svg
5454
[mit-url]: https://opensource.org/licenses/MIT
55-
[github-actions-image]: https://github.com/cmu-delphi/delphi-epidata-r/workflows/ci/badge.svg
56-
[github-actions-url]: https://github.com/cmu-delphi/delphi-epidata-r/actions
55+
[github-actions-image]: https://github.com/cmu-delphi/epidatr/workflows/ci/badge.svg
56+
[github-actions-url]: https://github.com/cmu-delphi/epidatr/actions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)