-
Notifications
You must be signed in to change notification settings - Fork 3
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
2 changed files
with
29 additions
and
4 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,3 +1,3 @@ | ||
Version: 0.0.1 | ||
Date: 2022-01-04 17:02:07 UTC | ||
SHA: 5ce92b651ce901e35d392ffc70ac1e1493e138d5 | ||
Version: 0.1.0 | ||
Date: 2023-09-18 07:00:44 UTC | ||
SHA: 899da2e27805731f0e143f6a500df5afcbf4eaab |
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,5 +1,30 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
0 errors | 0 warnings | 2 note | ||
|
||
* This is a new release. | ||
|
||
### Note 1 | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Xianying Tan <[email protected]>’ | ||
|
||
New submission | ||
|
||
Package was archived on CRAN | ||
|
||
CRAN repository db overrides: | ||
X-CRAN-Comment: Archived on 2023-08-19 for policy violation. | ||
|
||
Downloading on installation from github. | ||
|
||
The package was archived on CRAN because it downloads rust dependencies during | ||
installing and use multiple CPUs when building rust binaries. I've fixed the two issues. | ||
|
||
### Note 2 | ||
|
||
* checking installed package size ... NOTE | ||
installed size is 7.5Mb | ||
sub-directories of 1Mb or more: | ||
libs 7.5Mb | ||
|
||
The reason that the package size is large is it includes the Rust dependencies. |