From e5f41c00c694434784baa88d8ff3b249c3bd8d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Castillo?= Date: Tue, 23 Jul 2024 00:32:30 -0300 Subject: [PATCH] fix packages version and date --- DESCRIPTION | 19 +++++++++---------- man/writR-package.Rd | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 56359f9..946a10a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,9 @@ Package: writR Title: Inferential statistics and reporting in APA style Version: 1.0.1 -Date: 2021-05-03 Authors@R: person(given = "Matías", - family = "Castillo Aguilar", + family = "Castillo-Aguilar", role = c("aut", "cre"), email = "matcasti@umag.cl", comment = c(ORCID = "0000-0001-7291-247X")) @@ -18,15 +17,15 @@ ByteCompile: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Depends: - R (>= 3.5.0) + R (>= 4.0.0) Imports: - data.table (>= 1.14.0), - glue (>= 1.4.2), - effectsize (>= 0.4.5), - afex (>= 0.28-1), - PMCMRplus (>= 1.9.0), - WRS2 (>= 1.1-1), + data.table (>= 1.15.99), + glue (>= 1.7.0), + effectsize (>= 0.8.8), + afex (>= 1.3-1), + PMCMRplus (>= 1.9.10), + WRS2 (>= 1.1-6), lifecycle Suggests: - testthat (>= 3.0.0) + testthat (>= 3.2.1) Config/testthat/edition: 3 diff --git a/man/writR-package.Rd b/man/writR-package.Rd index 1e76467..7ecc88b 100644 --- a/man/writR-package.Rd +++ b/man/writR-package.Rd @@ -19,7 +19,7 @@ Useful links: } \author{ -\strong{Maintainer}: Matías Castillo Aguilar \email{matcasti@umag.cl} (\href{https://orcid.org/0000-0001-7291-247X}{ORCID}) +\strong{Maintainer}: Matías Castillo-Aguilar \email{matcasti@umag.cl} (\href{https://orcid.org/0000-0001-7291-247X}{ORCID}) } \keyword{internal}