Christophe Dervieux
Christophe Dervieux
> > > Thanks @gaborcsardi, good point. Let's keep `commits()` as it is now and add a wrapper `last_commit()` to `commits(n=1)[[1]]` Would it still be consider to add a `last_commit`...
Oh sorry. I did not see that. 😔 Looking for this I found this thread and not comment about it being implemented. I should have looked better. 😓 Thanks.
It would be helpful to have a way to configure credential method for a whole session without passing credential to each function. Something like an option maybe. `options(git2r.credentials)` that we...
Thanks ! And yes a lightweight tag would be better. It is was we use most often : a tag name with no message. It is what I expected `git2r::tag()`...
This is working as expected. There is no more error. ```r d> tag_name git2r::tag(name = tag_name) d> git2r::tag(name = "testnovariable") d> git2r::tag(name = "emptymessage", message = "") d> tag_name2 git2r::tag(name...
I have commented in the other issue but writing here the main why I think this happens. In the `knit_print` method in this package internal **knitr** function are used to...
I think it is not as usual to show image in inline code and that is why knitr mechanism for auto naming file from figures created by R does not...
On related note, I opened issues on the TinyTeX faq in https://github.com/rbind/yihui Is the faq living there as I expect ? https://github.com/rbind/yihui/blob/master/content/tinytex/faq.md Should I PR stuff in this repo ?
Great ! thanks for the confirmation :) I'll do that.
Can you try to see if there is something left in the folder ? ```` tinytex::tinytex_root() ```` Should be pointing into `%APPDATA%/TinyTeX`, a path that you should be able to...