Skip to content

Commit

Permalink
docs: run roxygen (new codedoc version)
Browse files Browse the repository at this point in the history
  • Loading branch information
WetRobot committed Nov 16, 2023
1 parent 51cf815 commit c156e93
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
34 changes: 17 additions & 17 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@

## News for version 0.3.0

### Object iarccrgtools::get_tool_exe_dir_path news:
### iarccrgtools::get_tool_exe_dir_path

`iarccrgtools::get_tool_exe_dir_path` no longer usable.

### Object iarccrgtools::get_tool_work_dir news:
### iarccrgtools::get_tool_work_dir

`iarccrgtools::get_tool_work_dir` no longer usable.

### Object iarccrgtools::get_tools_exe_path news:
### iarccrgtools::get_tools_exe_path

`iarccrgtools::get_tools_exe_path` no longer usable ---
use `iarccrgtools::iarc_exe_path_get``.

### Object iarccrgtools::get_tools_install_dir_path news:
### iarccrgtools::get_tools_install_dir_path

`iarccrgtools::get_tools_install_dir_path` no longer usable.

### Object iarccrgtools::get_tools_work_dir news:
### iarccrgtools::get_tools_work_dir

`iarccrgtools::get_tools_work_dir` no longer usable ---
use `iarccrgtools::iarc_workdir_get``.

### Object iarccrgtools::guess_tools_exe_dir_path news:
### iarccrgtools::guess_tools_exe_dir_path

`iarccrgtools::guess_tools_exe_dir_path` no longer usable.

### Object iarccrgtools::guess_tools_exe_path news:
### iarccrgtools::guess_tools_exe_path

`iarccrgtools::guess_tools_exe_path` no longer usable ---
use `iarccrgtools::iarc_exe_path_guess``.

### Object iarccrgtools::iarc_exe_dir_path_guess news:
### iarccrgtools::iarc_exe_dir_path_guess

`iarccrgtools::iarc_exe_dir_path_guess` no longer usable.

### Object iarccrgtools::interact_with_tool news:
### iarccrgtools::interact_with_tool

`iarccrgtools::interact_with_tool` now accepts `icdo3_topography` value with
up to five characters.
Expand All @@ -47,51 +47,51 @@ up to five characters.
the class of each column in results read into R is ultimately decided by
`data.table::fread`.

### Object iarccrgtools::set_tools_exe_path news:
### iarccrgtools::set_tools_exe_path

`iarccrgtools::set_tools_exe_path` no longer usable ---
use `iarccrgtools::iarc_exe_path_set``.

### Object iarccrgtools::set_tools_work_dir news:
### iarccrgtools::set_tools_work_dir

`iarccrgtools::set_tools_work_dir` no longer usable ---
use `iarccrgtools::iarc_workdir_set``.


## News for version 0.2.30

### Object iarccrgtools::format_fwf news:
### iarccrgtools::format_fwf

`iarccrgtools::format_fwf` permanently removed.

### Object iarccrgtools::read_fwf news:
### iarccrgtools::read_fwf

`iarccrgtools::read_fwf` permanently removed. Use
`fwf::fwf_read`.

### Object iarccrgtools::write_fwf news:
### iarccrgtools::write_fwf

`iarccrgtools::write_fwf` permanently removed. Use
`fwf::fwf_write`.


## News for version 0.2.29

### Object iarccrgtools::create_example news:
### iarccrgtools::create_example

`iarccrgtools::create_example` permanently removed. Use
`iarccrgtools::tool_colnameset_example_dataset`.


## News for version 0.2.28

### Object iarccrgtools::interact_with_tool news:
### iarccrgtools::interact_with_tool

If the virtual directory does not exist, it is now attempted to be
created. See ?iarccrgtools::interact_with_tool for information about
what the virtual directory is.

### Object iarccrgtools::interact_with_tool news:
### iarccrgtools::interact_with_tool

Document what steps `iarccrgtools::interact_with_tool` performs, in
particular caching and parameter/setting files.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Utilities for using IARC CRG Tools on Windows via R.

```r
devtools::install_github(
"FinnishCancerRegistry/iarccrgtools",
ref = readline("enter latest tag on github: ")
"FinnishCancerRegistry/iarccrgtools",
ref = readline("enter latest tag on github: ")
)
```

Expand All @@ -27,14 +27,14 @@ iarccrgtools::iarc_workdir_set(dir_path)
tool_name <- "check"
subset <- "mandatory"
iarc_df <- iarccrgtools::tool_colnameset_example_dataset(
paste0(subset, "_", tool_name), n.rows = 10L
paste0(subset, "_", tool_name), n.rows = 10L
)
results <- iarccrgtools::interact_with_tool(
iarc_df, tool.name = tool_name, clean = TRUE
iarc_df, tool.name = tool_name, clean = TRUE
)

result_df <- iarccrgtools::connect_tool_results_to_observations(
record.ids = iarc_df[["record_id"]], tool.results = results
record.ids = iarc_df[["record_id"]], tool.results = results
)
```

Expand Down
44 changes: 22 additions & 22 deletions man/iarccrgtools.Rd

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

6 changes: 3 additions & 3 deletions man/interact_with_tool.Rd

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

0 comments on commit c156e93

Please sign in to comment.