Skip to content

Commit 8ff404b

Browse files
authored
Merge pull request #6 from bedapub/devel
CRAN feedback implemented
2 parents a21c5d0 + eed3a10 commit 8ff404b

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ symbols.rds
77
*.dll
88
.Rhistory
99
.Rproj.user
10+
*.tar.gz

DESCRIPTION

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
Package: ribiosMath
22
Type: Package
3-
Title: Mathematical and Statistical Tools in Ribios
3+
Title: Mathematical and Statistical Tools in 'ribios'
44
Version: 1.2.0
55
Date: 2026-01-24
66
Authors@R:
77
c(person(given = "Jitao David",
88
family = "Zhang",
99
role = c("aut", "cre", "ctb"),
1010
email = "jitao_david.zhang@roche.com",
11-
comment = c(ORCID="0000-0002-3085-0909")),
12-
person("F.Hoffmann-La Roche AG", role="cph"))
13-
Description: Mathematical and statistical tools for computational biology
14-
in drug discovery. Functions are designed for high performance and include
15-
cosine similarity, Kappa statistics, and density-based simulations.
11+
comment = c(ORCID="0000-0002-3085-0909")))
12+
Description: Mathematical and statistical tools for computational biology in drug discovery. Functions are designed for high performance. Zhang (2025) <https://github.com/bedapub/ribiosMath>.
1613
Depends:
1714
R (>= 3.4.0)
1815
Imports:

0 commit comments

Comments
 (0)