You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running render.R als source works perfect. But if I try to run it as a "source as local job" it will stop with the following error:
Quitting from lines 16-21 (test.Rmd)
Fehler in eval(x$call$data, environment(x$call$formula)) :
Objekt 'tips' nicht gefunden
Ruft auf: sourceWithProgress ... plotModel.default -> plotModel -> parseModel -> eval -> eval
Ausführung angehalten
Does anybody have a clue why this error occurs? - Is it a mosaic or a Rstudio issue? - Any help would by welcome.
Thanks ins advance
Yours
Norman
The text was updated successfully, but these errors were encountered:
NMarkgraf
changed the title
Sorry to disturb you (problems with plotModel unter RStudio Source as local job)
Sorry to disturb you (problems to run "plotModel" under RStudio "Source as Local Job")
Feb 28, 2021
I discovered last week a very odd interaction between {mosaic}, {dagitty}, and {knitr}. The following knits fine, but
commenting out the second line leads to "object of type closure is not subsettable".
library(dagitty)
dagitty("dag{}") # error if this line is removed.
library(mosaic)
dagitty("dag{A -> B -> C}")
I've also seen some inconsistencies between console and knitting documents.
Hi!
I run into trouble when I generate a R markdown via a R script using the RStudio feature "Source as a Local Job".
I got the following to peaces of code:
render.R
:test.Rmd
:(Spaces inserted for better display here!)
Running render.R als source works perfect. But if I try to run it as a "source as local job" it will stop with the following error:
Does anybody have a clue why this error occurs? - Is it a mosaic or a Rstudio issue? - Any help would by welcome.
Thanks ins advance
Yours
Norman
The text was updated successfully, but these errors were encountered: