From 91e86a50c61eafed991fdf084f286fd3b78e7901 Mon Sep 17 00:00:00 2001 From: hyginn Date: Mon, 22 Apr 2019 01:22:18 -0400 Subject: [PATCH] Update with DOI (Maintenance release) --- DESCRIPTION | 4 ++-- R/qqid-package.R | 2 +- README.md | 1 + dev/{mvHTMLpreview2docs.R => cpHTMLpreview2docs.R} | 10 +++++----- docs/index.html | 4 ++-- inst/CITATION | 4 ++-- man/qqid-package.Rd | 2 +- 7 files changed, 14 insertions(+), 13 deletions(-) rename dev/{mvHTMLpreview2docs.R => cpHTMLpreview2docs.R} (86%) diff --git a/DESCRIPTION b/DESCRIPTION index 24e385b..4b38419 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/R/qqid-package.R b/R/qqid-package.R index c608d45..60c8f21 100644 --- a/R/qqid-package.R +++ b/R/qqid-package.R @@ -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}}, #' diff --git a/README.md b/README.md index b06cdd1..0c13676 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/dev/mvHTMLpreview2docs.R b/dev/cpHTMLpreview2docs.R similarity index 86% rename from dev/mvHTMLpreview2docs.R rename to dev/cpHTMLpreview2docs.R index 0dee43f..ac63dea 100644 --- a/dev/mvHTMLpreview2docs.R +++ b/dev/cpHTMLpreview2docs.R @@ -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} @@ -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$", diff --git a/docs/index.html b/docs/index.html index 06d5c6e..4668bf8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -194,7 +194,7 @@

qqid

-

Travis build status AppVeyor Build Status Coverage status MIT license qqid-home

+

Travis build status AppVeyor Build Status Coverage status DOI MIT license qqid-home

Boris Steipe, Department of Biochemistry and Department of Molecular Genetics, University of Toronto, Canada. <boris.steipe@utoronto.ca>;

@@ -628,7 +628,7 @@

6 Notes

To Do
    -
  • More formats for `qq2 … : e.g. should be able to get a max-integer for set.seed().
  • +
  • More formats for qq2 ... : e.g. should be able to get a max-integer for set.seed().

 

diff --git a/inst/CITATION b/inst/CITATION index 618ed43..7731479 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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") diff --git a/man/qqid-package.Rd b/man/qqid-package.Rd index 1f16af4..87b92fb 100644 --- a/man/qqid-package.Rd +++ b/man/qqid-package.Rd @@ -81,7 +81,7 @@ The string "bird.carp.7TsBWtwqtKAeCTNk8f" is a "QQID": \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}},