Basic-Excel-R-Toolkit icon indicating copy to clipboard operation
Basic-Excel-R-Toolkit copied to clipboard

BERT 2.2.1 Error: object 'BERT.version' not found

Open PGS62 opened this issue 6 years ago • 2 comments

Hi Duncan

Small problem with BERT 2.2.1 is that the BERT.version list does not load at startup, which makes it not so easy to test what version of BERT is installed. Fixing that in the next release would be handy - or is there a different way to establish what version is loaded?

Thanks

Philip

2018-03-30

PGS62 avatar Mar 30 '18 09:03 PGS62

That was an oversight, I'll get it in the next build.

duncanwerner avatar Mar 30 '18 12:03 duncanwerner

If you need it now, you can get it out of the environment -- but this returns a string.

> Sys.getenv("BERT_VERSION")
[1] "2.2.1"

duncanwerner avatar Mar 30 '18 13:03 duncanwerner