Skip to content

Commit

Permalink
Merge branch 'main' into website
Browse files Browse the repository at this point in the history
  • Loading branch information
Yousuf28 committed Sep 11, 2024
2 parents 0916fef + a483d1d commit 3207e90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 10 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Package: SENDsanitizer
Title: What the Package Does (One Line, Title Case)
Title: Generate Fake SEND Data
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
Authors@R:
c(
person("Yousuf", "Ali", email= "[email protected]", role = c( "cre", "aut")),
person("Susan", "Butler", email= "[email protected]", role = c("aut")),
person("Kevin", "Snyder", email= "[email protected]", role = c("aut")),
person(given = "FDA", role = "cph"))
Description: An R package that that generate fake SEND data based on real SEND data.
License: MIT + file LICENSE
URL: https://github.com/phuse-org/SENDsanitizer
BugReports: https://github.com/phuse-org/SENDsanitizer/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Expand Down
4 changes: 1 addition & 3 deletions R/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ get_trt_group <- function(ExampleStudy1) {
if(tolower(st_species) =="rat") {
# see if tkdesc in txparmcd
parmcd <- unique(tx[['TXPARMCD']])
if (condition) {
}
('TKDESC' %in% parmcd){
if ('TKDESC' %in% parmcd){
tkdesc_in_parmcd <- TRUE
} else {
tkdesc_in_parmcd <- FALSE
Expand Down

0 comments on commit 3207e90

Please sign in to comment.