R CMD check
- Make sure that your package can be installed by running
R CMD check .
on your terminal, callingcheck()
in your console or clicking over theCheck
button (Ctrl + Shift + E) of Build menu.
check()
── R CMD check results ───────────────── regexcite 0.0.0.9000 ────
Duration: 58.7s
❯ checking DESCRIPTION meta-information ... WARNING
Non-standard license specification:
`use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Standardizable: FALSE
0 errors ✔ | 1 warning ✖ | 0 notes ✔