Yangzhuoran Fin Yang

Results 13 comments of Yangzhuoran Fin Yang

I had this issue yesterday. I suspect it has more problem with the forecast (the method in fable, not the package) than the fitting because ETS took 2 hours to...

This issue is introduced in `v0.5.4`, and more specifically 738a98ce68f822fd8a5d3d0baa61a11acecd36ba. It is introduced into each template separately. For example, in `awesomecv` it is this line: https://github.com/mitchelloharawild/vitae/blob/738a98ce68f822fd8a5d3d0baa61a11acecd36ba/inst/rmarkdown/templates/awesomecv/resources/awesome-cv.tex#L156 with this `\begin{list}` and...

I am having this issue with pandoc `v3.1.11.1`.

Yes. Sorry, I realised I should provide more information but my issue is exactly as described in the earlier posts so I didn't think of anything to add. The problem...

It doesn't... as far as I can tell. Even the title in the pdf metadata comes from `title-plain` and not `hypersetup`. As long as the journal is ok with it,...

Do people get to vote on it ;)? I like options A and B - isn't it possible to implement both of them (or A and C for that matter)...

I agree with @daniGiro in saying that reconciliation should be independent of the models. When I first read how `fable` implement reconciliation (the current interface), I thought `reconcile` coming before...

My current workaround: 1. Open the keyboard shortcut file by choosing "Open Keyboard Shortcuts (JSON)" from the Command Palette. 2. Add the following keybinding to the end of the list:...

To fix overlapping lines, remove `awesome-cv.cls` from the directory if it was generated before f1986fd886e57cdfe44ee34b4313a791b1ef29a6, then knit using the development version of the package (at least after f1986fd886e57cdfe44ee34b4313a791b1ef29a6). `awesome-cv.cls` is...

Possibly related to #2786. This is a serious issue for me. I often write long pipelines using tools like [`targets`](https://docs.ropensci.org/targets/), and the ability to go into a function to explore...