-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
44 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
Package: citr | ||
Type: Package | ||
Title: RStudio Add-in to Insert Markdown Citations | ||
Description: Functions and an RStudio add-in that search a BibTeX-file to create and | ||
Title: 'RStudio' Add-in to Insert Markdown Citations | ||
Description: Functions and an 'RStudio' add-in that search a 'BibTeX'-file to create and | ||
insert formatted Markdown citations into the current document. | ||
Version: 0.1.0.9029 | ||
Date: 2016-8-03 | ||
Authors@R: person("Frederik", "Aust", email = "[email protected]", role = c("aut", "cre")) | ||
Version: 0.2.0 | ||
Date: 2016-9-20 | ||
Authors@R: c( | ||
person("Frederik", "Aust", email = "[email protected]", role = c("aut", "cre")), | ||
person("Yihui", "Xie", role = "ctb") | ||
) | ||
URL: https://github.com/crsh/citr | ||
BugReports: https://github.com/crsh/citr/issues | ||
Depends: | ||
R (>= 3.0.0) | ||
Imports: | ||
RefManageR (>= 0.10.13), | ||
RefManageR (>= 0.11.0), | ||
yaml (>= 2.1.13), | ||
rstudioapi (>= 0.5), | ||
rstudioapi (>= 0.6), | ||
miniUI (>= 0.1.1), | ||
shiny (>= 0.13.2), | ||
assertthat (>= 0.1), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# citr 0.2.0 | ||
|
||
- Zotero/Juris-M library can now be accessed directly via the Better Bib(La)TeX extension (https://github.com/retorquere/zotero-better-bibtex). The document's bibliography file is updated accordingly. See `?insert_citation`. | ||
- bibliography entries are no longer checked for missing fields (suggested by @awmercer, #8) | ||
- If the current document is a child (i.e., included in a larger R Markdown document) the parent file is searched for bibliography paths (suggested and contributed to by @yihui, #7, #10) | ||
- References in addin selection and inserted markdown citations are ordered alphabetically | ||
|
||
# citr 0.1.0 | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,15 @@ | |
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs but 1 NOTE: | ||
There were no ERRORs or WARNINGs but one NOTE: | ||
|
||
> Maintainer: 'Frederik Aust <[email protected]>' | ||
> New submission | ||
> License components with restrictions and base license permitting such: | ||
> MIT + file LICENSE | ||
> File 'LICENSE': | ||
> YEAR: 2016 | ||
> COPYRIGHT HOLDER: Frederik Aust | ||
> Possibly mis-spelled words in DESCRIPTION: | ||
> BibTeX (4:58) | ||
> RStudio (3:8, 4:31) | ||
Both spellings are customary. | ||
Maintainer: 'Frederik Aust <[email protected]>' | ||
|
||
License components with restrictions and base license permitting such: | ||
MIT + file LICENSE | ||
File 'LICENSE': | ||
YEAR: 2016 | ||
COPYRIGHT HOLDER: Frederik Aust | ||
|
||
## Downstream dependencies | ||
There are no downstream dependencies. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.