You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ]`Config/Bioconductor/UnsupportedPlatforms`. Optional. If package designed NOT to work on a specific OS
78
78
-[ ] Use of Remotes is NOT allowed. All packages must be on CRAN/Bioconductor
79
79
@@ -92,7 +92,7 @@ strongly encouraged. Using both Authors@R and Maintainer/Author is not allowed!
92
92
-[ ] Selective imports using `importFrom` instead of *import all* with `import`. Except where appropriate (like class structures and extensions or heavily utilized packages)
93
93
-[ ] Individual functions/methods are exported instead of regular expression matching all.
94
94
-[ ] NAMESPACE and DESCRIPTION Depends/Imports/Suggests/Enhances consistency.
95
-
-[ ] Avoid names of packages, functions, and classes that already exist in Bioconductor infrastrure or could be easily confused
95
+
-[ ] Avoid names of packages, functions, and classes that already exist in Bioconductor infrastructure or could be easily confused
0 commit comments