Skip to content

Commit

Permalink
fixed description and meta-info
Browse files Browse the repository at this point in the history
  • Loading branch information
jromanowska committed Jul 29, 2021
1 parent 509b214 commit a306c27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
21 changes: 13 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
Package: BasicGitTutorial
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Author: Who wrote it
Maintainer: The package maintainer <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Title: Learning to use git and github
Version: 0.9.0
Authors@R:
person(given = "Julia",
family = "Romanowska",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6733-1953"))
Description: Tutorials created for a course at Univ.of Bergen, for PhD students
in medicine. Contains instructions on how to use git in RStudio and git
together with github.
License: `use_gpl3_license()`
Encoding: UTF-8
LazyData: true
Suggests:
learnr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
fontawesome
7 changes: 6 additions & 1 deletion inst/tutorials/git-multi/git-multi.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---
title: "Git and github for multiple users"
output: learnr::tutorial
output:
learnr::tutorial:
toc_depth: 3
theme: united
highlight: pygments
runtime: shiny_prerendered
description: "Learnr tutorial to start off with git and github. Created for a course for medicine PhD students at Univ.of Bergen."
---

```{r setup, include=FALSE}
Expand Down

0 comments on commit a306c27

Please sign in to comment.