poissonconsulting / term

An R package to manipulate the names of parameters terms
https://poissonconsulting.github.io/term/
Other
10 stars 1 forks source link

Error when printing term_rcrd() #47

Closed joethorley closed 4 years ago

joethorley commented 4 years ago
library(term)
print(term_rcrd("x[2]"))
#> <term_rcrd[1]>
#> Error: Corrupt rcrd: not a list

Created on 2020-08-28 by the reprex package (v0.3.0)