summaryrefslogtreecommitdiffstats
path: root/tags/r/r-package-not-arch-all.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/r/r-package-not-arch-all.tag')
-rw-r--r--tags/r/r-package-not-arch-all.tag10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/r/r-package-not-arch-all.tag b/tags/r/r-package-not-arch-all.tag
new file mode 100644
index 0000000..12659a0
--- /dev/null
+++ b/tags/r/r-package-not-arch-all.tag
@@ -0,0 +1,10 @@
+Tag: r-package-not-arch-all
+Severity: warning
+Check: languages/r/architecture
+Explanation: The package for an <code>R</code> language package ships a
+ <code>DESCRIPTION</code> file that states <code>NeedsCompilation: No</code>
+ but is not marked <code>Architecture: all</code>.
+ .
+ The package does not require compilation and should be
+ architecture-independent.
+See-Also: https://cran.r-project.org/doc/manuals/r-devel/R-exts.html