Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastro authored and cran-robot committed Aug 19, 2023
1 parent 3dfe271 commit 39b382a
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 45 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: CVrisk
Title: Compute Risk Scores for Cardiovascular Diseases
Version: 1.1.0
Version: 1.1.1
Authors@R:
person(given = "Victor",
family = "Castro",
Expand All @@ -17,14 +17,14 @@ License: GPL-3
Depends: R (>= 2.10)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
URL: https://github.com/vcastro/CVrisk
BugReports: https://github.com/vcastro/CVrisk/issues
Imports: utils
Suggests: testthat (>= 2.1.0), covr, tibble
NeedsCompilation: no
Packaged: 2021-12-06 15:03:34 UTC; victormc
Packaged: 2023-08-19 21:05:48 UTC; victormc
Author: Victor Castro [aut, cre] (<https://orcid.org/0000-0001-7390-6354>)
Maintainer: Victor Castro <vcastro@mgh.harvard.edu>
Repository: CRAN
Date/Publication: 2021-12-06 15:30:06 UTC
Date/Publication: 2023-08-19 22:12:31 UTC
13 changes: 7 additions & 6 deletions MD5
@@ -1,7 +1,7 @@
923ed0907af09c9a7320878ff52aeb58 *DESCRIPTION
0833bb7ed9e6cfd0b034140a772678f9 *DESCRIPTION
3575a33bcf2236474b252ffb67fa77e6 *NAMESPACE
619b46ae1fab199515238058d47c0bc5 *NEWS.md
b1e1000c6504ed81a1a71d9ba762f162 *R/CVrisk.R
5545b79c88bc93a2150aeba08be7b11e *NEWS.md
df6cc46bc7fae1a55b713f3d5065b35a *R/CVrisk-package.R
e6797f8fc3f7f3c20428c0dcf719d4db *R/ascvd_10y_accaha.R
7263dc63e337c3aac6b92c1da3216bf9 *R/ascvd_10y_frs.R
83a87a659a6948a0be00fc6ceff715d7 *R/ascvd_10y_frs_simple.R
Expand All @@ -11,21 +11,22 @@ eb42612178c7ca96cbe008b7d6488abb *R/chd_10y_mesa_cac.R
3987148f355b422504ccd987abf90fac *R/data.R
b8e2d336b912ac8a03ce52ae4ba67ae2 *R/mesa_cac_coef.R
b4fd2377a13b56dc299611b7d84c8492 *R/mesa_coef.R
a92e0eac2be7888fe1f704405dcf95b0 *README.md
4d98c7c90f480fe08918ead3f5e65f14 *README.md
cb4924f3573383fca290a0a8e2ca5294 *build/partial.rdb
e883be681d2ff3a9407cdde55be706c2 *data/ascvd_pooled_coef.rda
ef9f463f7664f128a57b04055e043971 *data/frs_coef.rda
9e972d62bd8c489af77129bc16e41fe5 *data/frs_simple_coef.rda
be2ebee5bc73f8ff2b2395cf7dee0256 *data/mesa_cac_coef.rda
c399986dbba894e1c16d1588a9e8df95 *data/mesa_coef.rda
2cc4df52d2d782d2233b6d166d1a7d7c *data/sample_data.rda
e8187a690913d9c7cb8765de237728ab *man/CVrisk.Rd
1d5933a5a1e6557ad89d005e715c539a *man/CVrisk-package.Rd
4b36ddab8fce6dce606c18d864fd9416 *man/ascvd_10y_accaha.Rd
4d69e30c600de2aafcb1a1379d6bf96c *man/ascvd_10y_frs.Rd
555564cb6980d7b47efd4b9765fa1d1d *man/ascvd_10y_frs_simple.Rd
e7f1a64a7773d00291ad286c24f5762a *man/ascvd_pooled_coef.Rd
ff18dd7e6ff0fb7d5b9af1a813952277 *man/chd_10y_mesa.Rd
0132e66f285a1bc19d4186f2d7469517 *man/chd_10y_mesa_cac.Rd
9a37a94133e75566a405f1f1121df07e *man/compute_CVrisk.Rd
edec3e8612e44f3dfb5451ba0e68b28d *man/compute_CVrisk.Rd
4dbabde3d84b2c6389d13f6da9aaf1e1 *man/frs_coef.Rd
74ac22059d7cd3e291505e2f5f93140f *man/frs_simple_coef.Rd
2aed7ee0692982db32c42219fc46a74b *man/mesa_cac_coef.Rd
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,3 +1,8 @@
# CVrisk 1.1.1

Update package documentation to proper CVrisk-package sentinel file.


# CVrisk 1.1.0

Improve risk score calculation performance for large datasets. Contribution by
Expand Down
6 changes: 6 additions & 0 deletions R/CVrisk-package.R
@@ -0,0 +1,6 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
15 changes: 0 additions & 15 deletions R/CVrisk.R

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@
[![Codecov test coverage](https://codecov.io/gh/vcastro/CVrisk/branch/master/graph/badge.svg)](https://app.codecov.io/gh/vcastro/CVrisk?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/CVrisk)](https://CRAN.R-project.org/package=CVrisk)
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/CVrisk)](https://CRAN.R-project.org/package=CVrisk)
[![R-CMD-check](https://github.com/vcastro/CVrisk/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/vcastro/CVrisk/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->


Expand Down
Binary file added build/partial.rdb
Binary file not shown.
23 changes: 23 additions & 0 deletions man/CVrisk-package.Rd

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

18 changes: 0 additions & 18 deletions man/CVrisk.Rd

This file was deleted.

4 changes: 2 additions & 2 deletions man/compute_CVrisk.Rd

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

0 comments on commit 39b382a

Please sign in to comment.