Closed trevorld closed 6 years ago
Write .import_beancount, .import_bean, .import_ledger, and .import_hledger that simply calls ledgeR::register on the file. Check with rio maintainers if should be contributed there.
.import_beancount
.import_bean
.import_ledger
.import_hledger
ledgeR::register
https://github.com/leeper/rio/issues/173
Import methods functions written. After submitting to CRAN write a PR to rio to add comments in .import.default to load our package first.
.import.default
https://github.com/leeper/rio/pull/190
Write
.import_beancount
,.import_bean
,.import_ledger
, and.import_hledger
that simply callsledgeR::register
on the file. Check with rio maintainers if should be contributed there.