Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
relund committed Sep 30, 2024
1 parent 06368d4 commit 4f24d84
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions check.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## R script for checking the contribution
##
## You need to have R installed (and preferably also RStudio).
##
## If you don't have the MOrepoTools package installed the run:
##
# install.packages("devtools")
# library(devtools)
# install_github("MCDMSociety/MOrepo/misc/R/MOrepoTools")
#
library(MOrepoTools)
checkContribution()


# paths <- fs::dir_info(path, recurse = T, type = "file")$path
# newPaths <- str_replace(paths, "prob", "msp")
# #newPaths <- fs::path(fs::path_dir(paths), str_c(prefix, "-", fs::path_file(paths)))
# paths <- fs::file_move(paths, newPaths)
# message("Add prefix to files:", paths)



0 comments on commit 4f24d84

Please sign in to comment.