Ben Bucior

Results 16 comments of Ben Bucior

Another workaround I've been using on the HPC cluster: since I save my CIFs in ./Data, I tend to run something like `module load python; mv Data ../temp-Data; pip install...

Hi Andrew, if you run the `drposter::drposter_update()` command in your project directory, it should re-copy the `drposter_files/` from the installed version of the R package into your local directory (make...

Your CSS looks okay, so I only have a few broad guesses. Are you printing to PDF? Do you need to move things from one column to another (add another...

It would be great if it did that (like an automatic zoom), but unfortunately it only adds additional spacing as it's available, not shrinking content to make room. If you...

I don't know of a way to set it from the yaml header, but you can customize it from the custom.css file or an RMarkdown block: --- custom.css: ``` :root...

In case you hadn't seen it, there's slightly more documentation/example in the [Rmd source code](https://github.com/bbucior/drposter/blob/master/inst/example/poster.Rmd) for the `README`. Admittedly the package can only do simple layouts in its present state...

Hi Jaime, I had never gotten around to implementing that feature, but was able to try out a quick proof-of-concept this evening. In your .Rmd file, after the top yaml...

Awesome. Thanks for the suggestion! Sizing will be a nice option if the logo feature makes its way into the drposter package or a successor. Please see the revised css...

Hi Jaime, I haven't thought of a permanent fix yet. One thing you could try is replacing one of the lines with `` (or another size like 10px to adjust...

It's hard to know exactly without a little bit more info. It's been a while since I've used the template, but I see in the example (and some of the...