Commit 615465df authored by Chaos's avatar Chaos
Browse files

upload update_chaos

parent 41d57657
Loading
Loading
Loading
Loading

update_chaos.R

0 → 100755
+14 −0
Original line number Diff line number Diff line
update_chaos <- function(
){
	package_name <- "chaos.test"
	
	if(package_name %in% (.packages()))
	{
		detach(paste0("package:",package_name), unload = T)
	}

	paste0("https://mirrors.sustech.edu.cn/git/fc-ibb105/", package_name) |>
	devtools::install_git()

	library("chaos.tools")
}
 No newline at end of file