-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #492 from jdblischak/getfromnamespace
Use getFromNamespace instead of ::: to fix S3 dispatch for as_gt()
- Loading branch information
Showing
2 changed files
with
2 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +0,0 @@ | ||
# gsDesign2 1.1.3 | ||
|
||
We are aware of the following NOTE, and we also maintain {simtrial}: | ||
|
||
``` | ||
* checking dependencies in R code ... NOTE | ||
Missing object imported by a ':::' call: ‘simtrial:::as_gt.simtrial_gs_wlr’ | ||
``` | ||
|
||
|
||
# gsDesign2 1.0.7 | ||
|
||
## Resubmission | ||
|
||
This is a resubmission. In this version I have: | ||
|
||
* Exported the internal functions to avoid the use of ::: in code examples. | ||
|
||
* Fixed the write path issue by moving the test fixture generation script to data-raw/ which is not included in the package. | ||