Skip to content

Commit e0d64c4

Browse files
committed
Release 0.2.1
1 parent 6acf62c commit e0d64c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4377
-4326
lines changed

.Rbuildignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
^.*\.Rproj$
2-
^\.Rproj\.user$
3-
^LICENSE\.md$
4-
^appveyor\.yml$
5-
^README\.Rmd$
6-
^\.travis\.yml$
7-
^codecov\.yml$
8-
^\.github$
9-
^doc$
10-
^docs$
11-
^Meta$
12-
^CRAN-RELEASE$
1+
^.*\.Rproj$
2+
^\.Rproj\.user$
3+
^LICENSE\.md$
4+
^appveyor\.yml$
5+
^README\.Rmd$
6+
^\.travis\.yml$
7+
^codecov\.yml$
8+
^\.github$
9+
^doc$
10+
^docs$
11+
^Meta$
12+
^CRAN-RELEASE$

.github/CONTRIBUTING.md

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
# Contributing to ezcox
2-
3-
This outlines how to propose a change to ezcox. For more detailed
4-
info about contributing to this, and other tidyverse packages, please see the
5-
[**development contributing guide**](https://rstd.io/tidy-contrib).
6-
7-
### Fixing typos
8-
9-
Small typos or grammatical errors in documentation may be edited directly using
10-
the GitHub web interface, so long as the changes are made in the _source_ file.
11-
12-
* YES: you edit a roxygen comment in a `.R` file below `R/`.
13-
* NO: you edit an `.Rd` file below `man/`.
14-
15-
### Prerequisites
16-
17-
Before you make a substantial pull request, you should always file an issue and
18-
make sure someone from the team agrees that it’s a problem. If you’ve found a
19-
bug, create an associated issue and illustrate the bug with a minimal
20-
[reprex](https://www.tidyverse.org/help/#reprex).
21-
22-
### Pull request process
23-
24-
* We recommend that you create a Git branch for each pull request (PR).
25-
* Look at the Travis and AppVeyor build status before and after making changes.
26-
The `README` should contain badges for any continuous integration services used
27-
by the package.
28-
* New code should follow the tidyverse [style guide](https://style.tidyverse.org).
29-
You can use the [styler](https://CRAN.R-project.org/package=styler) package to
30-
apply these styles, but please don't restyle code that has nothing to do with
31-
your PR.
32-
* We use [roxygen2](https://cran.r-project.org/package=roxygen2), with
33-
[Markdown syntax](https://cran.r-project.org/web/packages/roxygen2/vignettes/markdown.html),
34-
for documentation.
35-
* We use [testthat](https://cran.r-project.org/package=testthat). Contributions
36-
with test cases included are easier to accept.
37-
* For user-facing changes, add a bullet to the top of `NEWS.md` below the
38-
current development version header describing the changes made followed by your
39-
GitHub username, and links to relevant issue(s)/PR(s).
40-
41-
### Code of Conduct
42-
43-
Please note that the ezcox project is released with a
44-
[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this
45-
project you agree to abide by its terms.
46-
47-
### See tidyverse [development contributing guide](https://rstd.io/tidy-contrib)
48-
for further details.
1+
# Contributing to ezcox
2+
3+
This outlines how to propose a change to ezcox. For more detailed
4+
info about contributing to this, and other tidyverse packages, please see the
5+
[**development contributing guide**](https://rstd.io/tidy-contrib).
6+
7+
### Fixing typos
8+
9+
Small typos or grammatical errors in documentation may be edited directly using
10+
the GitHub web interface, so long as the changes are made in the _source_ file.
11+
12+
* YES: you edit a roxygen comment in a `.R` file below `R/`.
13+
* NO: you edit an `.Rd` file below `man/`.
14+
15+
### Prerequisites
16+
17+
Before you make a substantial pull request, you should always file an issue and
18+
make sure someone from the team agrees that it’s a problem. If you’ve found a
19+
bug, create an associated issue and illustrate the bug with a minimal
20+
[reprex](https://www.tidyverse.org/help/#reprex).
21+
22+
### Pull request process
23+
24+
* We recommend that you create a Git branch for each pull request (PR).
25+
* Look at the Travis and AppVeyor build status before and after making changes.
26+
The `README` should contain badges for any continuous integration services used
27+
by the package.
28+
* New code should follow the tidyverse [style guide](https://style.tidyverse.org).
29+
You can use the [styler](https://CRAN.R-project.org/package=styler) package to
30+
apply these styles, but please don't restyle code that has nothing to do with
31+
your PR.
32+
* We use [roxygen2](https://cran.r-project.org/package=roxygen2), with
33+
[Markdown syntax](https://cran.r-project.org/web/packages/roxygen2/vignettes/markdown.html),
34+
for documentation.
35+
* We use [testthat](https://cran.r-project.org/package=testthat). Contributions
36+
with test cases included are easier to accept.
37+
* For user-facing changes, add a bullet to the top of `NEWS.md` below the
38+
current development version header describing the changes made followed by your
39+
GitHub username, and links to relevant issue(s)/PR(s).
40+
41+
### Code of Conduct
42+
43+
Please note that the ezcox project is released with a
44+
[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this
45+
project you agree to abide by its terms.
46+
47+
### See tidyverse [development contributing guide](https://rstd.io/tidy-contrib)
48+
for further details.

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.Rproj.user
2-
.Rhistory
3-
.RData
4-
.Ruserdata
5-
.DS_Store
6-
inst/doc
7-
doc
8-
Meta
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata
5+
.DS_Store
6+
inst/doc
7+
doc
8+
Meta

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2-
3-
language: R
4-
cache: packages
5-
after_success:
1+
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2+
3+
language: R
4+
cache: packages
5+
after_success:
66
- Rscript -e 'covr::codecov()'

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2019-11-17.
2-
Once it is accepted, delete this file and tag the release (commit 46371420ce).
1+
This package was submitted to CRAN on 2019-11-17.
2+
Once it is accepted, delete this file and tag the release (commit 46371420ce).

DESCRIPTION

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
Type: Package
2-
Package: ezcox
3-
Title: Easily Process a Batch of Cox Models
4-
Version: 0.2.0
5-
Authors@R:
6-
person(given = "Shixiang",
7-
family = "Wang",
8-
role = c("aut", "cre"),
9-
email = "[email protected]",
10-
comment = c(ORCID = "0000-0001-9855-7357"))
11-
Maintainer: Shixiang Wang <[email protected]>
12-
Description: A tool to operate a batch of univariate or multivariate
13-
Cox models and return tidy result.
14-
License: GPL-3
15-
URL: https://github.com/ShixiangWang/ezcox
16-
BugReports: https://github.com/ShixiangWang/ezcox/issues
17-
Depends:
18-
R (>= 3.5)
19-
Imports:
20-
dplyr (>= 0.8.3),
21-
magrittr (>= 1.5),
22-
purrr (>= 0.3.2),
23-
survival,
24-
rlang (>= 0.1.2)
25-
Suggests:
26-
covr (>= 3.2.1),
27-
testthat (>= 2.1.0),
28-
roxygen2 (>= 6.1.1),
29-
knitr,
30-
rmarkdown,
31-
future,
32-
furrr
33-
Encoding: UTF-8
34-
LazyData: true
35-
Roxygen: list(markdown = TRUE)
36-
RoxygenNote: 6.1.1
37-
VignetteBuilder: knitr
1+
Type: Package
2+
Package: ezcox
3+
Title: Easily Process a Batch of Cox Models
4+
Version: 0.2.1
5+
Authors@R:
6+
person(given = "Shixiang",
7+
family = "Wang",
8+
role = c("aut", "cre"),
9+
email = "[email protected]",
10+
comment = c(ORCID = "0000-0001-9855-7357"))
11+
Maintainer: Shixiang Wang <[email protected]>
12+
Description: A tool to operate a batch of univariate or multivariate
13+
Cox models and return tidy result.
14+
License: GPL-3
15+
URL: https://github.com/ShixiangWang/ezcox
16+
BugReports: https://github.com/ShixiangWang/ezcox/issues
17+
Depends:
18+
R (>= 3.5)
19+
Imports:
20+
dplyr (>= 0.8.3),
21+
magrittr (>= 1.5),
22+
purrr (>= 0.3.2),
23+
survival,
24+
rlang (>= 0.1.2)
25+
Suggests:
26+
covr (>= 3.2.1),
27+
testthat (>= 2.1.0),
28+
roxygen2 (>= 6.1.1),
29+
knitr,
30+
rmarkdown,
31+
future,
32+
furrr
33+
Encoding: UTF-8
34+
LazyData: true
35+
Roxygen: list(markdown = TRUE)
36+
RoxygenNote: 7.0.0
37+
VignetteBuilder: knitr

0 commit comments

Comments
 (0)