Skip to content

Commit

Permalink
version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaponte authored and cran-robot committed May 6, 2024
1 parent eb06b98 commit 371b11f
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 24 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: survobj
Title: Objects to Simulate Survival Times
Version: 3.0.0
Version: 3.1.0
Authors@R: person(
"Aponte",
"John",
Expand All @@ -21,8 +21,8 @@ URL: https://johnaponte.github.io/survobj/,
https://github.com/johnaponte/survobj
BugReports: https://github.com/johnaponte/survobj/issues
NeedsCompilation: no
Packaged: 2024-01-29 19:37:04 UTC; master
Packaged: 2024-05-05 10:45:05 UTC; master
Author: Aponte John [aut, cre, cph] (<https://orcid.org/0000-0002-3014-3673>)
Maintainer: Aponte John <john.j.aponte@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-29 19:50:02 UTC
Date/Publication: 2024-05-05 11:00:02 UTC
13 changes: 7 additions & 6 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
16d37d874d1aeafff0f36ac0ad7b5b88 *DESCRIPTION
cb99a2531098b30461cda27b07086b3c *DESCRIPTION
b1b1804dae9236e8fb42e2a220a542c0 *NAMESPACE
4d039231af7a5ffd4e73207f8d7f7f3f *NEWS.md
c6c9929b12a1bfa12d2ccba2302e21d0 *NEWS.md
1f547b906175ccbf70328d3e066ae6f1 *R/exponential_class.R
1bbb49c4a6e414cdc75c8a4028eb693c *R/gompertz_class.R
3a59af0830c18f84745bd40ab0af254c *R/loglogistic_class.R
Expand All @@ -11,15 +11,15 @@ c6c741a9b7a447d0e8871b7e7433842c *R/lognormal_class.R
2dddb151a2f7f8c9ef999697e226ec0b *R/survobj-package.R
7d9dc02578da36787cb0fdf30a750844 *R/utils.R
700411c89acf0d4fdb7a0b0057b8d04c *R/weibull_class.R
2210ed3d0f6bd4662739f530481ce17d *README.md
861ec83789be023a16f0d5e7135b15c1 *build/vignette.rds
634973e5983da16df1c4e0aff7319e0a *README.md
f86a59b3c3ed87f2df4596cbad81619d *build/vignette.rds
dfdfcc7410f8f9422ec15fee99df33be *inst/WORDLIST
8624791ba9f8735819f6d230e1ae9109 *inst/doc/example_distributions.R
467b9ac76b165b05b6ce9742baa25517 *inst/doc/example_distributions.Rmd
d0cc6b8df371e4d63c5a504fbda1cfe9 *inst/doc/example_distributions.html
f0a4139c968bdb2fb0bc35e1f375ea5f *inst/doc/example_distributions.html
4609be321f5c6b6edf1f985985f93c78 *inst/doc/simulation_distributions.R
436b2b9fd0277b28d6f5628ad662afc0 *inst/doc/simulation_distributions.Rmd
6365a6d6ef0348ce2095bee0918f85f6 *inst/doc/simulation_distributions.html
ff958df061f104f72742b540131bacfb *inst/doc/simulation_distributions.html
30b3f0474080159ddf071d82eb9b4fb9 *inst/doc/simulation_recurent.R
845259f81062174da28fd7c7f4e3136b *inst/doc/simulation_recurent.Rmd
180367a7626994b43e2fb770a81d9fc7 *inst/doc/simulation_recurent.html
Expand All @@ -31,6 +31,7 @@ d0cc6b8df371e4d63c5a504fbda1cfe9 *inst/doc/example_distributions.html
c4a5ec6bb0e4e52a2ef769df50b44e6a *inst/doc/simulation_trials2.html
ecea992f4970275a5e4f80a5f7ebc093 *man/SURVIVAL.Rd
605265dfe4316044ce331bb2e974900d *man/censor_event.Rd
1f6e0f4efaa009a69ac8aa33ed7e59df *man/figures/logo.png
a63890ab9cce644b024d7fc765ad7c7d *man/fx_h_time.Rd
6f8bdc0471e27aee7164421a367d0e9c *man/is_single_number.Rd
1f300cb6c60018fc18236e7968e3bdae *man/nhpp.Rd
Expand Down
18 changes: 10 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

# News
# survobj 3.0.0
Addition of recurrent event simulaion under homogeneous and non homogeneous
## survobj 3.1.0
Add logo

## survobj 3.0.0
Addition of recurrent event simulation under homogeneous and non homogeneous
Poisson process

# survobj 2.0.0
## survobj 2.0.0
Addition of new distributions and new random generators functions

- Add Log-Logistic distribution
Expand All @@ -23,10 +25,10 @@ Addition of new distributions and new random generators functions

- New vignette shows the generator of accelerated failure random times.

# survobj 1.0
## survobj 1.0
Submission to CRAN

# survobj 0.3
## survobj 0.3
Total refractory of the factories and functions.

- function rsurvdf is defunct and replace by rsurvhr which is easier to use
Expand All @@ -42,9 +44,9 @@ Total refractory of the factories and functions.
- Inclusion of tests


# survobj 0.2
## survobj 0.2
- Include checks to ensure the parameter objects have single numbers

# survobj 0.1
## survobj 0.1

- First version is ready to run
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ The objects of the class SURVIVAL encapsulate distributions of survival times. E

- generate random survival times under accelerate hazard: `rsurvah()`


There are several functions to plot the distributions

- generic S3: `plot.SURVIVAL()`
Expand All @@ -37,7 +36,7 @@ There are several functions to plot the distributions

- `ggplot_survival_aft()`: to ggplot random draws from the distribution using accelerated time failure

- `ggplot_survival_ah()`: to ggplot random draws from the distribution using accelerated hazard
- `ggplot_survival_ah()`: to ggplot random draws from the distribution using accelerated hazard

- `compare_survival()`: to graphically compare the functions of two SURVIVAL objects

Expand Down Expand Up @@ -68,3 +67,7 @@ To install the development version of this package from github use:
For more information:

<https://johnaponte.github.io/survobj/>


<a href="https://johnaponte.github.io/survobj/"<img src="man/figures/logo.png" align="right" height="139" alt="survobj website" /></a>

Binary file modified build/vignette.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/doc/example_distributions.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions inst/doc/simulation_distributions.html

Large diffs are not rendered by default.

Binary file added man/figures/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 371b11f

Please sign in to comment.