Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
use Rmd README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Sep 28, 2016
1 parent 9075aad commit 58b817d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
^inst/doc/dbhydroR\.log$
^inst/doc/dbhydroR-concordance\.tex$
^inst/doc/dbhydroR\.tex$
^README\.Rmd$
^README-.*\.png$
13 changes: 13 additions & 0 deletions README.md → README.Rmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

![](inst/images/profile.png)

Expand Down

0 comments on commit 58b817d

Please sign in to comment.