Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @cderv,
Sorry for the time it took me to send this PR to update the old PR (#348) but it was a really busy month.
Now, the
trackdown
package is on CRAN (link). I have updated the information to install the package.Note that I had to update the version of other packages as well because they are
trackdown
dependencies. In particular,Moreover, regarding the issue on
write_bib()
(knitr/issues/2028), the url is still missing from the reference because:install.packages()
. This happens automatically probably for some default settings. As a consequence, the following code is not evaluatedhttps://github.com/yihui/knitr/blob/d65b9239804163b693cbfa4b774980f3b7d1fecd/R/citation.R#L75-L80
knitr
to the development version, the code below will process the first url but the url is still set innote =
and not inurl =
(as you already pointed out link). The note field is not printed in the reference.https://github.com/yihui/knitr/blob/d65b9239804163b693cbfa4b774980f3b7d1fecd/R/citation.R#L102-L105
In the PR I did not updated
knitr
to the development version to avoid installing through GitHub. Let me know if you prefer I update it.Thanks for your work!