Error using Validator (library validate) to create rules "Error in x@expr[[1]] : object of type 'symbol' is not subsettable"

myrules<- validator(GA >= GBE,

  •                 `GB` = `GC`,
    
  •                 `GA` = `GB`,
    
  •                 `GC` = `GD`,
    
  •                 `GB` = `GG`,
    
  •                 `GA` = `GH`,
    
  •                 `GA` = `GI`,
    
  •                 `GA` = `GJ`)
    

Error in x@expr[[1]] : object of type 'symbol' is not subsettable

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.