feat: Add nf-validation plugin

This commit is contained in:
Thomas A. Christensen II 2023-10-18 21:06:48 -05:00
parent 38d779b1dc
commit 21ef25be43
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -150,6 +150,10 @@ env {
R_ENVIRON_USER = "/.Renviron" R_ENVIRON_USER = "/.Renviron"
} }
plugins {
id 'nf-validation'
}
def check_max(obj, type) { def check_max(obj, type) {
if (type == 'memory') { if (type == 'memory') {
try { try {