Skip to content

Commit

Permalink
fix urls, add rmarkdown to suggests for vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 25, 2020
1 parent 59ec505 commit 2fca80c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Imports:
hoardr
Suggests:
knitr,
rmarkdown,
testthat,
dplyr,
plyr
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Included in `traits` with the associated function prefix or function name:
<tr>
<td style="text-align:left;">BETYdb</td>
<td style="text-align:left;"><code>betydb_</code></td>
<td style="text-align:left;">http://www.betydb.org</td>
<td style="text-align:left;">https://www.betydb.org/</td>
</tr>
<tr>
<td style="text-align:left;">NCBI</td>
<td style="text-align:left;"><code>ncbi_</code></td>
<td style="text-align:left;">http://www.ncbi.nlm.nih.gov/</td>
<td style="text-align:left;">https://www.ncbi.nlm.nih.gov/</td>
</tr>
<tr>
<td style="text-align:left;">Encylopedia of Life</td>
Expand Down Expand Up @@ -123,4 +123,4 @@ library("dplyr")
* Get citation information for `traits` in R doing `citation(package = 'traits')`
* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.

[![ropensci_footer](http://ropensci.org/public_images/github_footer.png)](http://ropensci.org)
[![ropensci_footer](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ Included in `traits` with the associated function prefix or function name:
<tr>
<td style="text-align:left;">BETYdb</td>
<td style="text-align:left;"><code>betydb_</code></td>
<td style="text-align:left;">http://www.betydb.org</td>
<td style="text-align:left;">https://www.betydb.org/</td>
</tr>
<tr>
<td style="text-align:left;">NCBI</td>
<td style="text-align:left;"><code>ncbi_</code></td>
<td style="text-align:left;">http://www.ncbi.nlm.nih.gov/</td>
<td style="text-align:left;">https://www.ncbi.nlm.nih.gov/</td>
</tr>
<tr>
<td style="text-align:left;">Encylopedia of Life</td>
Expand Down Expand Up @@ -119,4 +119,4 @@ library("dplyr")
* Get citation information for `traits` in R doing `citation(package = 'traits')`
* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.

[![ropensci_footer](http://ropensci.org/public_images/github_footer.png)](http://ropensci.org)
[![ropensci_footer](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)

0 comments on commit 2fca80c

Please sign in to comment.