Skip to content

Commit a306c27

Browse files
committed
fixed description and meta-info
1 parent 509b214 commit a306c27

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

DESCRIPTION

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
Package: BasicGitTutorial
2-
Type: Package
3-
Title: What the Package Does (Title Case)
4-
Version: 0.1.0
5-
Author: Who wrote it
6-
Maintainer: The package maintainer <[email protected]>
7-
Description: More about what it does (maybe more than one line)
8-
Use four spaces when indenting paragraphs within the Description.
9-
License: What license is it under?
2+
Title: Learning to use git and github
3+
Version: 0.9.0
4+
Authors@R:
5+
person(given = "Julia",
6+
family = "Romanowska",
7+
role = c("aut", "cre"),
8+
email = "[email protected]",
9+
comment = c(ORCID = "0000-0001-6733-1953"))
10+
Description: Tutorials created for a course at Univ.of Bergen, for PhD students
11+
in medicine. Contains instructions on how to use git in RStudio and git
12+
together with github.
13+
License: `use_gpl3_license()`
1014
Encoding: UTF-8
1115
LazyData: true
1216
Suggests:
1317
learnr
18+
Roxygen: list(markdown = TRUE)
1419
RoxygenNote: 7.1.1
1520
Imports:
1621
fontawesome

inst/tutorials/git-multi/git-multi.Rmd

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
---
22
title: "Git and github for multiple users"
3-
output: learnr::tutorial
3+
output:
4+
learnr::tutorial:
5+
toc_depth: 3
6+
theme: united
7+
highlight: pygments
48
runtime: shiny_prerendered
9+
description: "Learnr tutorial to start off with git and github. Created for a course for medicine PhD students at Univ.of Bergen."
510
---
611

712
```{r setup, include=FALSE}

0 commit comments

Comments
 (0)