-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ report_files/ | |
^pkgdown$ | ||
^CODE_OF_CONDUCT\.md$ | ||
^code_of_conduct\.md$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,7 @@ I have addressed the 2 NOTES in the Check Results page, i.e., | |
* Missing `obj` definition | ||
* `LazyData` is specified without a `data` directory | ||
|
||
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. | ||
|
||
``` | ||
! Warning: README.md:12:13 Moved | ||
[![codecov](https://codecov.io/gh/boxuancui/DataExplorer/graph/badge.svg?token=w8eMGjF8Jw)](https://codecov.io/gh/boxuancui/DataExplorer) | ||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
https://app.codecov.io/gh/boxuancui/DataExplorer | ||
``` | ||
In addition, I have fixed the invalid URL note from the previous submission. | ||
|
||
## Test environments | ||
GitHub Actions: | ||
|
@@ -26,8 +19,6 @@ GitHub Actions: | |
|
||
## R CMD check results | ||
|
||
The only outstanding note is what I described above. | ||
|
||
❯ 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 ✖ | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
## 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 | ||
|