diff --git a/DESCRIPTION b/DESCRIPTION index 159e876..306ca7b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: admiralophtha Title: ADaM in R Asset Library - Ophthalmology -Version: 1.1.0.9010 +Version: 1.2.0 Authors@R: c( person("Edoardo", "Mancini", , "edoardo.mancini@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0006-4899-8641")), @@ -31,7 +31,7 @@ URL: https://pharmaverse.github.io/admiralophtha/, https://github.com/pharmaverse/admiralophtha/ BugReports: https://github.com/pharmaverse/admiralophtha/issues/ Depends: - R (>= 4.0) + R (>= 4.1) Imports: admiral (>= 1.1.1), admiraldev (>= 1.1.0), diff --git a/NEWS.md b/NEWS.md index e2ae375..c7fa820 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# admiralophtha 1.1.0.9010 +# admiralophtha 1.2.0 ## Updates to Templates diff --git a/README.md b/README.md index 871ffca..174f668 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,7 @@ To install the latest development version of the package directly from GitHub use the following code: ``` -if (!requireNamespace("remotes", quietly = TRUE)) { - install.packages("remotes") -} -remotes::install_github("pharmaverse/admiralophtha", ref = "main") +pak::pkg_install("admiralophtha", dependencies = TRUE) ``` ## Scope