Adam Fleischhacker

Results 22 comments of Adam Fleischhacker

Alright, I can embrace the challenge of debugging this, but I need a hint. Using `fig.margin = TRUE`, but WITHOUT the chunk option of `fig.align = "center"` in the `.rmd`...

I never got it to work as above. I chose to center all images by default. To do this, I created a file called `center.css` in the directory of my...

Wow. That is fast service. My Julia install is very new and I do not have many packages installed. Here is `] status Javis`: ``` Status `C:\Users\ajf\.julia\environments\v1.5\Project.toml` [78b212ba] Javis v0.4.0...

I still have my terminal open and can go back through my history. When I installed Javis, it looks like ImageIO gets installed. Here is the relevant section of my...

I uninstalled `ImageIO` and `Javis`. Reinstalled only Javis. Left out the `using Luxor` and no problem - it works fine. I then added the `using Luxor` back in and the...

I am a little skeptical of the superpackage approach. Here is why. My goal as a user of these packages is to make images and animations to convey ideas ......

Thx for the quick reply and the consideration. I am coming from rstats tidyverse where it seems everything is conceptually so much easier to accomplish than their counterparts in Julia;...

Great! Please know that I am not clear on the "transforms" issue above, so can't comment on that. That being said, identical functionality to `groupby` sounds good to me.

Is there something more that needs to be done other than running: `remotes::install_github("mitchelloharawild/vitae")` I had an awesomeCV that was working and now it is not. I get the `! LaTeX...

This is reproducible using posit cloud. Run these two lines: ``` install.packages("remotes") remotes::install_github("mitchelloharawild/vitae") ``` Then start a vitae from R Markdown template and once knitted, the `missing \item` error appears....