Skip to content

Commit

Permalink
#262 1.2 release (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo authored Jan 16, 2025
1 parent ddeee74 commit 1bfdf77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# admiralophtha 1.1.0.9010
# admiralophtha 1.2.0

## Updates to Templates

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bfdf77

Please sign in to comment.