Closed 7yl4r closed 7 years ago
Ah. Here's the issue. scene_brew == ""
because you can't system.file('site_template/scene.rmd.brew', package='infographiq')
if the package is just loaded and not installed.
The solution would be install it rather than use load_all
, but I can't seem to get that working.
Hey @mhepner90 : Have you installed an R package from a local source before?
I have read through several tutorials using devtools::install()
and devtools::install_local()
but somehow library('infographiq')
is not loading the right code. I am not even sure how that is possible.
So there is a trail of our solution this morning... You need to have the latest version of R as well as have library servr for the package to load.
closed by 49239aa0a242d109500e178a3f487fecc65e5df5
I'm tring to build info_fk so this could be an issue over there or this might be my unfamiliarity with installing R packages, but I'm trying to make sense of this error when trying to run
create_info_site()
:This is after loading infographiq from my local repo using devtools (
> load_all('../infographiq')
).Also uhhh... I think this is the traceback: