-
Notifications
You must be signed in to change notification settings - Fork 2
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
3 changed files
with
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: parglm | ||
Type: Package | ||
Title: Parallel GLM | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Authors@R: c( | ||
person("Benjamin", "Christoffersen", | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# pargm 0.1.1 | ||
* A `FAST` method is added which computes the Fisher information and then solves | ||
the normal equation as in `speedglm`. | ||
* One change which decreased the computation time. | ||
* Minor bug fixes. |
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,25 +1,20 @@ | ||
## Test environments | ||
* local Windows 10 machine with R 3.5.0 | ||
* Ubuntu 18.04 LTS | ||
R version 3.5.1 | ||
* Ubuntu 14.04.5 LTS (on travis-ci with codename: trusty) | ||
R version 3.5.2 | ||
* win-builder (devel and release) | ||
* Ubuntu 14.04 (on travis-ci), R 3.5.1 | ||
* Ubuntu 17.10 with clang 6.0.0, devel, and ASAN/UBSAN settings | ||
* Local Ubuntu 18.04 with R 3.5.2 and with clang 6.0.0 with ASAN and | ||
UBSAN checks | ||
* The following rhub platforms: | ||
debian-gcc-devel | ||
fedora-clang-devel | ||
fedora-gcc-devel | ||
debian-gcc-patched | ||
debian-gcc-devel | ||
debian-gcc-release | ||
solaris-x86-patched | ||
linux-x86_64-rocker-gcc-san | ||
solaris-x86-patched | ||
|
||
## R CMD check results | ||
There were no ERRORs, or WARNINGs. There is a NOTE on `fedora-gcc-devel` and | ||
`debian-gcc-release` on rhub about the size of the package. | ||
|
||
## Resubmission | ||
I have added two author's as copyright holders. | ||
|
||
The Boost Software License should be GPL-compatible according to | ||
https://www.gnu.org/licenses/license-list.en.html. | ||
|
||
There are not references about the method which I can add to the Description. |