devEMF

R package to produce EMF and EMF+ vector graphics

https://github.com/plfjohnson/devemf

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R package to produce EMF and EMF+ vector graphics

Basic Info
  • Host: GitHub
  • Owner: plfjohnson
  • Language: C++
  • Default Branch: main
  • Homepage:
  • Size: 504 KB
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 7
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

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 r 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.

Owner

  • Name: Philip Johnson
  • Login: plfjohnson
  • Kind: user
  • Company: University of Maryland, Dept of Biology

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 3
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 1
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 3
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 19
  • Total Committers: 2
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.053
Past Year
  • Commits: 19
  • Committers: 2
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.053
Top Committers
Name Email Commits
Philip Johnson p****j@u****u 18
Philip Johnson 1****n 1
Committer Domains (Top 20 + Academic)
umd.edu: 1

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 4
  • Total pull requests: 0
  • Average time to close issues: 16 days
  • Average time to close pull requests: N/A
  • Total issue authors: 4
  • Total pull request authors: 0
  • Average comments per issue: 5.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 0
  • Average time to close issues: 16 days
  • Average time to close pull requests: N/A
  • Issue authors: 4
  • Pull request authors: 0
  • Average comments per issue: 5.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • balthasars (1)
  • barracuda156 (1)
  • ko-ichi-h (1)
  • davben (1)
  • awpsoras (1)
  • andrewjyee (1)
  • kushun-830 (1)
Pull Request Authors
  • kalibera (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 6,840 last-month
  • Total docker downloads: 62
  • Total dependent packages: 12
  • Total dependent repositories: 19
  • Total versions: 32
  • Total maintainers: 1
cran.r-project.org: devEMF

EMF Graphics Output Device

  • Versions: 32
  • Dependent Packages: 12
  • Dependent Repositories: 19
  • Downloads: 6,840 Last month
  • Docker Downloads: 62
Rankings
Dependent packages count: 4.6%
Downloads: 5.4%
Dependent repos count: 6.5%
Average: 14.5%
Forks count: 21.0%
Stargazers count: 23.6%
Docker downloads count: 25.8%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10.1 depends