Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.19 KB

File metadata and controls

37 lines (22 loc) · 1.19 KB

SANvi 0.1.1

In this release

  • we changed abs() to fabs() in .cpp files, resolving the following warning: using integer absolute value function 'abs' when argument is of floating point type highlighted at https://cran.rstudio.com//web/checks/check_results_SANvi.html to avoid removal from CRAN
  • we updated the GitHub actions for package checks

We now report, for the updated version of the package, the following

R CMD check results

  • Running devtools::check(args = c('--as-cran','--no-manual')) locally produces no errors, warnings, or notes.

  • Running devtools::check(remote = TRUE, manual = TRUE) produces

0 errors | 0 warnings | 1 note

  • checking CRAN incoming feasibility ... NOTE

Found the following (possibly) invalid DOIs: DOI: 10.1080/01621459.2021.1933499 From: DESCRIPTION Status: Forbidden Message: 403

However, the links work when building the documentation.

  • Running devtools::check_win_devel() produces

0 errors | 0 warnings | 0 note

  • Finally, in its current state, this package also passes all the standard checks performed via GitHub actions.

Downstream dependencies

There are currently no downstream dependencies for this package.