Skip to content

Commit

Permalink
Fixed dependency for available tRNAdb server for build success
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixErnst committed Jan 13, 2024
1 parent ddae649 commit 55004e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
.travis.yml
^.*\.gz
^.*\.fsa
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: EpiTxDb
Type: Package
Title: Storing and accessing epitranscriptomic information using the AnnotationDbi interface
Version: 1.15.0
Date: 2021-03-25
Version: 1.15.1
Date: 2024-01-13
Authors@R: person("Felix G.M.",
"Ernst",
email = "[email protected]",
Expand Down Expand Up @@ -69,7 +69,7 @@ Collate:
'modificationsBy.R'
'ranges-helpers.R'
'select-methods.R'
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
BugReports: https://github.com/FelixErnst/EpiTxDb/issues
URL: https://github.com/FelixErnst/EpiTxDb
VignetteBuilder: knitr
3 changes: 2 additions & 1 deletion vignettes/EpiTxDb-creation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ which the modifications can be extracted using `separate()`.
The only input require is a valid organism name returned by
`listAvailableOrganismsFromtRNAdb()`.

```{r}
```{r, eval=FALSE}
# Currently not run since the server is not available
etdb <- makeEpiTxDbFromtRNAdb("Saccharomyces cerevisiae")
etdb
```
Expand Down

0 comments on commit 55004e5

Please sign in to comment.