Skip to content

Help needed with olsrr package

4 messages · Ashim Kapoor, Ivan Krylov

#
Dear Eric, Ivan and Rui,

Many thanks for your efforts.

I have posted my query @ https://github.com/rsquaredacademy/olsrr/issues/207

In case I get a reply or if I can figure this one out I will update out here.

Best Regards,
Ashim
On Tue, Aug 22, 2023 at 10:43?PM Rui Barradas <ruipbarradas at sapo.pt> wrote:
#
Dear Eric, Ivan, Rui and others,

I upgraded from 4.3.0 to 4.3.1 and the error disappeared.

Best,
Ashim
On Wed, Aug 23, 2023 at 10:33?AM Ashim Kapoor <ashimkapoor at gmail.com> wrote:
#
Dear all,

I am a little confused now.

I am on Debian 10.
When I  open a terminal, type R and run my code, it runs fine. When I
start Emacs, start an inferior R process using ESS, the error comes
back.

Also when I embed the code in an R markdown file, the error comes back.

What should I do now ?

Best,
Ashim
On Wed, Aug 23, 2023 at 2:21?PM Ashim Kapoor <ashimkapoor at gmail.com> wrote:
#
On Thu, 24 Aug 2023 10:56:00 +0530
Ashim Kapoor <ashimkapoor at gmail.com> wrote:

            
Thankfully, in both of these cases you get an interactive R session.

Compare sessionInfo() outputs.

Use traceback(), options(error = recover) and other tricks described in
help(browser) and the free book The R Inferno [*] to find out (1) which
function is trying to eval(); (2) what is being evaluated (what does
predvars contain?), and (3) what do the environments actually contain
(what is `data`? what is `env`? Use ls(env) if it's an environment)