Skip to content

Commit

Permalink
update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
waddella committed Jun 9, 2018
1 parent 085b695 commit c80dba6
Show file tree
Hide file tree
Showing 104 changed files with 10,007 additions and 1,017 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rtables
Title: Reporting Tables
Version: 0.1.1
Version: 0.1.0.1
Authors@R: c(
person("Adrian", "Waddell", email = "[email protected]", role = c("aut", "cre"))
)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* added `sprintf_format` for formatting rcells (thanks to Doug Kelkhoff for the
suggestion)
* added `"(N=xx)"` and `">999.9"` format labels
* `rtabulate` has now an argument `col_total` and shows by default the numbers of elements associated with a column

## rtable 0.1.0

Expand Down
9 changes: 8 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,19 @@ repository and to send us pull requests with the suggested improvements.

## Installation

To install the `rtables` package run the following command in `R`:
To install the stable release of `rtables` package run the following command in `R`:

```{r, eval = FALSE}
devtools::install_github("roche/rtables", ref="v0.1.0")
```

To install the test version of `rtables` run

```{r, eval = FALSE}
devtools::install_github("roche/rtables")
```


## Usage

```{r}
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ We are looking for collaborators to help define and shape the `rtables` package.
Installation
------------

To install the `rtables` package run the following command in `R`:
To install the stable release of `rtables` package run the following command in `R`:

``` r
devtools::install_github("roche/rtables", ref="v0.1.0")
```

To install the test version of `rtables` run

``` r
devtools::install_github("roche/rtables")
Expand Down
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ navbar:
- icon: fa-github fa-lg
href: https://github.com/roche/rtables

development:
mode: devel

reference:
- title: Core Table Create Functions
Expand Down
10 changes: 2 additions & 8 deletions docs/ISSUE_TEMPLATE.html

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

10 changes: 2 additions & 8 deletions docs/LICENSE-text.html

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

20 changes: 7 additions & 13 deletions docs/articles/index.html

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

17 changes: 8 additions & 9 deletions docs/articles/rtables.html

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

Loading

0 comments on commit c80dba6

Please sign in to comment.