Skip to content

Commit

Permalink
add dev folder and file
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonStanley committed Jan 7, 2024
1 parent 7a25003 commit a6333f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dev/dev.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# dev file for preparing release
cpp11::cpp_register(here::here())
## clean up by removing all .o files
files = fs::dir_ls(here::here("src/"), regexp = "\\.o|\\.so")
fs::file_delete(files)
devtools::document(here::here())
devtools::check(here::here())

0 comments on commit a6333f3

Please sign in to comment.