Oscar de León
Oscar de León
The poster header area is probably the most variable in terms of customization requirements. Several important pieces of information can be included there. Helper functions should be provided to easily...
Units are currently defined as in the ISO 216 standard (i.e. international units, mm) but it is expected that folks customizing print output size could need other units (i.e. inches)...
Getting the right figure size and resolution takes a lot of tweaking around `width`, `dpi` and `poster_width` when `postr::render`ing the print version. Provide helper functions to save images in a...
Include data on ISO 216 standard paper sizes to easily setup poster print size in the YAML header. Reference for paper sizes: https://en.wikipedia.org/wiki/ISO_216
Increase delay to avoid browser loading messages in image, as seen in @c774ace/ouput/poster.png.
Use knitr hooks to place plots in document by calling the R chunk label, instead of having to manually add \ tags.
Read authors from CSV and populate the authors table.
LeanPub seems like a nice platform for publishing, but it seems very limiting for this book since the format they use is not directly compatible with the R workflow heavily...
My workplace is blocking the R SVN server, resulting in an error from `rversions::r_release()` when the code tries to parse the "webpage blocked" message. Found downstream when using `devtools::dev_sitrep()`: ```...