[Bioc-devel] R 4.0.3 for Windows R CMD check finds 'abort'
Sorry, there was mistype in previous email. Here is the reproducible example again. This code produces the NOTE when run in a fresh R 4.0.3 for Windows session:
library(Rcpp)
Rcpp.package.skeleton("TestPack", example_code = TRUE)
library(devtools)
check("TestPack")
-----Original Message-----
From: Gordon K Smyth
Sent: Tuesday, 20 October 2020 7:58 AM
To: Martin Morgan <mtmorgan.bioc at gmail.com>; bioc-devel at r-project.org
Subject: RE: [Bioc-devel] R 4.0.3 for Windows R CMD check finds 'abort'
If you're interested, here is a small reproducible example. This example uses
Rcpp, but I think that any src code will give the same NOTE:
library(Rcpp)
Rcpp.package.skeleton("TestPack", example_code = TRUE)
library(devtools)
install.package("devtools")
check("TestPack")
_______________________________________________ The information in this email is confidential and intended solely for the addressee. You must not disclose, forward, print or use it without the permission of the sender. The Walter and Eliza Hall Institute acknowledges the Wurundjeri people of the Kulin Nation as the traditional owners of the land where our campuses are located and the continuing connection to country and community. _______________________________________________