diff --git a/.DS_Store b/.DS_Store index c8c89e4..67c81cb 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/.DS_Store b/.github/.DS_Store new file mode 100644 index 0000000..bea28d8 Binary files /dev/null and b/.github/.DS_Store differ diff --git a/DESCRIPTION b/DESCRIPTION index 23771f2..ed78b9c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: HPOExplorer Title: Analysis and Visualisation of the Human Phenotype Ontology -Version: 1.0.4 +Version: 1.0.5 Authors@R: c( person(given = "Brian", diff --git a/HPOExplorer.Rproj b/HPOExplorer.Rproj index 69fafd4..e0f1e97 100644 --- a/HPOExplorer.Rproj +++ b/HPOExplorer.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: 28ed0da9-e0e7-4964-8641-90d726a20feb RestoreWorkspace: No SaveWorkspace: No diff --git a/NEWS.md b/NEWS.md index ac133a8..ea743be 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# HPOExplorer 1.0.5 + +## New features + +* Store HPO ontology in default `KGExplorer` cache dir to reduce disk storage. + # HPOExplorer 1.0.4 ## Bug fixes diff --git a/R/get_hpo.R b/R/get_hpo.R index 68e020e..2168059 100644 --- a/R/get_hpo.R +++ b/R/get_hpo.R @@ -22,7 +22,7 @@ get_hpo <- function(lvl = 2, terms=NULL, ## rols imports the international version for some reason method="github", - save_dir=KGExplorer::cache_dir(package = "HPOExplorer"), + save_dir=KGExplorer::cache_dir(), ...){ file <- file.path(save_dir,"hp.rds") diff --git a/inst/.DS_Store b/inst/.DS_Store index 368127d..dd10784 100644 Binary files a/inst/.DS_Store and b/inst/.DS_Store differ