File tree 2 files changed +2
-20
lines changed
2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -421,5 +421,6 @@ gsd_parts <- function(
421
421
422
422
# ' @export
423
423
as_gt.simtrial_gs_wlr <- function (x , ... ) {
424
- simtrial ::: as_gt.simtrial_gs_wlr(x , ... )
424
+ f <- utils :: getFromNamespace(" as_gt.simtrial_gs_wlr" , " simtrial" )
425
+ f(x , ... )
425
426
}
Original file line number Diff line number Diff line change 1
- # gsDesign2 1.1.3
2
-
3
- We are aware of the following NOTE, and we also maintain {simtrial}:
4
-
5
- ```
6
- * checking dependencies in R code ... NOTE
7
- Missing object imported by a ':::' call: ‘simtrial:::as_gt.simtrial_gs_wlr’
8
- ```
9
-
10
-
11
- # gsDesign2 1.0.7
12
-
13
- ## Resubmission
14
-
15
- This is a resubmission. In this version I have:
16
-
17
- * Exported the internal functions to avoid the use of ::: in code examples.
18
-
19
- * Fixed the write path issue by moving the test fixture generation script to data-raw/ which is not included in the package.
You can’t perform that action at this time.
0 commit comments