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

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

All Time
  • Total Commits: 53
  • Total Committers: 1
  • Avg Commits per committer: 53.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 259 Last month
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