Entering edit mode
florent.dumont
•
0
@florentdumont-12334
Last seen 4.2 years ago
Hi everybody,
I used the check function from rstudio to check my package source code and the execution stop early with status 1. Here is the error displayed:
No methods found in package 'RSQLite' for request: 'dbListFields' when loading 'oligo'
Error in attributes(.Data) <- c(attributes(.Data), attrib) :
attribut 'names' [2] doit �tre de m�me longueur que le vecteur [1]
Calls: <Anonymous> ... markdown_pass2 -> mdxml_children_to_rd_top -> structure
So i dont undestand why i have no indications that could help me to know from which file could come the issue. And i dont know if there is 3 issues:
- No methods found...
- Error in attributes...
- Calls : <Anonymous>...
Or if it it is the same issue that generate the 3 messages ?
In addition, this error
Error in attributes(.Data) <- c(attributes(.Data), attrib) : attribut 'names' [2] doit �tre de m�me longueur que le vecteur [1]"
seems to be a "classical" size object error when executing R code so i was wondering how it is possible to have this kind of error so early in the check process ?
Thank you for your help !