seankross / postcards

💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Other
534 stars 78 forks source link

rMarkdown error with html self_contained #22

Closed jfsavardenap closed 3 years ago

jfsavardenap commented 3 years ago

I installed your package from github both on Windows 10 and MacOS and I use RStudio. I made sure that all the dependencies are updated and that I have the latest version of pandoc on both computers. I use your default script for each theme and although the theme Jola knit well, I get the following error when trying to knit the default script for the other themes. I tried to fix it, but could not find what is wrong. Thank you in advance for your comments.

Error in rmarkdown::html_document(theme = NULL, self_contained = self_contained, : argument "css" is missing with no default value Calls: ... do.call -> -> get_template ->

seankross commented 3 years ago

The main branch of this package on GitHub is not stable. If you want to install a stable version of this package from GitHub you can with this command:

remotes::install_github("seankross/postcards@0.1.0")