Package: aochelpers 0.1.0.9000

aochelpers: Companion to Advent of Code and Associated Personal Website
Use with advent-of-code-website-template to create a website for Advent of Code solutions. Also includes functions for getting and reading in puzzle input.
Authors:
aochelpers_0.1.0.9000.tar.gz
aochelpers_0.1.0.9000.zip(r-4.7)aochelpers_0.1.0.9000.zip(r-4.6)aochelpers_0.1.0.9000.zip(r-4.5)
aochelpers_0.1.0.9000.tgz(r-4.6-any)aochelpers_0.1.0.9000.tgz(r-4.5-any)
aochelpers_0.1.0.9000.tar.gz(r-4.7-any)aochelpers_0.1.0.9000.tar.gz(r-4.6-any)
aochelpers_0.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
aochelpers/json (API)
NEWS
| # Install 'aochelpers' in R: |
| install.packages('aochelpers', repos = c('https://ellakaye.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ellakaye/aochelpers/issues
Pkgdown/docs site:https://ellakaye.github.io
Last updated from:d4ccd918ee. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 135 | ||
| source / vignettes | OK | 185 | ||
| linux-release-x86_64 | OK | 165 | ||
| macos-release-arm64 | OK | 147 | ||
| macos-oldrel-arm64 | OK | 196 | ||
| windows-devel | OK | 94 | ||
| windows-release | OK | 80 | ||
| windows-oldrel | OK | 74 | ||
| wasm-release | OK | 105 |
Exports:aoc_delete_conclusionaoc_delete_dayaoc_delete_introaoc_delete_yearaoc_get_inputaoc_input_data_frameaoc_input_matrixaoc_input_vectoraoc_new_conclusionaoc_new_dayaoc_new_introaoc_new_postaoc_new_yearaoc_urlaoc_url_inputextract_numbersGCDLCMlines_to_matrixsplit_at_blanks
Dependencies:askpassbitbit64clicliprcpp11crayoncurlgenericsglueherehmshttrjsonlitelifecyclelubridatemagrittrmimeopensslpillarpkgconfigprettyunitsprogressR6readrrlangrprojrootsystibbletidyselecttimechangetzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Delete a conclusion post | aoc_delete_conclusion |
| Delete the directory for a day or year | aoc_delete_day aoc_delete_year |
| Delete an introduction post | aoc_delete_intro |
| Get and save the puzzle input | aoc_get_input |
| Read puzzle input as a data frame | aoc_input_data_frame |
| Read puzzle input as a matrix | aoc_input_matrix |
| Read puzzle input as a vector | aoc_input_vector |
| Create a conclusion post | aoc_new_conclusion |
| Set up a new day | aoc_new_day aoc_new_post |
| Create an introduction post | aoc_new_intro |
| Create directory and files for a new year | aoc_new_year |
| Get URLs from the Advent of Code website | aoc_url aoc_url_input |
| Extract all numbers from a string | extract_numbers |
| Greatest Common Divisor (GCD) and Least Common Multiple (LCM) | GCD LCM |
| Convert vectors to a matrix | lines_to_matrix |
| Split input into groups | split_at_blanks |
