This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
815dc72
commit 2e8977c
Showing
3 changed files
with
19 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
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,30 +1,30 @@ | ||
# literanger submission | ||
|
||
This is a new release (fifth re-submission). | ||
Submit version 0.0.2: bug fix and performance improvements. | ||
|
||
- Removed Eigen dependency (eliminates header downloads). | ||
|
||
Older changes compared to earlier submissions: | ||
|
||
- Removed 'C++11' system requirement from previous submission. | ||
- Updated case in title and replace T/F with TRUE/FALSE. | ||
- Passes r-lib/actions/examples/check-standard.yaml | ||
- Below are R CMD CHECK results from win-builder and my machine (Ubuntu 22.04). | ||
- Passes r-lib/actions/examples/check-standard.yaml. | ||
- Fixes container overflow identified in: | ||
https://www.stats.ox.ac.uk/pub/bdr/memtests/clang-ASAN/literanger/00check.log | ||
|
||
|
||
# `win-builder` R CMD CHECK results | ||
|
||
``` | ||
❯ checking CRAN incoming feasibility ... [11s] NOTE | ||
Maintainer: 'Stephen Wade <[email protected]>' | ||
New submission | ||
Package was archived on CRAN | ||
Possibly misspelled words in DESCRIPTION: | ||
Buuren (15:62) | ||
Doove (20:17) | ||
al (12:75, 20:26) | ||
et (12:72, 20:23) | ||
CRAN repository db overrides: | ||
X-CRAN-Comment: Archived on 2023-07-10 as issues were not corrected | ||
in time. | ||
0 errors ✔ | 0 warnings ✔ | 1 note ✖ | ||
``` | ||
|
@@ -35,12 +35,13 @@ Older changes compared to earlier submissions: | |
# Ubuntu 22.04 (my machine) R CMD CHECK results | ||
|
||
``` | ||
Duration: 48.3s | ||
── R CMD check results ─────────────────────────────────── literanger 0.0.2 ──── | ||
Duration: 52.8s | ||
❯ checking installed package size ... NOTE | ||
installed size is 7.7Mb | ||
sub-directories of 1Mb or more: | ||
libs 7.5Mb | ||
libs 7.6Mb | ||
0 errors ✔ | 0 warnings ✔ | 1 note ✖ | ||
``` | ||
|