Skip to content

Commit

Permalink
0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Nov 25, 2021
1 parent 4e2234c commit 1b26a54
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 10 deletions.
10 changes: 7 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: oncoPharmaDB
Type: Package
Title: Dataset with targeted and non-targeted anticancer drugs
Version: 0.6.2
Date: 2021-11-07
Date: 2021-11-25
Authors@R:
c(person(given = "Sigve",
family = "Nakken",
Expand All @@ -15,12 +15,16 @@ Description: This data package collects aticancer drug information from multiple
contains a list of all anticancer drugs per indication/tumor type (where this is provided),
which can further be queried with a range of parameters (minimum clinical phase, approval
status, targets, drug category etc.)
License: MIT
License: MIT + file LICENSE
URL: https://github.com/sigven/oncoPharmaDB
BugReports: https://github.com/sigven/oncoPharmaDB/issues
Depends:
R (>= 3.6.0)
Imports: tidyverse (>= 1.3.1), assertthat (>= 0.2.1)
Imports: dplyr,
stringr,
magrittr,
rlang,
assertthat (>= 0.2.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.6.2 (November 25th 2021)

* Data update: Open Targets Platform (2021.11)
* General code/documentation improvements - following `devtools::check()`

# Version 0.6.1 (October 28th 2021)

* Data update: NCI Thesaurus (21.10d)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ Anti-cancer drugs are currently provided with the following tentative drug categ
* Topoisomerase inhibitors
* Tubulin inhibitors

Currently (as of October 28th 2021), the following versions are used to create the mapping:
Currently (as of November 25th 2021), `oncoPharmaDB` is built upon the following
releases of external databases:

- Open Targets Platform (2021.09)
- Open Targets Platform (2021.11)
- ChEMBL (v29)
- NCI Thesaurus (21.10d)

Expand Down Expand Up @@ -93,4 +94,4 @@ sigven AT ifi.uio.no

### Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](https://github.com/sigven/oncoPharmaDB/blob/master/.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/sigven/oncoPharmaDB/blob/main/.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Binary file modified data/oncopharma_synonyms.rda
Binary file not shown.
Binary file modified data/oncopharmadb.rda
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/index.html

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

9 changes: 9 additions & 0 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 2.14.0.3
pkgdown: 1.6.1
pkgdown_sha: ~
articles: {}
last_built: 2021-11-25T12:06Z
last_built: 2021-11-25T19:09Z

0 comments on commit 1b26a54

Please sign in to comment.