Couple of lints. Depending on how open you're for contributions I would recommend to just run styler::style_pkg() since there is a lot of unformatted code and whitespace.
Updated .Rbuildignore
Updated .gitignore
Use usethis::use_tidy_description()
Add markdown for package
Add missing links in description
Use README.Rmd
Couple of lints (scalar boolean, use fixed in grep when possible, etc.)
Couple of lints. Depending on how open you're for contributions I would recommend to just run
styler::style_pkg()
since there is a lot of unformatted code and whitespace.usethis::use_tidy_description()