Nan Xiao

Results 62 comments of Nan Xiao

@yufree -good catch! Let me try to find some time this week and fix it.

Yes, I agree! That would be the direction to go. Had this documented in https://github.com/nanxstats/liftr/issues/3 by using `packrat:::fileDependencies` and `packrat:::fileDependencies.Rmd`.

-yes! this can be useful though they'll be simple wrappers. 😃

or try this one (also applies to `require()`, `::`, etc.): ```r sub(".*library\\(\"(.*?)\"\\).*", "\\1", grep("library\\(", readLines("foo.Rmd"), value = TRUE)) ```

Maybe an R function + an RStudio addin for this purpose using the above snippet.

Note to self: `packrat:::fileDependencies` and `packrat:::fileDependencies.Rmd` should be the right way to go.

@davidroberson - thanks for the feedback, this will be implemented. It seems Rabix itself could make this graph, we plan to try this way first. Or, we could also parse...

- add call to `lift()` in `render_docker()` (while still export `lift()`). - maybe `render_docker()` will not call `render()` furthermore; instead, it will call `*_docker` functions based on the `output_format` specified,...

Hi @Bakaniko , -this looks like an exceptional use case! Your project on customized LaTeX templates is really clearly structured. It demonstrates the flexibility of the liftr concept (while the...

@Bakaniko - good point, I realized this almost instantly after I created this package and not sure why I haven't done that yet... Maybe now's a good time. You can...