NEWS.md
file to track changes to the package.aoc_get()
function which also caches network requests.aoc_init()
function which copies Tan's personal AOC RMarkdown template.aoc_cookie_set()
to aoc_set_cookie()
and kept backwards compat (v0.0.4)aoc_cookie()
- for internal use only, really. aoc_set_author()
and configure parameter (v0.0.5)here::here()
instead of getwd()
because of behaviour inconsistencies. (v0.0.5)aoc_get()
and aoc_init()
will now automatically swap year and day args if
day >= 2015 and year <= 31 (i.e. running aoc_init(2015,3)
will assume you meant
year 2015 and day 3). (v0.0.6)aoc_parse()
to read inputs and automatically parse into a tibble (v0.0.9)aoc_init()
now automatically opens files that already exist when overwrite = FALSE
(v0.0.10)AOC_TEMPLATE
and AOC_OPEN
environment variables to allow user to
provide a custom personal template and configure whether aoc_init()
and aoc_get()
automatically open new pages (v0.0.12)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.