hrbrpkghelpr::global_opts()
hrbrpkghelpr::stinking_badges()
hrbrpkghelpr::yank_title_and_description()
reticulate so a working Python 3 implementation is needed. Consider setting RETICULATE_PYTHON to a valid, working Python 3 installation if this package is not working for you.The following functions are implemented:
hrbrpkghelpr::describe_ingredients()
hrbrpkghelpr::install_block()
library(mactheknife) # current verison packageVersion("mactheknife")
mdls infores <- mdls(list.files(here::here("R"), full.names = TRUE)) res dplyr::glimpse(res)
kernel_state()
.DS_Store exampleUsing built-in data
read_dsstore( path = system.file("extdat", "DS_Store.ctf", package = "mactheknife") )
A URL I should not have let a .DS_Store file lying around in
read_dsstore("https://rud.is/books/21-recipes/.DS_Store")
.DS_StoresA larger example using my "~/projects" folder (use your own dir as an example).
library(magrittr) list.files( path = "~/projects", pattern = "\\.DS_Store", all.files = TRUE, recursive = TRUE, full.names = TRUE ) %>% lapply(read_dsstore) -> x str(x)
software_update_history()
sw_vers()
res <- applescript(' tell application "Music" set r_name to name of current track set r_artist to artist of current track end return "artist=" & r_artist & "\ntrack=" & r_name ') print(res)
check_sig("/Applications/RSwitch.app") %>% print(n=nrow(.)) check_notarization("/Applications/RSwitch.app")
cloc::cloc_pkg_md()
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.