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 building the package #14

Closed
llrs opened this issue Oct 23, 2018 · 4 comments
Closed

Error building the package #14

llrs opened this issue Oct 23, 2018 · 4 comments
Assignees
Labels
Bioconductor For errors found/related to bioconductor

Comments

@llrs
Copy link
Owner

llrs commented Oct 23, 2018

Error (on build of 2018-10-21 21:45:59 -0400 (Sun, 21 Oct 2018)) related to $ operator, but for building an image. It doesn't seem related to my package' code

MacOS
* creating vignettes ... ERROR
sh: line 1: 30774 Abort trap: 6           'convert' 'BioCor_1_basics_files/figure-html/hclust1-1.png' -trim 'BioCor_1_basics_files/figure-html/hclust1-1.png' > /dev/null
sh: line 1: 31077 Abort trap: 6           'convert' 'BioCor_1_basics_files/figure-html/hclust3-1.png' -trim 'BioCor_1_basics_files/figure-html/hclust3-1.png' > /dev/null
sh: line 1: 31136 Abort trap: 6           'convert' 'BioCor_1_basics_files/figure-html/hclust3b-1.png' -trim 'BioCor_1_basics_files/figure-html/hclust3b-1.png' > /dev/null
Quitting from lines 271-282 (BioCor_1_basics.Rmd) 
Error: processing vignette 'BioCor_1_basics.Rmd' failed with diagnostics:
$ operator is invalid for atomic vectors
Execution halted
Windows
* creating vignettes ... ERROR
Invalid Parameter - /figure-html
Warning in shell(paste(c(cmd, args), collapse = " ")) :
  'convert "BioCor_1_basics_files/figure-html/hclust1-1.png" -trim "BioCor_1_basics_files/figure-html/hclust1-1.png"' execution failed with error code 4
Invalid Parameter - /figure-html
Warning in shell(paste(c(cmd, args), collapse = " ")) :
  'convert "BioCor_1_basics_files/figure-html/hclust3-1.png" -trim "BioCor_1_basics_files/figure-html/hclust3-1.png"' execution failed with error code 4
Invalid Parameter - /figure-html
Warning in shell(paste(c(cmd, args), collapse = " ")) :
  'convert "BioCor_1_basics_files/figure-html/hclust3b-1.png" -trim "BioCor_1_basics_files/figure-html/hclust3b-1.png"' execution failed with error code 4
Quitting from lines 271-282 (BioCor_1_basics.Rmd) 
Error: processing vignette 'BioCor_1_basics.Rmd' failed with diagnostics:
$ operator is invalid for atomic vectors
Execution halted
Linux:
* creating vignettes ... ERROR
Quitting from lines 271-282 (BioCor_1_basics.Rmd) 
Error: processing vignette 'BioCor_1_basics.Rmd' failed with diagnostics:
$ operator is invalid for atomic vectors
Execution halted
@llrs llrs self-assigned this Oct 23, 2018
@llrs llrs added the Bioconductor For errors found/related to bioconductor label Oct 23, 2018
@llrs
Copy link
Owner Author

llrs commented Oct 23, 2018

restfulS, metagene, do have the same error messages

@llrs
Copy link
Owner Author

llrs commented Oct 24, 2018

Still on erro on (2018-10-23 10:39:46 -0400 (Tue, 23 Oct 2018)).

Today restfulSE builds correctly but metagene still don't.

@llrs
Copy link
Owner Author

llrs commented Oct 25, 2018

Marin Morgan reported that the error raises from the new GO.db.
Download and install it the new version (as well as GOSemSim) and then update the code ( remove the $geneSim) at the end of this line:

goSemSim <- GOSemSim::geneSim("241", "251", semData = hsGO,
measure = "Wang", combine="BMA")$geneSim

The code surrounding the vignette might need to change too.

I should take note: to use/update the GO.db to check the packages I depend when it fails!!

@llrs
Copy link
Owner Author

llrs commented Oct 25, 2018

Perhaps the geneSim should be consistent and provide the same structure regardless of what is the geneSim outcome?

@llrs llrs closed this as completed Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bioconductor For errors found/related to bioconductor
Projects
None yet
Development

No branches or pull requests

1 participant