Diff of /NAMESPACE [000000] .. [d79ff0]

Switch to side-by-side view

--- a
+++ b/NAMESPACE
@@ -0,0 +1,66 @@
+# Generated by roxygen2: do not edit by hand
+
+S3method(filter,cluster.df)
+S3method(getCluster,UpDown)
+S3method(getCluster,block.pls)
+S3method(getCluster,block.spls)
+S3method(getCluster,cluster.df)
+S3method(getCluster,mixo_pls)
+S3method(getCluster,mixo_spls)
+S3method(getCluster,pca)
+S3method(getCluster,spca)
+S3method(getSilhouette,block.pls)
+S3method(getSilhouette,block.spls)
+S3method(getSilhouette,mixo_pls)
+S3method(getSilhouette,mixo_spls)
+S3method(getSilhouette,pca)
+S3method(getSilhouette,spca)
+S3method(plot,ncomp.tune.silhouette)
+S3method(plot,proportionality)
+S3method(plot,spca.tune.silhouette)
+export(getCluster)
+export(getNcomp)
+export(getSilhouette)
+export(getUpDownCluster)
+export(get_demo_cluster)
+export(get_demo_silhouette)
+export(lmms.filter.lines)
+export(plotLong)
+export(proportionality)
+export(remove.low.cv)
+export(tuneCluster.block.spls)
+export(tuneCluster.spca)
+export(tuneCluster.spls)
+export(unscale)
+import(ggplot2)
+import(mixOmics)
+importFrom(checkmate,check_number)
+importFrom(dplyr,case_when)
+importFrom(dplyr,filter)
+importFrom(dplyr,group_by)
+importFrom(dplyr,left_join)
+importFrom(dplyr,mutate)
+importFrom(dplyr,n)
+importFrom(dplyr,pull)
+importFrom(dplyr,rename)
+importFrom(dplyr,right_join)
+importFrom(dplyr,select)
+importFrom(dplyr,summarise)
+importFrom(dplyr,top_n)
+importFrom(ggrepel,geom_label_repel)
+importFrom(lmtest,bptest)
+importFrom(magrittr,"%>%")
+importFrom(mixOmics,color.mixo)
+importFrom(plyr,mapvalues)
+importFrom(purrr,imap)
+importFrom(purrr,imap_dfr)
+importFrom(purrr,is_scalar_vector)
+importFrom(purrr,map2)
+importFrom(purrr,map_dbl)
+importFrom(purrr,map_dfr)
+importFrom(purrr,set_names)
+importFrom(stringr,str_remove)
+importFrom(stringr,str_split)
+importFrom(tibble,rownames_to_column)
+importFrom(tidyr,gather)
+importFrom(tidyr,pivot_longer)