I am trying to run ExperimentHubData::makeExperimentHubMetadata(".") on a package (begin in the working directory).
Platform Windows 10. These are the errors I am getting:
[1] Creating log directory C:\\Users\\wewol\\OneDrive\\Documents/.AnnotationHubData
Attaching package: ‘futile.logger’
The following object is masked _by_ ‘.GlobalEnv’:
DEBUG
Failed to copy the script/BiocCheck.bat or
script/BiocCheckGitClone.bat script to
C:/PROGRA~1/R/R-40~1.3/bin. If you want to be able to run 'R
CMD BiocCheck' you'll need to copy it yourself to a
directory on your PATH, making sure it is executable. See
the BiocCheck vignette for more information.
missing or NA values for 'Coordinate_1_based set to TRUE'
Loading valid species information.
Error: invalid version specification ‘NA’
Question 1. is this my windows system misconfigured, causing the Failure to copy these files or is adding script/BiocCheck.bat, script/BiocCheckGitClone.bat standard procedure?
Question 2. What is the realpath
to these files (should be possible to print in the error message). For the moment, the info in which package they are would be helpful?
Sorry I see this is related to running
ExperimentHubData::makeExperimentHubMetadata(".")
and not directly withBiocCheck
but ExperimentHubData I believe has BiocCheck as a dependency which is why there are probably issues running. Please make sureBiocCheck
is installed for your package and please be sure to be using R-devel (R 4.1) with Bioconductor 3.13 for any incoming package. Once BiocCheck is installed properly, you should be able to run the ExperimentHubData call without ERROR