Skip to content

Commit

Permalink
Prep for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
haziqj committed Apr 1, 2024
1 parent 0018ca6 commit 27f9dea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Description: Provides methods to perform and analyse I-prior regression models.
URL: https://github.com/haziqj/iprior
BugReports: https://github.com/haziqj/iprior/issues
License: GPL (>= 3.0)
Language: en-GB
Depends:
R (>= 3.2.5)
Imports:
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# v0.7.4

* Small update to fix CRAN issues.

# v0.7.2

* Updated `get_kern_matrix()` accessor function.
* Fixed bug in delta method conversion of standard errors in direct optimisation.
* Updated references and README.
Expand Down
23 changes: 10 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
## Fixes
This version addresses failed build under R-devel due to the change in random number generation for current R-devel.
This version fixes the Rd metadata check NOTEs regarding PKGNAME alias.

## Test environments
* local macOS Mojave 10.14.3, R 3.5.3
* macOS High Sierra 10.13.3 on travis-ci, R 3.4.4
* Ubuntu 14.04.5 LTS on travis-ci, R devel, release and oldrel (with valgrind)
* Windows Server 2012 R2 x64 build 9600 on appveyor-ci, R devel, release and oldrel
* win-builder (devel)
r-lib GH action
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

## R CMD check results
There were no ERRORs or WARNINGs.

There were 2 NOTEs:
There were 1 NOTEs:

* checking installed package size ... NOTE
installed size is 10.1Mb
installed size is 19.7Mb
sub-directories of 1Mb or more:
libs 8.7Mb
libs 18.2Mb

*This NOTE appears only with linux systems (i.e., it does not appear with macOS or win-builder). The size is due to a .so file resulting from the usage of RcppEigen.*

* Uses the superseded package: 'doSNOW'

*Use of the 'doSNOW' package as opposed to the 'doParallel' package is required due to the support of the printed txtProgressBar in the 'doSNOW' package.*

## Downstream dependencies
There are currently no downstream dependencies for this package.

0 comments on commit 27f9dea

Please sign in to comment.