Skip to content

Commit c81a84d

Browse files
update details and file for shared library bib export location as per NewGraphEnvironment/onboarding#108
1 parent 288bdca commit c81a84d

File tree

3 files changed

+488
-71
lines changed

3 files changed

+488
-71
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ as inline references wrap calls to `pandoc` so that needs to be installed. If yo
2626

2727
This package deals with a few problems as follows:
2828

29+
- Provides a central place for us to keep an up to date `NewGraphEnvironment.bib` file representing our shared library. Can be found here `path_bib <- system.file("extdata", "NewGraphEnvironment.bib", package = "xciter")`
2930
- Identify all citation keys in documents and confirm their presence in a specified .bib file.
3031
- Highlight citation keys that do not match and suggest the closest matching keys from the .bib file.
3132
- Provide workarounds for citation handling in interactive tables [(DT)](https://github.com/rstudio/DT) and other HTML

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ have it already.
1818

1919
This package deals with a few problems as follows:
2020

21+
- Provides a central place for us to keep an up to date
22+
`NewGraphEnvironment.bib` file representing our shared library. Can be
23+
found here
24+
`path_bib <- system.file("extdata", "NewGraphEnvironment.bib", package = "xciter")`
2125
- Identify all citation keys in documents and confirm their presence in
2226
a specified .bib file.
2327
- Highlight citation keys that do not match and suggest the closest

0 commit comments

Comments
 (0)