Entering edit mode
zhezhenwang
•
0
@zhezhenwang-21679
Last seen 5.0 years ago
Hi I am running BiocCheck on my new package and I get the following error message
- Checking for deprecated package usage... Warning in readLines(file, skipNul = TRUE) : InternetOpenUrl failed: 'The server name or address could not be resolved' Error in readLines(file, skipNul = TRUE) : cannot open the connection
I did not use readLines in my package, so totally do not know what this error message means and where I should change.