mia icon indicating copy to clipboard operation
mia copied to clipboard

R CMD Check contains NOTES

Open TuomasBorman opened this issue 10 months ago • 3 comments

Hi,

currently check contains NOTES. Especially it seems that syntax of list in roxygen has changed.

  1. Run devtools::check()
  2. List probelmatic things to this issue
  3. Let's discuss what we can do about them. (Everything cannot be solved)
  4. Fix

TuomasBorman avatar Apr 24 '24 15:04 TuomasBorman

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

ake123 avatar Apr 25 '24 10:04 ake123

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

TuomasBorman avatar May 02 '24 08:05 TuomasBorman

The status of this issue?

antagomir avatar Jul 22 '24 18:07 antagomir