diff --git a/DESCRIPTION b/DESCRIPTION index 3c641e8..cd33798 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,8 +4,8 @@ Title: 'RStudio' Add-in to Insert Markdown Citations Description: Functions and an 'RStudio' add-in that search 'Bib(La)TeX'-files or 'Zotero' libraries (via the 'Better BibTeX' plugin) to insert formatted Markdown citations into the current document. -Version: 0.3.0 -Date: 2018-12-18 +Version: 0.3.1 +Date: 2019-08-05 Authors@R: c( person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X")), person("Yihui", "Xie", role = "ctb"), @@ -18,7 +18,6 @@ Depends: R (>= 3.0.0) Imports: RefManageR (>= 0.14.2), - bibtex (>= 0.4.2), yaml (>= 2.1.13), rstudioapi (>= 0.6), miniUI (>= 0.1.1), diff --git a/LICENSE b/LICENSE index 7be155f..874bebb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2018 +YEAR: 2019 COPYRIGHT HOLDER: Frederik Aust diff --git a/NEWS.md b/NEWS.md index e79ca47..6ab2154 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ -# citr 0.3.0.9000 +# citr 0.3.1 -- Improves tidy_bib_file()'s search for reference handles (reported by @Robinlovelace, #48, and @heinonmatti, #49) -- Addin now correctly uses absolut rather than relative paths to update reference files +- Improves `tidy_bib_file()`-search for reference handles (reported by @Robinlovelace, #48, and @heinonmatti, #49) +- Addin now correctly uses absolute rather than relative paths to update reference files # citr 0.3.0 diff --git a/cran-comments.md b/cran-comments.md index 8c0e780..c3989d4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local OS X 10.12.6 install, R 3.5.1 +* local OS X 10.12.6 install, R 3.5.2 * Fedora Linux, R-devel, clang, gfortran (r-hub) * Ubuntu Linux 16.04 LTS, R-release, GCC (r-hub) * Windows Server 2008 R2 SP1, R-devel, 32/64 bit (r-hub) @@ -13,4 +13,5 @@ There were no ERRORs, WARNINGs, or NOTEs. r-hub CRAN check notes "Author field differs from that derived from Authors@R" due to the ORCID id auto-expansion to a URL. ## Downstream dependencies -There are no downstream dependencies. + +`revdepcheck::revdep_check()` reported no problems for `rmd`.