R CMD check

  1. Make sure that your package can be installed by running R CMD check . on your terminal, calling check() in your console or clicking over the Check 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 ✔