Skip to content

Commit

Permalink
prepare for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
boennecd committed Jan 19, 2019
1 parent c4a282a commit c2d961b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
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]",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
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.
21 changes: 8 additions & 13 deletions cran-comments.md
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.

0 comments on commit c2d961b

Please sign in to comment.