Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crsh committed Aug 6, 2019
1 parent de99c73 commit f0f65e9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X")),
person("Yihui", "Xie", role = "ctb"),
Expand All @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2018
YEAR: 2019
COPYRIGHT HOLDER: Frederik Aust
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 3 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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`.

0 comments on commit f0f65e9

Please sign in to comment.