R CMD Check contains NOTES
TuomasBorman opened this issue · 3 comments
TuomasBorman commented
Hi,
currently check contains NOTES. Especially it seems that syntax of list in roxygen has changed.
- Run devtools::check()
- List probelmatic things to this issue
- Let's discuss what we can do about them. (Everything cannot be solved)
- Fix
ake123 commented
Here is the result after running devtools::check()
❯ checking package dependencies ... NOTE
Imports includes 21 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
❯ checking top-level files ... NOTE
Non-standard file/directory found at top level:
‘CONTRIBUTING.md’
❯ checking Rd cross-references ... NOTE
Unknown package ‘https’ in Rd xrefs
TuomasBorman commented
Do you have the latest versions? In addition to those NOTEs that you get, I get also NOTEs about roxygen
See the latest workflow run
https://github.com/microbiome/mia/actions/runs/8849563656/job/24301848155
antagomir commented
The status of this issue?