diff options
| author | Luca Coraggio <luca.coraggio@unina.it> | 2025-09-09 12:40:13 +0000 |
|---|---|---|
| committer | cran-robot <csardi.gabor+cran@gmail.com> | 2025-09-09 12:40:13 +0000 |
| commit | 28218d537e7f8a0864612abe99685e77cd854e77 (patch) | |
| tree | 8e269d9e381c37c5bab3489c8e00aee555e527f4 | |
| parent | f435cb9974c43df3216c8a1437f8f9afa2356506 (diff) | |
version 2.0.5
| -rw-r--r-- | DESCRIPTION | 8 | ||||
| -rw-r--r-- | MD5 | 8 | ||||
| -rwxr-xr-x | NEWS | 7 | ||||
| -rwxr-xr-x | man/rmad.Rd | 4 | ||||
| -rwxr-xr-x | man/rsc.Rd | 4 |
5 files changed, 19 insertions, 12 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index cb9322e..65a37f0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,8 +19,8 @@ NeedsCompilation: yes Imports: stats, graphics, Matrix, methods, parallel, foreach, doParallel, utils License: GPL (>= 2) -Version: 2.0.4 -Date: 2023-04-17 -Packaged: 2023-04-17 18:47:30 UTC; luco00 +Version: 2.0.5 +Date: 2025-09-09 +Packaged: 2025-09-09 10:25:15 UTC; lcorag Repository: CRAN -Date/Publication: 2023-04-17 19:10:05 UTC +Date/Publication: 2025-09-09 12:40:13 UTC @@ -1,6 +1,6 @@ -6f309377ac7e34e10a0384b0997bd6cf *DESCRIPTION +61d727a3e96ad6114ec7471469f5a443 *DESCRIPTION 8c0030301d3f56e71ec4020f932a0cb2 *NAMESPACE -2a0b0fcea949b658304f3a1711849b4b *NEWS +b3a1e6224479a187366465c89125e5fd *NEWS 852c9f1717e4dbd26ed8c549edc3c588 *R/check_inputs.R 228fb1b443a4c9eaf4fddcdf9c8a31a9 *R/cv_loss.R 8c8c70764c8a9ab72f23ba031e0f330d *R/plot_print_methods.R @@ -10,8 +10,8 @@ d1f433016fbde7e9f32dc8c02ce47c53 *R/rsc.R cafa1636fd3af0dd260cbfcb27df210e *R/zzz.R 3983b0b5d0074f28b17f2000c39eafe8 *inst/CITATION 1e6af804927098cfa6c235278682578c *man/plot.cv_rsc.Rd -25f03f13d9f6c1fc5599f7aa36072a31 *man/rmad.Rd -8cc5c9373c7aa8835e9818d0de274ece *man/rsc.Rd +c35a8ba5b7fbe8ec6c5cac04a474b4cb *man/rmad.Rd +eabc8db9fcd3b86f98134924e4b67374 *man/rsc.Rd 63d3e58e9bdc0da9969feb6ce69d005f *man/rsc_cv.Rd 95e3011e37d9dde0d75f3a3819b2acd3 *src/Makevars 4aad47542a9a6ce7b9f153dccd1690aa *src/RSCdefines.h @@ -1,3 +1,10 @@ +## 09/09/2025 at 12:22:00 (CEST)
+* v2.0.5
+ + fixed missing anchors in links to Matrix package
+
+(Undocumented versions v2.0.3 and v2.0.4 fixed deprecation warnings
+ after updates to Matrix package)
+
## 29/06/2022 at 18:28:00 (CEST)
* v2.0.2
+ fixed rmad.Rd documentation file
diff --git a/man/rmad.Rd b/man/rmad.Rd index 2ecacb7..0cdfe4b 100755 --- a/man/rmad.Rd +++ b/man/rmad.Rd @@ -73,7 +73,7 @@ Since the software is optimized to work with high-dimensional data sets, the output RMAD matrix is packed into a storage efficient format - using the \code{"dspMatrix"} S4 class from the \code{\link{Matrix}} + using the \code{"dspMatrix"} S4 class from the \code{\link[Matrix]{Matrix}} package. The latter is specifically designed for dense real symmetric matrices. A sparse correlation matrix can be obtained applying thresholding using the \code{\link{rsc_cv}} and \code{\link{rsc}}. @@ -92,7 +92,7 @@ \value{ If \code{x} is a matrix or a data.frame, returns a correlation matrix of class \code{"dspMatrix"} (S4 class object) - as defined in the \code{\link{Matrix}} package. + as defined in the \code{\link[Matrix]{Matrix}} package. If \code{x} and \code{y} are numerical vectors, returns a numerical value, that is the RMAD correlation coefficient between \code{x} and \code{y}. @@ -50,7 +50,7 @@ The software is optimized to handle high-dimensional data sets, therefore, the output RSC matrix is packed into a storage efficient sparse format using the \code{"dsCMatrix"} S4 class from the - \code{\link{Matrix}} package. The latter is specifically designed for + \code{\link[Matrix]{Matrix}} package. The latter is specifically designed for sparse real symmetric matrices. } @@ -58,7 +58,7 @@ \value{ Returns a sparse correlaiton matrix of class \code{"dsCMatrix"} - (S4 class object) as defined in the \code{\link{Matrix}} package. + (S4 class object) as defined in the \code{\link[Matrix]{Matrix}} package. } |
