Skip to content

Commit

Permalink
Update NEWS, address win-builder notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh52 committed Dec 7, 2022
1 parent 164b5b4 commit acd79b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
19 changes: 2 additions & 17 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# REDCapTidieR 0.2.0

# Release History

* [CRAN Archive of Older Versions](https://cran.r-project.org/src/contrib/Archive/REDCapTidieR/)
* [Current and Previous GitHub Issues](https://github.com/CHOP-CGTInformatics/REDCapTidieR/issues)
* [Current `REDCapTidieR` Documentation](https://chop-cgtinformatics.github.io/REDCapTidieR/)

# Changes in v0.2.0
Version 0.2.0
==========================================================

### New Features

Expand Down Expand Up @@ -42,8 +35,6 @@
* Order of instruments in the supertibble is now the same as the order of instruments in REDCap
* Fixed an issue in which `extract_*()` functions under some circumstances returned `NULL` instead of the expected tibbles

# REDCapTidieR 0.1.3

Version 0.1.3 (Released 2022-10-03)
==========================================================

Expand All @@ -52,8 +43,6 @@ Version 0.1.3 (Released 2022-10-03)
* Fixed a bug where `clean_redcap()` may not correctly assign variables across instruments to their appropriate tables in cases of similar prefixes
* Minor changes applied to documentation, including`README` and `DESCRIPTION` files

# REDCapTidieR 0.1.2

Version 0.1.2 (Released 2022-09-20)
==========================================================

Expand All @@ -64,8 +53,6 @@ Version 0.1.2 (Released 2022-09-20)
* Fix quotations in `@examples` tags for `bind_tables` and `extract_table`
* Update `pkgdown` site

# REDCapTidieR 0.1.1

Version 0.1.1 (Released 2022-09-19)
==========================================================

Expand All @@ -75,8 +62,6 @@ Version 0.1.1 (Released 2022-09-19)
* `DESCRIPTION` file fixes for spell check notes
* `roxygen2` examples updated

# REDCapTidieR 0.1.0

Version 0.1 (Released 2022-09-15)
==========================================================

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This submission includes new features, optimizations, and bug fixes.
1. [Ubuntu Linux 20.04 LTS, R-release, GCC](https://builder.r-hub.io/status/REDCapTidieR_0.2.0.tar.gz-932c3202df5b4211a955f748db9dbf1e)
2. [Fedora Linux, R-devel, clang, gfortran](https://builder.r-hub.io/status/REDCapTidieR_0.2.0.tar.gz-c148085a1ba742b19e279224c95ad66f)
3. [Windows Server](https://builder.r-hub.io/status/REDCapTidieR_0.2.0.tar.gz-6cd17af23de241e7a9513e0edde9833d)
3. [win-builder](https://win-builder.r-project.org/5zESRl46k2fS/), development version.
3. [win-builder](https://win-builder.r-project.org/yYmcoKudUN1U/), development version.
4. [GiHub Actions](https://github.com/CHOP-CGTInformatics/REDCapTidieR/actions), Ubuntu 20.04 LTS

## R CMD check results:
Expand Down
4 changes: 2 additions & 2 deletions vignettes/glossary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ A [tibble](#tibble) that contains data that were entered into the [fields](#fiel

### Data viewer {#data-viewer}

A part of the [RStudio IDE](https://posit.co/download/rstudio-desktop/) functionality that allows you to inspect data frames, [tibbles](#tibble), and some other data structures. It includes [features to perform basic exploratory data analysis](https://support.posit.co/hc/en-us/articles/205175388-Using-the-Data-Viewer-in-the-RStudio-IDE) such as sorting, filtering, and searching. [The supertibble is designed to work well with the data viewer](REDCapTidieR.html#exploring-the-contents-of-the-supertibble). <a onclick="history.back()">↩︎</a>
A part of the [RStudio IDE](https://posit.co/download/rstudio-desktop/) functionality that allows you to inspect data frames, [tibbles](#tibble), and some other data structures. It includes [features to perform basic exploratory data analysis](https://docs.posit.co/ide/user/ide/guide/data/data-viewer.html) such as sorting, filtering, and searching. [The supertibble is designed to work well with the data viewer](REDCapTidieR.html#exploring-the-contents-of-the-supertibble). <a onclick="history.back()">↩︎</a>

### Environment {#environment}

Expand Down Expand Up @@ -183,7 +183,7 @@ The set of information about a single entity (e.g., a study participant) for whi

### REDCap API {#redcap-api}

The application programming interface (API) of a REDCap instance allows external programs to connect, upload, and download data of a REDCap [project](#project). To access the REDCap API, a user must have appropriate access privileges, an API token, and the uniform resource identifier (URI) of the API endpoint (something like "https://my.institution.edu/redcap/api"). The REDCapTidieR package uses [REDCapR](#redcapr) to query the REDCap API. <a onclick="history.back()">↩︎</a>
The application programming interface (API) of a REDCap instance allows external programs to connect, upload, and download data of a REDCap [project](#project). To access the REDCap API, a user must have appropriate access privileges, an API token, and the uniform resource identifier (URI) of the API endpoint (something like "my.institution.edu/redcap/api"). The REDCapTidieR package uses [REDCapR](#redcapr) to query the REDCap API. <a onclick="history.back()">↩︎</a>

### REDCapR {#redcapr}

Expand Down

0 comments on commit acd79b4

Please sign in to comment.