-
Notifications
You must be signed in to change notification settings - Fork 0
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
27 changed files
with
752 additions
and
1,152 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,8 +1,8 @@ | ||
Package: matsindf | ||
Type: Package | ||
Title: Matrices in data frames | ||
Title: Matrices in Data Frames | ||
Version: 0.3.0 | ||
Date: 2019-01-26 | ||
Date: 2019-02-05 | ||
Authors@R: c(person("Matthew", "Heun", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-7438-214X"), | ||
email = "[email protected]")) | ||
|
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
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
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,38 +1,61 @@ | ||
## Context | ||
`matsindf` is a new package that provides functions to work with matrices stored in data frames. | ||
|
||
## Test environments | ||
* local macOS X install 10.14.2 (Mojave), R3.5.2 | ||
* ubuntu 14.04.5 (on Travis CI), R3.5.2 | ||
* windows (on win-builder) | ||
* `devtools::check_win_devel()`, R Under development (unstable) (2019-01-25 r76015) | ||
## Test environments (7 in total) | ||
* Local macOS X install 10.14.2 (Mojave), R3.5.2 | ||
* TRAVIS-CI ubuntu 14.04.5, R3.5.2 | ||
* Windows (on win-builder) | ||
* `devtools::check_win_release()`, R3.5.2 (2018-12-20) | ||
* `devtools::check_win_devel()`, R Under development (unstable) (2019-02-04 r76055) | ||
* rhub | ||
* `devtools::check_rhub()` | ||
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit | ||
* Ubuntu Linux 16.04 LTS, R-release, GCC | ||
* Fedora Linux, R-devel, clang, gfortran | ||
|
||
## R CMD check results | ||
* NOTEs: 2 | ||
* The first NOTE states (correctly) that `matsindf` is a new submission to CRAN. | ||
* The second NOTE occurs only in rhub's "Ubuntu Linux 16.04 LTS, R-release, GCC" environment. | ||
* The note states that `Author field differs from that derived from Authors@R`. | ||
* But my `DESCRIPTION` file contains only an `Authors@R` field, not an `Author` field. | ||
* So this NOTE is surprising, and it occurs in only one of six test environments. | ||
* WARNING: 1 | ||
* The single WARNING occurs only in rhub's "Fedora Linux, R-devel, clang, gfortran" environment. | ||
* No WARNINGs occur in any other environments, | ||
including the R-devel environment on win-builder (`devtools::check_win_devel()`). | ||
* The warning on rhub's "Fedora Linux, R-devel, clang, gfortran" environment appears to be connected to | ||
an installation failure for the helvetica font. | ||
* The warning contains the text | ||
* `Error: processing vignette 'matsindf.Rmd' failed with diagnostics:` | ||
* `X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 5 at size 11 could not be loaded` | ||
* I don't think this Error is the fault of the `matsindf` package. | ||
* Rather, the Error is unique to rhub's "Fedora Linux, R-devel, clang, gfortran" environment | ||
and appear to be the result of a font installation failure in that environment. | ||
* ERRORs: 0 | ||
* No errors occur. | ||
* Local macOS X install 10.14.2 (Mojave), R3.5.2 | ||
* 0 ERRORs | ||
* 0 WARNINGs | ||
* 0 NOTEs | ||
* TRAVIS-CI ubuntu 14.04.5, R3.5.2 | ||
* 0 ERRORs | ||
* 0 WARNINGs | ||
* 0 NOTEs | ||
* Windows (on win-builder) | ||
* `devtools::check_win_release()`, R3.5.2 (2018-12-20) | ||
* 0 ERRORs | ||
* 0 WARNINGs | ||
* 1 NOTE: New submission (as expected) | ||
* `devtools::check_win_devel()`, R Under development (unstable) (2019-02-04 r76055) | ||
* 2 ERRORs | ||
* The 2 ERRORs are test failures that occur only in this R-devel environment. | ||
* Both ERRORs are test failures of the type "target is logical, current is character" | ||
* I don't think these ERRORs are the fault of the `matsindf` package. | ||
* 0 WARNINGs | ||
* 1 NOTE: New submission (as expected) | ||
* rhub | ||
* `devtools::check_rhub()` | ||
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit | ||
* 0 ERRORs | ||
* 0 WARNINGs | ||
* 1 NOTE: New submission (as expected) | ||
* Ubuntu Linux 16.04 LTS, R-release, GCC | ||
* 0 ERRORs | ||
* 0 WARNINGs | ||
* 2 NOTEs | ||
* The first note identifies `matsindf` as a new submission (as expected). | ||
* The second note says `Author field differs from that derived from Authors@R`. | ||
* This note occurs in only this environment. | ||
* I do not have an `Author` field in the DESCRIPTION file. | ||
* I don't think this NOTE is the fault of the `matsindf` package. | ||
* Fedora Linux, R-devel, clang, gfortran | ||
* 0 ERRORs | ||
* 1 WARNING | ||
* This WARNING occurs only in this environment and only when building a vignette. | ||
* The WARNING states `X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 5 at size 11 could not be loaded` | ||
* I don't think this WARNING is the fault of the `matsindf` package. | ||
Rather, the warning appears to be a font issue that is unique to this R-devel environment. | ||
|
||
## Downstream dependencies | ||
There are currently no downstream dependencies for `matsindf`. |
Oops, something went wrong.