Giter Site home page Giter Site logo

devemf's Introduction

devEMF: EMF Graphics Output Device

devEMF is a R package that provides a graphics device driver that allows R to seamlessly produce EMF and EMF+ vector graphics.

Enhanced Metafile (EMF) and EMF+ were developed by Microsoft, published as open specifications, and are widely supported across platforms and office software suites. EMF+ is a newer format that is encapsulated within an EMF file and allows options such as partial transparency.

See NEWS file for package history; code was transferred from subversion to git in Nov 2022 so git logs are incomplete.

Installation

Install as any R package from CRAN using

install.packages("devEMF")

If you want to install from this git repository, from the directory above this, first build an R package:

R CMD build devEMF

The resulting package will be named devEMF_XXX.tar.gz where XXX is replaced with the current R package version number found in the DESCRIPTION. This file can then be installed as with any local R package installed from source.

Compiling

R will automatically compile the underlying C++ code during installation. On Windows and MacOS there are no additional dependancies. On other systems, some basic dependencies are required to access the font metric information necessary to place text. If Fontconfig is available (perhaps through installing an operating system package called libfontconfig-dev), then devEMF can access font metric information for any installed font; if Fontconfig is not available, devEMF will attempt to use zlib to access font metric information from the 14 core Adobe fonts included in devEMF under inst/.

Bug reports

Developers or users reporting bugs/feature requests shoulds create an issue on github.

devemf's People

Contributors

plfjohnson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.