Commit be0197fc authored by tekath's avatar tekath
Browse files

Try different remotes bioc: approach.

parent ae238c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LazyData: true
Depends: R (>= 3.4.0)
Imports: Matrix, tximport, sparseDRIMSeq, stageR, rtracklayer, formattable, DT, Gviz, assertthat, scales, ggplot2, reshape2, BiocParallel, Matrix.utils, pheatmap, methods, GenomicRanges, htmltools, htmlwidgets, knitr, stringi 
Suggests: GenomeInfoDb, Seurat (>= 3.0.0), webshot, webshot2, magick
Remotes: github::TobiTekath/sparseDRIMSeq
Remotes: github::TobiTekath/sparseDRIMSeq, bioc::BiocParallel, bioc::GenomicRanges, bioc::Gviz, bioc::rtracklayer, bioc::stageR, bioc::tximport
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
+3 −3
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@ knitr::opts_chunk$set(
Install from GitHub:

```{r eval=F}
if(!requireNamespace(devtools){
    install.packages("devtools")
if(!requireNamespace("remotes", quietly = T)){
    install.packages("remotes")
}
devtools::install_github("TobiTekath/DTUrtle")
remotes::install_github("TobiTekath/DTUrtle")
```

## Basic workflow
+3 −3
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@ single-cell RNA-seq data.**
Install from GitHub:

``` r
if(!requireNamespace(devtools){
    install.packages("devtools")
if(!requireNamespace("remotes", quietly = T)){
    install.packages("remotes")
}
devtools::install_github("TobiTekath/DTUrtle")
remotes::install_github("TobiTekath/DTUrtle")
```

## Basic workflow
+3 −3
Original line number Diff line number Diff line
@@ -100,10 +100,10 @@
<h2 class="hasAnchor">
<a href="#installation" class="anchor"></a>Installation</h2>
<p>Install from GitHub:</p>
<div class="sourceCode" id="cb1"><pre class="r">if(!requireNamespace(devtools){
    install.packages("devtools")
<div class="sourceCode" id="cb1"><pre class="r"><span class="kw">if</span>(!<span class="fu"><a href="https://rdrr.io/r/base/ns-load.html">requireNamespace</a></span>(<span class="st">"remotes"</span>, <span class="kw">quietly</span> <span class="kw">=</span> <span class="no">T</span>)){
    <span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span>(<span class="st">"remotes"</span>)
}
devtools::install_github("TobiTekath/DTUrtle")</pre></div>
<span class="kw pkg">remotes</span><span class="kw ns">::</span><span class="fu"><a href="https://remotes.r-lib.org/reference/install_github.html">install_github</a></span>(<span class="st">"TobiTekath/DTUrtle"</span>)</pre></div>
</div>
<div id="basic-workflow" class="section level2">
<h2 class="hasAnchor">