sportsdataverse / sportyR

R package for drawing regulation playing surfaces for several sports
https://sportyR.sportsdataverse.org
GNU General Public License v3.0
103 stars 7 forks source link

Remove roxygen2 in Suggests #31

Closed olivroy closed 10 months ago

olivroy commented 10 months ago

Hi roxygen2 is not a runtime dependency. It means you don't need it in Suggests.

You declare your dependency on roxygen2 with the roxygenNote field.

https://roxygen2.r-lib.org/articles/roxygen2.html

See https://r-pkgs.org/man.html for reference too

The Maintainer field is irrelevant too as all info is in Authors@R :)

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sporty-r ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2023 1:07pm
sweep-ai[bot] commented 10 months ago

Apply Sweep Rules to your PR?

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (50153a4) 99.90% compared to head (6c05b82) 99.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ======================================= Coverage 99.90% 99.90% ======================================= Files 25 25 Lines 8410 8410 ======================================= Hits 8402 8402 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.