Browse code

[UPDATE] Final partial update for 1.5.4 - finished documentation, ready to merge

Giulia Pais authored on 20/04/2022 15:58:57
Showing 1 changed files
... ...
@@ -11,5 +11,9 @@
11 11
 #'  \code{\link{import_parallel_Vispa2Matrices}}
12 12
 #'  * import_parallel_Vispa2Matrices_interactive:
13 13
 #'  \code{\link{import_parallel_Vispa2Matrices}}
14
+#'  * unzip_file_system:
15
+#'  \code{\link{generate_default_folder_structure}}
16
+#'  * cumulative_count_union:
17
+#'  \code{\link{cumulative_is}}
14 18
 #' @keywords internal
15 19
 NULL
Browse code

[MAJOR UPDATE] Major update to version 1.3.3

Giulia Pais authored on 30/07/2021 16:20:39
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+
2
+#' @title Deprecated functions in package \pkg{ISAnalytics}.
3
+#' @description These functions are provided for compatibility
4
+#'  with older versions of \sQuote{ISAnalytics} only,
5
+#'  and will be defunct at the next release.
6
+#' @name ISAnalytics-deprecated
7
+#' @details The following functions are deprecated and will be made defunct;
8
+#' use the replacement indicated below:
9
+#'
10
+#' * import_parallel_Vispa2Matrices_auto:
11
+#'  \code{\link{import_parallel_Vispa2Matrices}}
12
+#'  * import_parallel_Vispa2Matrices_interactive:
13
+#'  \code{\link{import_parallel_Vispa2Matrices}}
14
+#' @keywords internal
15
+NULL