Skip to content

Commit 058d98f

Browse files
committed
logo
1 parent 555c2b9 commit 058d98f

5 files changed

Lines changed: 54 additions & 1 deletion

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
^docs$
66
^pkgdown$
77
^\.github$
8+
^README\.Rmd$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: svutils
22
Title: Scienceverse Utilities
3-
Version: 0.0.0.9001
3+
Version: 0.0.0.9002
44
Authors@R: c(
55
person(
66
given = "Lisa",

README.Rmd

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
output: github_document
3+
---
4+
5+
<!-- README.md is generated from README.Rmd. Please edit that file -->
6+
7+
```{r, include = FALSE}
8+
knitr::opts_chunk$set(
9+
collapse = TRUE,
10+
comment = "#>",
11+
fig.path = "man/figures",
12+
out.width = "100%"
13+
)
14+
```
15+
16+
# svutils <a href="https://www.scienceverse.org/svutils/"><img src="man/figures/logo.png" align="right" height="120" /></a>
17+
18+
<!-- badges: start -->
19+
<!-- badges: end -->
20+
21+
The goal of svutils is to collect common utility functions used by scienceverse packages, such as [metacheck](https://scienceverse.org/metacheck) and [faux](https://scienceverse.org/faux).
22+
23+
## Installation
24+
25+
You can install the development version of svutils from [GitHub](https://github.com/) with:
26+
27+
``` r
28+
devtools::install_github("scienceverse/svutils")
29+
```
30+

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
<!-- README.md is generated from README.Rmd. Please edit that file -->
3+
4+
# svutils <a href="https://www.scienceverse.org/svutils/"><img src="man/figures/logo.png" align="right" height="120" /></a>
5+
6+
<!-- badges: start -->
7+
8+
<!-- badges: end -->
9+
10+
The goal of svutils is to collect common utility functions used by
11+
scienceverse packages, such as
12+
[metacheck](https://scienceverse.org/metacheck) and
13+
[faux](https://scienceverse.org/faux).
14+
15+
## Installation
16+
17+
You can install the development version of svutils from
18+
[GitHub](https://github.com/) with:
19+
20+
``` r
21+
devtools::install_github("scienceverse/svutils")
22+
```

man/figures/logo.png

95.5 KB
Loading

0 commit comments

Comments
 (0)