AleKoure / Rigma

R client to Figma API
https://alekoure.github.io/Rigma
Other
9 stars 2 forks source link

Replace checkmate with rlang's standalone functions #10

Open AleKoure opened 1 year ago

AleKoure commented 1 year ago

Replace the checkmate functions with rlang's standalone type check functions that can be imported with usethis::use_standalone() (and any additional custom check functions wrapping cli::cli_abort() that may be needed)