Recent Releases of memery

memery - memery 0.6.0 release

  • Documentation updates.
  • Minor code updates and fixes.

- R
Published by leonawicz over 1 year ago

memery - memery 0.5.7 release

  • Added required package alias in documentation.

- R
Published by leonawicz over 2 years ago

memery - memery 0.5.2 release

  • Made meme_gif faster.

- R
Published by leonawicz about 7 years ago

memery - memery 0.5.0 release

  • Added package hex logo.
  • Added the car_shiny function for recreating the (ca)R Shiny promotional anaylst meme animated gif. Given that it is a gif, magick and ImageMagick are required for this function to work.
  • Fixed formatting issues in some of the documentation.
  • Switched some help doc examples to dontrun to avoid generating large images inceasing package size.
  • Updated unit tests.
  • Added lintr to Suggests field in DESCRIPTION per CRAN maintainer request regarding testthat unit tests.

- R
Published by leonawicz about 8 years ago

memery - memery 0.4.2 release

  • Fixed incorrectly specified testthat unit test that was causing build failure on some systems.
  • Minor fix to framerate frame selection options for animated gifs in packaged Shiny demo app.
  • Minor updates to documentation.

- R
Published by leonawicz over 8 years ago

memery - memery 0.4.0 release

  • Update example Shiny app to account for presence/absence of magick package and launch an appropriately configued app in the browser (gif/no gif support and related options).
  • Example app test plot now only generates when app is launched in an R session where there are no ggplot objects in the global environment created by the user. If there are, then the test plot is not made. The test plot is also now only generated within the server environment and not added to the global environment.
  • Added app and animated gif content to introduction vignette.
  • Updated functions, examples and documentation.

- R
Published by leonawicz over 8 years ago

memery - memery 0.3.1 release

  • Updated unit tests. A couple tests requiring installation of other font families are run on Windows and Mac as well as on Linux via Travis-CI where pre-installation of fonts can be ensured. Otherwise these tests are skipped (Other Linux environments as well as Solaris).
  • dplyr packaged removed since it is no longer used (at this time) in examples and tests. This was leading to a NOTE on Mac builds.

- R
Published by leonawicz over 8 years ago

memery - memery 0.3.0 release

  • Breaking changes: updated some arguments for meme and text_position.
  • Attempts to load Impact font on package load or to use any fonts with meme when not installed on the system now fail gracefully, falling back on serif.
  • showtext, showtextdb and sysfonts are now fully loaded ahead of memery.
  • Font sizing adjustments have been made to attempt to maintain as consistent as possible a text display on jpg vs. png outputs. Better anti-aliasing may be achieved using png, particularly regarding the text, though they will be fairly similar.
  • Added introduction vignette content.
  • Added templates to inset_background and inset_position helpers.
  • Added size and margin arguments to inset_position for additional user control of inset templates.
  • Added resource image file for examples and testing.
  • Added unit tests.
  • Minor bug fixes.
  • Update documentation.

- R
Published by leonawicz over 8 years ago