-
Notifications
You must be signed in to change notification settings - Fork 2
/
software.ja.qmd
37 lines (27 loc) · 1.26 KB
/
software.ja.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "ソフトウェア"
lang: ja
date: "`r Sys.Date()`"
output: distill::distill_article
execute:
echo: false
comments: false
toc: false
---
```{r}
#| label: setup
#| include: false
library(distilltools)
```
## `canaper` <img src="https://github.com/ropensci/canaper/blob/main/man/figures/logo.png?raw=true" align="right" alt="" width="120" />
系統的固有性を測るRパッケージ
`r icon_link("github", "Code", "https://github.com/ropensci/canaper")`
`r icon_link("globe", "Website", "https://docs.ropensci.org/canaper/")`
## `taxastand` <img src="https://github.com/joelnitta/taxastand/blob/main/man/figures/logo.png?raw=true" align="right" alt="" width="120" />
学名を統一するRパッケージ
`r icon_link("github", "Code", "https://github.com/joelnitta/taxastand/")`
`r icon_link("globe", "Website", "https://joelnitta.github.io/taxastand/")`
## `dwctaxon` <img src="https://github.com/joelnitta/dwctaxon/blob/main/man/figures/logo.png?raw=true" align="right" alt="" width="120" />
[ダーウィンコア形式](https://www.gbif.org/ja/darwin-core)に従った学名の整理をするRパッケージ
`r icon_link("github", "Code", "https://github.com/joelnitta/dwctaxon/")`
`r icon_link("globe", "Website", "https://joelnitta.github.io/dwctaxon/")`