Commit 56b48384 authored by Chaos's avatar Chaos
Browse files

更新 R/utilities.R

parent 35a20486
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@ chaos_info <- function(
	type
){
	if(type == "data_dir"){
		"~/.config/chaos.test"
		"~/.config/chaos.tools"
	}else if(type == "name")
	{
		"chaos.test"
		"chaos.tools"
	}
	
}
@@ -44,7 +44,7 @@ update_chaos <- function(
	
	if(package_name %in% (.packages()))
	{
		detach("package:chaos.test",unload = T)
		detach("package:chaos.tools",unload = T)
	}

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