|
| 1 | +# **prefio** 0.1.0 |
| 2 | + |
| 3 | +This submission contains the initial release of **prefio**. |
| 4 | + |
| 5 | +## Addressing comments from previous submission: |
| 6 | + |
| 7 | +``` |
| 8 | +If there are references describing the methods in your package, please |
| 9 | +add these in the description field of your DESCRIPTION file in the form |
| 10 | +authors (year) <doi:...> |
| 11 | +authors (year) <arXiv:...> |
| 12 | +authors (year, ISBN:...) |
| 13 | +or if those are not available: <https:...> |
| 14 | +with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for |
| 15 | +auto-linking. (If you want to add a title as well please put it in |
| 16 | +quotes: "Title") |
| 17 | +``` |
| 18 | + |
| 19 | +I have added one `doi` link to the DESCRIPTION, but there were two references |
| 20 | +in the `.Rd` files. The other reference is for the Netflix Prize, which refers |
| 21 | +only to the data fetched in the `dontrun` example. |
| 22 | + |
| 23 | +## `R CMD check` results |
| 24 | + |
| 25 | +#### GitHub Actions (via `usethis::use_github_action_check_standard()`): |
| 26 | + |
| 27 | +* ✅ macOS (12.6.2 21G320), R==4.2.2 |
| 28 | +* ✅ Windows Server (2022 10.0.20348), R==4.2.2-win |
| 29 | +* ✅ Ubuntu (20.04.2), R==4.1.3 |
| 30 | +* ✅ Ubuntu (20.04.2), R==4.2.2 |
| 31 | +* ✅ Ubuntu (20.04.2), R==devel |
| 32 | + |
| 33 | +`0 errors ✔ | 0 warnings ✔ | 0 notes ✔` |
| 34 | + |
| 35 | +#### Other **Rhub** checks |
| 36 | + |
| 37 | +```R |
| 38 | +rhub::check_for_cran() |
| 39 | +``` |
| 40 | + |
| 41 | +We see three notes: |
| 42 | +* One identifying this as a new submission: |
| 43 | + ``` |
| 44 | + N checking CRAN incoming feasibility |
| 45 | + Maintainer: 'Floyd Everest <me@floydeverest.com>' |
| 46 | +
|
| 47 | + New submission |
| 48 | + ``` |
| 49 | +* Another which is unrelated to prefio: |
| 50 | + ``` |
| 51 | + N checking HTML version of manual |
| 52 | + Skipping checking math rendering: package 'V8' unavailable |
| 53 | + ``` |
| 54 | + |
| 55 | +* The last is related to an [ongoing issue](https://github.com/r-hub/rhub/issues/503) on Rhub: |
| 56 | + ``` |
| 57 | + N checking for detritus in the temp directory |
| 58 | + Found the following files/directories: |
| 59 | + 'lastMiKTeXException' |
| 60 | + ``` |
0 commit comments