Skip to content

Commit 5c0fc3d

Browse files
committed
Fix invalid URL issue
1 parent da4a828 commit 5c0fc3d

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ report_files/
1818
^pkgdown$
1919
^CODE_OF_CONDUCT\.md$
2020
^code_of_conduct\.md$
21+
^CRAN-SUBMISSION$

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ knitr::opts_chunk$set(
2424
[![Total Downloads](http://cranlogs.r-pkg.org/badges/grand-total/DataExplorer)](https://cran.r-project.org/package=DataExplorer)
2525
[![GitHub Stars](https://img.shields.io/github/stars/boxuancui/DataExplorer.svg?style=social)](https://github.com/boxuancui/DataExplorer)
2626
[![R-CMD-check](https://github.com/boxuancui/DataExplorer/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/boxuancui/DataExplorer/actions/workflows/check-standard.yaml)
27-
[![codecov](https://codecov.io/gh/boxuancui/DataExplorer/graph/badge.svg?token=w8eMGjF8Jw)](https://codecov.io/gh/boxuancui/DataExplorer)
27+
[![codecov](https://codecov.io/gh/boxuancui/DataExplorer/graph/badge.svg?token=w8eMGjF8Jw)](https://app.codecov.io/gh/boxuancui/DataExplorer)
2828
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2053/badge)](https://bestpractices.coreinfrastructure.org/projects/2053)
2929
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](http://boxuancui.github.io/DataExplorer/code_of_conduct.html)
3030

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Downloads](http://cranlogs.r-pkg.org/badges/grand-total/DataExplorer)](https://c
99
[![GitHub
1010
Stars](https://img.shields.io/github/stars/boxuancui/DataExplorer.svg?style=social)](https://github.com/boxuancui/DataExplorer)
1111
[![R-CMD-check](https://github.com/boxuancui/DataExplorer/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/boxuancui/DataExplorer/actions/workflows/check-standard.yaml)
12-
[![codecov](https://codecov.io/gh/boxuancui/DataExplorer/graph/badge.svg?token=w8eMGjF8Jw)](https://codecov.io/gh/boxuancui/DataExplorer)
12+
[![codecov](https://codecov.io/gh/boxuancui/DataExplorer/graph/badge.svg?token=w8eMGjF8Jw)](https://app.codecov.io/gh/boxuancui/DataExplorer)
1313
[![CII Best
1414
Practices](https://bestpractices.coreinfrastructure.org/projects/2053/badge)](https://bestpractices.coreinfrastructure.org/projects/2053)
1515
[![Contributor

cran-comments.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ I have addressed the 2 NOTES in the Check Results page, i.e.,
44
* Missing `obj` definition
55
* `LazyData` is specified without a `data` directory
66

7-
In addition, I am getting the following warning regarding Codecov.io. I copied them directly from the official page and tested them. My original URL is working fine and the suggested badge URL is not working. I am not sure what the problem is, so please advise on how to address it.
8-
9-
```
10-
! Warning: README.md:12:13 Moved
11-
[![codecov](https://codecov.io/gh/boxuancui/DataExplorer/graph/badge.svg?token=w8eMGjF8Jw)](https://codecov.io/gh/boxuancui/DataExplorer)
12-
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13-
https://app.codecov.io/gh/boxuancui/DataExplorer
14-
```
7+
In addition, I have fixed the invalid URL note from the previous submission.
158

169
## Test environments
1710
GitHub Actions:
@@ -26,8 +19,6 @@ GitHub Actions:
2619

2720
## R CMD check results
2821

29-
The only outstanding note is what I described above.
30-
31-
❯ checking CRAN incoming feasibility ... [6s/49s] NOTE Maintainer: ‘Boxuan Cui <[email protected]> Found the following (possibly) invalid URLs: URL: https://codecov.io/gh/boxuancui/DataExplorer (moved to https://app.codecov.io/gh/boxuancui/DataExplorer) From: README.md Status: 200 Message: OK 0 errors ✔ | 0 warnings ✔ | 1 note ✖
22+
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
3223

3324
## revdepcheck resultsWe checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages

0 commit comments

Comments
 (0)