Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
i2dash
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
loosolab
software
i2dash
Commits
1c3f6316
Commit
1c3f6316
authored
4 years ago
by
arsenij.ustjanzew
Browse files
Options
Downloads
Patches
Plain Diff
added new vignette
parent
39c68149
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#155834
canceled
4 years ago
Stage: build
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vignettes/i2dash-extension.Rmd
+66
-0
66 additions, 0 deletions
vignettes/i2dash-extension.Rmd
with
66 additions
and
0 deletions
vignettes/i2dash-extension.Rmd
0 → 100644
+
66
−
0
View file @
1c3f6316
---
title: "Creating an extension package for i2dash"
author:
- name: Jens Preussner
affiliation:
email: jens.preussner@mpi-bn.mpg.de
- name: Arsenij Ustjanzew
affiliation:
email: arsenij.ustjanzew@@gmail.com
date: "`r BiocStyle::doc_date()`"
package: "`r BiocStyle::pkg_ver('i2dash')`"
output:
rmarkdown::html_document:
toc: true
toc_float: true
fig_caption: true
vignette: >
%\VignetteIndexEntry{Creating an extension package for i2dash}
%\VignettePackage{i2dash}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Vignette last complied on `r Sys.Date()`. i2dash is licenced under `r utils::packageDescription("i2dash")[["License"]]`.
```{r style, echo = FALSE, results = 'asis', include = FALSE}
BiocStyle::markdown()
```
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
error = FALSE,
warning = FALSE,
message = FALSE
)
stopifnot(requireNamespace("htmltools"))
htmltools::tagList(rmarkdown::html_dependency_font_awesome())
library(magrittr)
```
<img src="images/i2dash_logo.png" align="center" width="150px"/>
# Introduction and scope
## Directory structure
## Understanding of the system
# Main function
# Template of the component
## two visualization modes
# Testing the package extension
# Session Info {.unnumbered}
```{r sessioninfo}
sessionInfo()
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment