summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DESCRIPTION8
-rw-r--r--MD58
-rwxr-xr-xNEWS7
-rwxr-xr-xman/rmad.Rd4
-rwxr-xr-xman/rsc.Rd4
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
diff --git a/MD5 b/MD5
index e715da5..ecba927 100644
--- a/MD5
+++ b/MD5
@@ -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
diff --git a/NEWS b/NEWS
index db02b58..1338dcf 100755
--- a/NEWS
+++ b/NEWS
@@ -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}.
diff --git a/man/rsc.Rd b/man/rsc.Rd
index 6371af3..3fa5fb3 100755
--- a/man/rsc.Rd
+++ b/man/rsc.Rd
@@ -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.
}