|
1 |
| -## 2022-07-01: |
2 |
| -* Needed to fix a problem with the Ecfun package that reads a file in Ecdat. |
3 |
| -* Winbuilder was unable to access 11 different URLs with R-devel and 9 with R-release and oldrelease; all "problem URLs" responded fine to a manual check. |
4 |
| -* GitHub Action ran clean on 5 different platforms (Win, maOS, and Ubuntu-release and Ubuntu with oldrel and dev.) |
5 |
| -* Rhub said "OK" |
6 |
| -* Revdepcheck reported no problems. |
7 |
| - |
8 |
| -## 2022-06-13: |
9 |
| -* Revdepcheck found 0 new problems. |
10 |
| -* Tested on GitHub Action: Win-latest (release), macOS-latest (release), ubuntu-20.04 (release, devel, and oldrel-1): All clean. |
11 |
| -* rhub and Winbuilder could not find URLs that I found manually |
12 |
| - and about which other versions did not complain. |
13 |
| - Winbuilder (current) issued 'Warning: <table> attribute "width" not allowed for HTML5'. I asked about this on r-pkg-devel and was told it was a known problem, and I should not worry about it. |
14 |
| - |
15 |
| -* The CRAN check on "r-oldrel-macos-arm64" complained, "checking installed package size ... NOTE: installed size is 5.3Mb; sub-directories of 1Mb or more: data 4.7Mb". I manually read and resaved with different compression options all *.rda files. The "Info" on that data directory now says it is 2,730,913 bytes (3 MB on disk)". I hope this will continue to be accepted. |
16 |
| - |
17 |
| -##2020-11-02 |
18 |
| -* fixed the URL with blanks replaced by "\%20" and checked: This worked. |
19 |
| - |
20 |
| -##2020-10-23: |
21 |
| -* Developed primarily on x86_64-apple-darwin17.0 (64-bit) under: macOS Catalina 10.15.7 |
22 |
| -* Tested on |
23 |
| -* Ubuntu Linux 16.04 LTS, R-release, GCC |
24 |
| -* Fedora Linux, R-devel, clang, gfortran |
25 |
| -* Windows Server 2008 R2 SP1, R-devel, 32/64 bit |
26 |
| -* Winbuilder: x86_64-w64-mingw32 (64-bit) |
27 |
| - |
28 |
| -** ALL complained only about several URLs, which worked for me when I tried them. |
29 |
| - |
30 |
| -* Revdepcheck found 0 new problems. |
31 |
| - |
32 |
| -At |
33 |
| -https://cran.rstudio.com//web/checks/check_results_Ecdat.html |
34 |
| - |
35 |
| -https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-clang/Ecdat-00check.html |
36 |
| - |
37 |
| -says: |
38 |
| -checking Rd cross-references ... NOTE |
39 |
| -Undeclared packages ‘plm’, ‘gdata’, ‘carData’, ‘wooldridge’ in Rd xrefs |
40 |
| - |
41 |
| -I have eliminated all \code{\link[gdata]{...}} references but retained some \code{gdata} references to document changes. I've retained links like \code{\link[plm]{...}} \code{\link[carData]{...}} and \code{\link[wooldridge]{...}} to document other potentially related help pages. I cannot find any documentation that tells me what if anything I should do to differently with these links. |
42 |
| - |
43 |
| - |
44 |
| - |
| 1 | +No errors nor warnings nor substantive notes. |
| 2 | +Tested on R-release on GitHub Action (Windows, Mac, Ubuntu), devtools::check_win_release _devel, _oldrelease, plus rhub. Rhub Fedora Linux, R-devel found 2 possibly invalid URLs that have worked in numerous other tests. Revdep found no problems. 2022-10-13. |
0 commit comments