Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
^data-raw$
^CRAN-SUBMISSION$
^cran-comments.md$
^doc$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ docs/

# CRAN release help file
CRAN-SUBMISSION
/doc/
/Meta/
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: admiralneuro
Title: Neuroscience Extension Package for ADaM in 'R' Asset Library
Version: 0.1.0.9014
Version: 0.2.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it 0.2.1 while first release was 0.1.0? I believe it should be 0.2.0.

Copy link
Copy Markdown
Collaborator Author

@jwang-lilly jwang-lilly Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fanny-Gautier, I sent out 0.2.0 first but forgot to remove (development version) from the NEWS.md. It was too late to edit as admiralneuro hit CRAN right away, within an hour of submission. Therefore, I had to bump up to 0.2.1.

Authors@R: c(
person("Jian", "Wang", , "wang_jian_wj@lilly.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0002-4677-3781")),
Expand Down Expand Up @@ -35,15 +35,16 @@ Description: Programming neuroscience specific Clinical Data Standards
<https://www.cdisc.org/standards/foundational/adam>). This package
extends the 'admiral' package.
License: Apache License (>= 2)
BugReports: https://github.com/pharmaverse/admiralneuro/issues
URL: https://pharmaverse.github.io/admiralneuro/,
https://github.com/pharmaverse/admiralneuro
Depends:
R (>= 4.1)
Imports:
admiral (>= 1.2.0),
admiraldev (>= 1.2.0),
admiral (>= 1.4.1),
admiraldev (>= 1.4.0),
cli (>= 3.6.2),
dplyr (>= 1.0.5),
dplyr (>= 1.1.1),
hms (>= 0.5.3),
lifecycle (>= 0.1.0),
lubridate (>= 1.7.4),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# admiralneuro (development version)
# admiralneuro 0.2.1

## Updates of Existing Functions

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is the first release of the package.
This is the 2nd release of the package.
1 change: 1 addition & 0 deletions man/admiralneuro-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.