-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
22 additions
and
0 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,25 @@ | ||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There were 2 NOTEs: | ||
|
||
❯ checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Abraham Jaimes <[email protected]>’ | ||
|
||
New maintainer: | ||
Abraham Jaimes <[email protected]> | ||
Old maintainer(s): | ||
Abraham Jaimes <[email protected]> | ||
|
||
COMMENT: That's my personal email more likely to keep it for a long time. | ||
|
||
❯ checking installed package size ... NOTE | ||
installed size is 6.7Mb | ||
sub-directories of 1Mb or more: | ||
libs 5.6Mb | ||
|
||
COMMENT: I found this usually happens on LINUX architectures, but not under Windows or OSX. Some functions of my package were written in C++ using Rcpp and as far as I know this inflation of the libs subdirectory is due to it. | ||
|
||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
|