-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests to be compatible with R 4.0.0
R 4.0.0 uses stringsAsFactors = TRUE by default when creating data frames.
- Loading branch information
Showing
3 changed files
with
5 additions
and
14 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,11 +1,2 @@ | ||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
* Documented return values for all functions. | ||
|
||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
* Added single quotes to package and software names in the Description. | ||
|
||
* Replaced `\dontrun{}` with `if (interactive()) {}` in examples. | ||
This submission updates the tests to be compatible with R 4.0.0 using | ||
stringsAsFactors = FALSE by default. |
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