-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
## Submission comments | ||
|
||
This submission is to fix minor bugs in two tests in this package | ||
that would fail under an upcoming version of `lme4`. The new tests | ||
pass under both the current and future version of `lme4`. | ||
This submission is to fix forward-compatibility issues with R 4; specifically, | ||
minor fixes due to changes in the stringsAsFactors default. | ||
|
||
## Test environments | ||
* local Windows install, R-release 3.5.2 | ||
* local Windows install, R-devel 2019-02-02 r76050 | ||
* local Windows install, R-release 3.6.3 | ||
* local Windows install, R-devel 2020-03-16 r77936 | ||
* win-builder Windows install, R-release | ||
* win-builder Windows install, R-devel | ||
* travis-ci Linux install, R-release 3.5.2 | ||
* travis-ci Linux install, R-release 3.6.2 | ||
|
||
## R CMD check results | ||
There were no ERRORS, WARNINGs, or NOTEs. | ||
0 errors | 0 warnings | 0 notes | ||
|
||
## Downstream dependencies | ||
There are no downstream dependencies for this package. |