Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8d8b509
Change formatters remote to specific commit
shajoezhu Nov 28, 2025
4e9b049
Update package versions in DESCRIPTION file
shajoezhu Nov 28, 2025
8636cdd
Trigger Build
shajoezhu Dec 1, 2025
6b5671b
update: adding new jnj templates scripts
munoztd0 Dec 11, 2025
57be266
Merge remote-tracking branch 'origin/1040_rtables_round_type' into jn…
munoztd0 Dec 12, 2025
d89aad0
adding snaps and remotes update
munoztd0 Dec 12, 2025
43ed0b5
update: adding by parts tests as recommended
munoztd0 Dec 26, 2025
8133017
update: adding pk tables and fixing snaps
munoztd0 Dec 30, 2025
39f6a12
Merge branch 'main' into jnj_templates_scripts
munoztd0 Dec 30, 2025
3a6d954
[skip style] [skip vbump] Restyle files
github-actions[bot] Dec 30, 2025
09332ad
fix: rcmdcheck and spellcheck
munoztd0 Dec 30, 2025
9af0cd0
fix: rcmdcheck
munoztd0 Dec 30, 2025
e486e34
fix: linting
munoztd0 Dec 30, 2025
bfb3bde
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] Dec 30, 2025
91b68ff
fix: suggest envsetup
munoztd0 Jan 2, 2026
92c8bd8
Merge remote-tracking branch 'origin/jnj_templates_scripts' into jnj_…
munoztd0 Jan 2, 2026
034c3c0
fix: new snapshot
munoztd0 Jan 2, 2026
36c8b92
update new lint
munoztd0 Jan 15, 2026
49d77c7
update new lint
munoztd0 Jan 15, 2026
5bdc967
update tsfae09.R
munoztd0 Jan 15, 2026
1b5a7dc
update tsfae09.R
munoztd0 Jan 15, 2026
6236c74
Merge branch 'main' into jnj_templates_scripts
munoztd0 Jan 15, 2026
6b7ec8a
[skip style] [skip vbump] Restyle files
github-actions[bot] Jan 15, 2026
b1cf920
Merge branch 'main' into jnj_templates_scripts
munoztd0 Mar 2, 2026
e40191d
change the decimal format of tsids01
munoztd0 Mar 2, 2026
36b6852
fix: part of bug
munoztd0 Mar 2, 2026
b54da80
fix: datapath path
munoztd0 Mar 2, 2026
0932924
update pharmverse 0.1.3
munoztd0 Mar 2, 2026
d1e3b5d
Merge branch 'jnj_templates_scripts' into jnj_templates_scripts_1_cha…
munoztd0 Mar 2, 2026
c7cbe63
fix: super a tsfae13.R
munoztd0 Mar 2, 2026
104909a
Merge remote-tracking branch 'origin/jnj_templates_scripts' into jnj_…
munoztd0 Mar 2, 2026
e4e30b8
fix: super a tsfae13.R
munoztd0 Mar 2, 2026
0b3e07d
change the decimal format of tsids01
munoztd0 Mar 2, 2026
d19dd0a
Merge branch 'jnj_templates_scripts' into jnj_templates_scripts_1_cha…
munoztd0 Mar 2, 2026
a32d0b3
Merge remote-tracking branch 'origin/jnj_templates_scripts' into jnj_…
munoztd0 Mar 2, 2026
c923f1a
Merge remote-tracking branch 'origin/jnj_templates_scripts_1_change_d…
munoztd0 Mar 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ images
^.revdeprefs\.yaml$
^revdep$
^\.covrignore$
^\.idea$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ vignettes/*.md
vignettes/*.R
coverage.*
.vscode/
.idea/
node_modules/
package-lock.json
package.json
Expand Down
1 change: 1 addition & 0 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ linters: linters_with_defaults(
line_length_linter = line_length_linter(120),
object_usage_linter = NULL
)
exclusions: list("tests/testthat/source_code")
13 changes: 10 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ Depends:
R (>= 4.2),
rlistings (>= 0.2.13),
rtables (>= 0.6.15),
tern (>= 0.9.10)
tern (>= 0.9.10),
junco (>= 0.1.2)
Imports:
pharmaverseadamjnj (>= 0.0.2),
pharmaversesdtmjnj (>= 0.0.1),
pharmaverseadam (>= 1.3.0),
random.cdisc.data (>= 0.3.16)
Suggests:
Expand All @@ -41,15 +44,19 @@ Suggests:
testthat (>= 3.0),
tibble,
tidyr,
withr (>= 2.0.0)
withr (>= 2.0.0),
labelled,
envsetup
VignetteBuilder:
knitr
Remotes:
insightsengineering/formatters@main,
insightsengineering/rlistings@main,
insightsengineering/rtables@main,
insightsengineering/tern@main,
pharmaverse/pharmaverseadam@main
pharmaverse/pharmaverseadam@main,
johnsonandjohnson/pharmaverseadamjnj@main,
johnsonandjohnson/pharmaversesdtmjnj@main
biocViews:
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Generated by roxygen2: do not edit by hand

import(formatters)
import(junco)
import(pharmaverseadam)
import(pharmaverseadamjnj)
import(pharmaversesdtmjnj)
import(random.cdisc.data)
import(rtables)
import(tern)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# scda.test 0.0.0.9107


### New Features
* Added jnj template scripts



# scda.test 0.0.0.9102

### New Features
* Added table tests from `tern`.
* Added tests for listings.
Expand Down
2 changes: 1 addition & 1 deletion R/scda.test.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@


# Fix R CMD check notes
#' @import formatters rtables tern random.cdisc.data pharmaverseadam
#' @import formatters rtables tern random.cdisc.data pharmaverseadam junco pharmaversesdtmjnj pharmaverseadamjnj
#' @importFrom rlistings as_listing
NULL
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ TLG
cdisc
funder
scda
jnj
Loading
Loading