Skip to content

Commit 86fd3e9

Browse files
committed
Namespace and dependency import update
1 parent 2e06f4e commit 86fd3e9

File tree

7 files changed

+74
-1
lines changed

7 files changed

+74
-1
lines changed

NAMESPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ export(extractFC)
1515
export(extractFS.ROI)
1616
export(extract_headmotion)
1717
export(extract_links)
18-
export(headmotion.XCP)
18+
export(extract_linksXCP)
1919
export(gen_curl_sh)
20+
export(headmotion.XCP)
2021
export(intersubject_similarity)
2122
export(reorder_subcortical)
2223
export(vectorizeFC)

R/CIFTItoFC.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#' }
2424
#' @importFrom stringr str_detect
2525
#' @importFrom ciftiTools ciftiTools.setOption read_cifti read_xifti newdata_xifti move_from_mwall
26+
#' @importFrom psych fisherz
2627
#' @export
2728

2829
########################################################################################################

R/CPM.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#' \dontrun{
1818
#' model1=cpm.train(data=FC_data,outcome=dat_beh$age, p=0.05)
1919
#' }
20+
#' @importFrom caret createFolds
2021
#' @export
2122
##################################################################################################################
2223
##################################################################################################################

R/nbs.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#' @importFrom parallel makeCluster stopCluster
2525
#' @importFrom doParallel registerDoParallel
2626
#' @importFrom doSNOW registerDoSNOW
27+
#' @importFrom igraph components graph_from_adjacency_matrix
2728
#' @export
2829
############################################################################################################################
2930
############################################################################################################################

man/CIFTItoFC.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/extract_linksXCP.Rd

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/headmotion.XCP.Rd

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)