Nothing
destfile <- withr::local_tempfile()
files <- "https://raw.githubusercontent.com/dtarb/TauDEM/Develop/src/CMakeLists.txt" |>
curl::curl_download(destfile = destfile) |>
brio::read_lines() |>
stringr::str_extract_all("[a-zA-Z0-9]*mn.cpp") |>
purrr::compact() |>
unlist() |>
stringr::str_replace_all("mn.cpp", "")
files <- files[files != ""]
files[files == "flowdircondition"] <- "FlowdirCond"
dput(sort(files))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.