Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Bioc check #21

Open
gabrielodom opened this issue Apr 4, 2022 · 8 comments
Open

Error in Bioc check #21

gabrielodom opened this issue Apr 4, 2022 · 8 comments
Assignees

Comments

@gabrielodom
Copy link
Member

Hi Tiago,
Our build is currently failing: http://bioconductor.org/checkResults/devel/bioc-LATEST/coMethDMR/nebbiolo1-checksrc.html
The issue is that tail() is not imported from the utils:: namespace to ours. Can you please add this dependency? Code in question below:

tail(names(res[res$title == char,]),1)

@fveitz, when Tiago is finished, please check the package again, increment to version 0.99.17 (to trigger a new build), and push to Bioconductor?

thank you both!

tiagochst added a commit that referenced this issue Apr 4, 2022
@fveitz
Copy link
Collaborator

fveitz commented Apr 4, 2022 via email

@tiagochst
Copy link
Member

tiagochst commented Apr 4, 2022 via email

@fveitz
Copy link
Collaborator

fveitz commented Apr 4, 2022 via email

@tiagochst
Copy link
Member

tiagochst commented Apr 4, 2022 via email

@fveitz
Copy link
Collaborator

fveitz commented Oct 11, 2022 via email

@gabrielodom
Copy link
Member Author

Shoot. Let me take a look tomorrow.

@gabrielodom
Copy link
Member Author

@fveitz, do you have a link to the build report?

@fveitz
Copy link
Collaborator

fveitz commented Oct 24, 2022

Hi @gabrielodom,
I have just pulled, installed, restarted and checked the package.
Please find bellow the results:

0 errors ✓ | 1 warning x | 4 notes xError: R CMD check found WARNINGs
Execution halted

Exited with status 1.

Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L, :
storing paths of more than 100 bytes is not portable:
‘coMethDMR/docs/articles/vin1_Introduction_to_coMethDMR_geneBasedPipeline_files/figure-html/unnamed-chunk-5-1.png’

W checking package subdirectories ...
Subdirectory 'man' contains invalid file names:
‘.AnnotateResults 3.Rd.icloud’ ‘.CloseBySingleRegion 2.Rd.icloud’
‘.CoMethAllRegions 2.Rd.icloud’ ‘.CoMethSingleRegion 2.Rd.icloud’
‘.CpGsInfoAllRegions 2.Rd.icloud’ ‘.CpGsInfoOneRegion 2.Rd.icloud’
‘.CreateOutputDF 2.Rd.icloud’ ‘.CreateParallelWorkers 2.Rd.icloud’
‘.CreateRdrop 2.Rd.icloud’ ‘.FindComethylatedRegions 2.Rd.icloud’
‘.GetCpGsInRegion 2.Rd.icloud’ ‘.GetResiduals 2.Rd.icloud’
‘.ImportSesameData 2.Rd.icloud’ ‘.MarkComethylatedCpGs 2.Rd.icloud’
‘.MarkMissing 2.Rd.icloud’ ‘.NameRegion 2.Rd.icloud’
‘.OrderCpGsByLocation 2.Rd.icloud’ ‘.RegionsToRanges 2.Rd.icloud’
‘.SplitCpGDFbyRegion 2.Rd.icloud’ ‘.WriteCloseByAllRegions
2.Rd.icloud’ ‘.betaMatrix_ex1 2.Rd.icloud’ ‘.betaMatrix_ex2
2.Rd.icloud’ ‘.betaMatrix_ex3 2.Rd.icloud’ ‘.betaMatrix_ex4
2.Rd.icloud’ ‘.betasChr22_df 2.Rd.icloud’ ‘.coMethDMR_setup
2.Rd.icloud’ ‘.lmmTest 2.Rd.icloud’ ‘.lmmTestAllRegions 2.Rd.icloud’
‘.pheno_df 3.Rd.icloud’
Please remove or rename the files.
See section ‘Package subdirectories’ in the ‘Writing R Extensions’
manual.

N checking package dependencies (10.7s)
Package suggested but not available for checking: ‘IlluminaHumanMethylationEPICanno.ilm10b4.hg19’

N checking for portable file names ...
Found the following non-portable file path:
coMethDMR/docs/articles/vin1_Introduction_to_coMethDMR_geneBasedPipeline_files/figure-html/unnamed-chunk-5-1.png

N checking top-level files
Non-standard files/directories found at top level:
‘_pkgdown.yaml’ ‘docs’

N checking R code for possible problems (49.5s)
File ‘coMethDMR/R/zzz.R’:
.onLoad calls:
packageStartupMessage("Checking for cached SeSAMe data.")
packageStartupMessage("Caching SeSAMe data for 450k/EPIC arrays.")

See section ‘Good practice’ in '?.onAttach'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants