Skip to content

Commit

Permalink
Update with DOI (Maintenance release)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyginn committed Apr 22, 2019
1 parent 75f2fe7 commit 91e86a5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: qqid
Type: Package
Title: QQIDs - a human-compatible representation of 128-bit numbers
Version: 1.0.0
Date: 2019-04-21
Version: 1.0.1
Date: 2019-04-22
Authors@R: c(
person("Boris", "Steipe",
email = "boris.steipe@utoronto.ca",
Expand Down
2 changes: 1 addition & 1 deletion R/qqid-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#'
#' @references See the
#' \href{http://hyginn.github.io/qqid/}{\code{qqid} README
#' on the Web} for more Details.
#' on the Web} for more Details. \href{https://zenodo.org/record/2648318}{\code{DOI:10.5281/zenodo.2648318}}
#'
#' @seealso \code{\link[qrandom]{qUUID}},
#'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Travis build status](https://travis-ci.org/hyginn/qqid.svg?branch=master)](https://travis-ci.org/hyginn/qqid)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hyginn/qqid?branch=master&svg=true)](https://ci.appveyor.com/project/hyginn/qqid)
[![Coverage status](https://codecov.io/gh/hyginn/qqid/branch/master/graph/badge.svg)](https://codecov.io/github/hyginn/qqid?branch=master)
[![DOI](https://zenodo.org/badge/181088210.svg)](https://zenodo.org/badge/latestdoi/181088210)
[![MIT license](https://raw.github.com/hyginn/qqid/master/inst/img/license-MIT.svg?sanitize=true)](http://opensource.org/licenses/MIT)
[![qqid-home](https://raw.github.com/hyginn/qqid/master/inst/img/bird.carp.7TsBWtwqtKAeCTNk8f.svg?sanitize=true)](https://github.com/hyginn/qqid)

Expand Down
10 changes: 5 additions & 5 deletions dev/mvHTMLpreview2docs.R → dev/cpHTMLpreview2docs.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# mvHTMLpreview2docs.R
# cpHTMLpreview2docs.R

#' mvHTMLpreview2docs
#' cpHTMLpreview2docs
#'
#' \code{mvHTMLpreview2docs} Utility to move a copy of the preview created by
#' \code{cpHTMLpreview2docs} Utility to move a copy of the preview created by
#' \code{pandoc()} to \code{index.html} in the \code{./docs} folder.
#'
#' @section Details: GitHub pages expects \code{index.html} in the \code{./docs}
Expand All @@ -21,11 +21,11 @@
#' @examples
#' \dontrun{
#' # run the function
#' mvHTMLpreview2docs()
#' cpHTMLpreview2docs()
#' }
#'

mvHTMLpreview2docs <- function(targetFile = "./docs/index.html") {
cpHTMLpreview2docs <- function(targetFile = "./docs/index.html") {

pandocDir <- list.files(path = tempdir(),
pattern = "^preview.+\\.dir$",
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ bibentry(bibtype = "Manual",
note = sprintf("R package version %s. %s",
meta$Version,
"Boris Steipe: ORCID 0000-0002-1134-6758"),
doi = "TBD",
url = "TBD")
doi = "DOI: 10.5281/zenodo.2648318",
url = "https://zenodo.org/record/2648318")
2 changes: 1 addition & 1 deletion man/qqid-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91e86a5

Please sign in to comment.