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
Repository
R package to produce EMF and EMF+ vector graphics
Statistics
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 7
Metadata Files
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
- Repositories: 1
- Profile: https://github.com/plfjohnson
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
Top Committers
| Name | Commits | |
|---|---|---|
| Philip Johnson | p****j@u****u | 18 |
| Philip Johnson | 1****n | 1 |
Committer Domains (Top 20 + Academic)
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
- Homepage: https://github.com/plfjohnson/devEMF
- Documentation: http://cran.r-project.org/web/packages/devEMF/devEMF.pdf
- License: GPL-3
-
Latest release: 4.5-1
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.10.1 depends