Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a logomark/logotype #44

Merged
merged 10 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Description: An EDC and Data Standard-agnostic SDTM data transformation engine
automate the conversion of raw clinical data to SDTM through standardized
mapping algorithms. SDTM is one of the required standards for data
submission to FDA (U.S.) and PMDA (Japan). SDTM standards are implemented
in accordance with the SDTM Implementation guide as defined by CDISC
in accordance with the SDTM Implementation Guide as defined by CDISC
<https://www.cdisc.org/standards/foundational/sdtmig>.
Language: en-US
License: Apache License (>= 2)
Expand Down
7 changes: 5 additions & 2 deletions README.Rmd
ramiromagno marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ knitr::opts_chunk$set(
)
```

# sdtm.oak
# sdtm.oak <a href="https://pharmaverse.github.io/sdtm.oak"><img src="man/figures/logo.svg" align="right" height="139" /></a>

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/sdtm.oak)](https://CRAN.R-project.org/package=sdtm.oak)
ramiromagno marked this conversation as resolved.
Show resolved Hide resolved
<!-- badges: end -->

An EDC and Data Standard agnostic SDTM data transformation engine that automates the transformation of raw clinical data in ODM format to SDTM based on standard mapping algorithms
An EDC and Data Standard agnostic solution that enables the pharmaceutical
programming community to develop SDTM datasets in R. The reusable algorithms
concept in `{sdtm.oak}` provides a framework for modular programming and also
can automate SDTM creation based on the standard SDTM spec.

## Installation

Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# sdtm.oak
# sdtm.oak <a href="https://pharmaverse.github.io/sdtm.oak"><img src="man/figures/logo.svg" align="right" height="139" /></a>

<!-- badges: start -->

[![CRAN
status](https://www.r-pkg.org/badges/version/sdtm.oak)](https://CRAN.R-project.org/package=sdtm.oak)
<!-- badges: end -->

An EDC and Data Standard agnostic SDTM data transformation engine that
automates the transformation of raw clinical data in ODM format to SDTM
based on standard mapping algorithms
An EDC and Data Standard agnostic solution that enables the
pharmaceutical programming community to develop SDTM datasets in R. The
reusable algorithms concept in `{sdtm.oak}` provides a framework for
modular programming and also can automate SDTM creation based on the
standard SDTM spec.

## Installation

Expand Down
6 changes: 6 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ dtc
funder
vectorized
ORCID
PMDA
CDISC
iso
AE
AESTDY
CMSTDY
DM
Loading
Loading