-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preparing CRAN submission of PLNmodels 1.2.0
- Loading branch information
Showing
4 changed files
with
22 additions
and
28 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
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,37 +1,43 @@ | ||
|
||
Submitting PLNmodels version 1.1.0 to CRAN | ||
Submitting PLNmodels version 1.2.0 to CRAN | ||
|
||
Fix various bugs, update package documentation for controlling optimization, better integration of the torch backend, better jackknife estimation for PLN. | ||
new feature: ZIPLN (PLN with zero inflation) for standard PLN and PLN Network | ||
|
||
## Tested environments | ||
|
||
* tested locally on Ubuntu Linux 22.04.3 LTS, R-release, GCC | ||
|
||
* tested remotely with win-builder | ||
- Windows Server 2022, R-devel, 64 bit | ||
- Windows Server 2022, R-release (4.3.2), 64 bit | ||
- Windows Server 2022, R-old (4.2.3), 64 bit | ||
- Windows Server 2022, R-release, 64 bit | ||
- Windows Server 2022, R-old, 64 bit | ||
|
||
* tested remotely with github-action | ||
- Linux Ubuntu 22.04, R-release | ||
- Linux Ubuntu 22.04, R-oldrel | ||
- Linux Ubuntu 22.04, R-devel | ||
- Windows Server 2022, R-release, 64 bit | ||
- Windows Server 2022, R-oldrel , 64 bit | ||
- macOS Big Sur 11, R-release | ||
- macOS Big Sur 11, R-oldrel | ||
|
||
all status OK except for | ||
|
||
* the usual NOTE about libs size (RcppArmadillo) | ||
|
||
── R CMD check results ─────────────────────────── PLNmodels 1.1.0 ──── | ||
Duration: 4m 32.7s | ||
R CMD check results PLNmod | ||
Duration: 6m 27.6s | ||
|
||
❯ checking installed package size ... NOTE | ||
installed size is 11.2Mb | ||
installed size is 23.4Mb | ||
sub-directories of 1Mb or more: | ||
doc 2.0Mb | ||
libs 7.8Mb | ||
data 1.4Mb | ||
doc 2.1Mb | ||
libs 18.3Mb | ||
|
||
0 errors ✔ | 0 warnings ✔ | 1 note ✖ | ||
|
||
R CMD check succeeded | ||
|
||
── R CMD check results ─────────────────────────── PLNmodels 1.2.0 ──── | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.