patchDVI
Science Score: 13.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: dmurdoch
- Language: R
- Default Branch: main
- Homepage: https://dmurdoch.github.io/patchDVI/
- Size: 5.19 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created over 3 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# patchDVI
The main goal of patchDVI is to support previewer forward and reverse
search between Sweave, knitr or R Markdown
source and .dvi, .pdf or .html output.
It also contains
project management functions, to make it more convenient to build
large documents from multiple source files, and supports editing
of Sweave, knitr or R Markdown source in [TeXworks](https://tug.org/texworks/), [TeXShop](https://pages.uoregon.edu/koch/texshop/) and other
editors.
This project was originally hosted on R-forge; see
https://r-forge.r-project.org/projects/sweavesearch/
for older versions.
## Installation
This version of `patchDVI` optionally makes use of `RmdConcord`, a
package to support concordances in R Markdown documents. You can install
the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("dmurdoch/patchDVI", dependencies = TRUE)
```
The CRAN version is installed with
``` r
install.packages("patchDVI", dependencies = TRUE)
```
## Usage
See the [`patchDVI` vignette](https://dmurdoch.github.io/patchDVI/articles/patchDVI.html) for usage details.
## Japanese language support
`patchDVI` has support for `uplatex` and `dvipdfmx`
to allow use of `Sweave` or `knitr` with Japanese language
documents.
Owner
- Login: dmurdoch
- Kind: user
- Repositories: 199
- Profile: https://github.com/dmurdoch
GitHub Events
Total
- Release event: 1
- Delete event: 2
- Push event: 15
- Pull request event: 6
- Create event: 4
Last Year
- Release event: 1
- Delete event: 2
- Push event: 15
- Pull request event: 6
- Create event: 4
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Duncan Murdoch | m****n@g****m | 53 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 14
- Average time to close issues: N/A
- Average time to close pull requests: about 1 hour
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 32 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dmurdoch (18)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 259 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: patchDVI
Package to Patch '.dvi' or '.synctex' Files
- Homepage: https://github.com/dmurdoch/patchDVI
- Documentation: http://cran.r-project.org/web/packages/patchDVI/patchDVI.pdf
- License: GPL-2
-
Latest release: 1.11.3
published over 1 year ago
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 32.8%
Downloads: 34.6%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- r-lib/actions/setup-tinytex v2 composite
.github/workflows/R-CMD-fullcheck.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
.github/workflows/R-CMD-nosoft-check.yml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 3.3.0 depends
- tools * imports
- utils * imports
- backports * suggests
- knitr * suggests
- rmarkdown * suggests