CSHS-CWRA / CSHShydRology

Main package
GNU Affero General Public License v3.0
35 stars 39 forks source link

replaced if(class(x) ==, with if(inherits #92

Closed KevinShook closed 2 years ago

KevinShook commented 2 years ago

Description

Changed if (class(x) == to if(inherits because of CRAN complaints

Related Issue

Example