Bioconductor / AnnotationForge

Tools for building SQLite-based annotation data packages
https://bioconductor.org/packages/AnnotationForge
4 stars 9 forks source link

Making new organism packages rnw #42

Closed villafup closed 1 year ago

villafup commented 1 year ago

@jwokaty -- error below

Build fails. Missing a library?

(base) pvillafuerte@supermicro:~$ R_LIBS_USER="/mnt/STORE1/lib/R/bioc-release" R CMD build AnnotationForge 
* checking for file ‘AnnotationForge/DESCRIPTION’ ... OK
* preparing ‘AnnotationForge’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
*--- re-building ‘MakingNewAnnotationPackages.Rmd’ using knitr
Quitting from lines 2-31 (MakingNewAnnotationPackages.Rmd) 
**Error: processing vignette 'MakingNewAnnotationPackages.Rmd' failed with diagnostics:
could not find function "Biocpkg"**
--- failed re-building ‘MakingNewAnnotationPackages.Rmd’*

SUMMARY: processing the following file failed:
  ‘MakingNewAnnotationPackages.Rmd’

Error: Vignette re-building failed.
Execution halted
hpages commented 1 year ago

Hi @villafup,

2 problems:

So I think the easiest thing to do at this point is to close this PR, in order to avoid any confusion.

If you wish to follow up with the conversion of MakingNewAnnotationPackages.Rnw to Rmd, please:

  1. Resync your fork of the AnnotationForge repo.
  2. Create a new branch e.g. MakingNewAnnotationPackages-Rnw2Rmd.
  3. Do your work on this new branch.
  4. Commit and push.
  5. Submit a new PR and make sure that you use a title that reflects the content of the PR e.g. "Convert MakingNewAnnotationPackages.Rnw to Rmd format".

Thanks!