Skip to content

Commit

Permalink
add release and meta tools
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Sep 13, 2024
1 parent 54e904c commit fd6148f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
^vignettes/.quarto$
^revdep$
^man/figures/card.png$
^tools$
14 changes: 14 additions & 0 deletions tools/meta-data-update-and-submission.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# before release
# usethis::use_version("patch")
cffr::cff_write()
codemetar::write_codemeta(write_minimeta = T)
usethis::use_tidy_description()
# urlchecker::url_check()
# devtools::check(remote = TRUE, manual = TRUE)
# devtools::check_win_devel()
# revdepcheck::revdep_check(num_workers = 4)

# devtools::submit_cran()

# usethis::use_github_release()
# usethis::use_dev_version(push = TRUE)

0 comments on commit fd6148f

Please sign in to comment.