-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
88 lines (62 loc) · 2.81 KB
/
README.Rmd
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# galaxias <img src="man/figures/logo.png" align="right" style="margin: 0px 10px 0px 10px;" alt="" width="120"/><br>
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/galaxias)](https://CRAN.R-project.org/package=galaxias)
<!-- badges: end -->
## Overview
`galaxias` is an R package that helps users describe, package and share
biodiversity information using the ['Darwin Core'](https://dwc.tdwg.org) data
standard. It was created by the
[Science & Decision Support Team](https://labs.ala.org.au) at the
[Atlas of Living Australia](https://www.ala.org.au) (ALA).
The package is named for a genus of freshwater fish that is found only in the
Southern Hemisphere, and predominantly in Australia and New Zealand.
If you have any comments, questions or suggestions, please [contact us](mailto:[email protected]).
## Installation
This package is under active development, and is not yet available on CRAN. You
can install the latest development version from GitHub with:
```{r, eval = FALSE}
install.packages("remotes")
remotes::install_github("atlasoflivingaustralia/galaxias")
```
Load the package:
```{r, eval = FALSE}
library(galaxias)
```
## Features
`galaxias` contains tools to:
- Create a new RStudio project or package for storing biodiversity data
and data-processing scripts using `galaxias_project()`.
- Create documents to describe the origin and structure of your data using
`build_metadata()` and `build_schema()`.
- Zip up your data for sharing or publication using `build_archive()`.
- Check data for consistency with the Darwin Core standard, either locally
using `check_archive()`, or via API using `validate_archive()`.
`galaxias` is part of a group of packages that help users publish data using
the Darwin Core standard. The other packages are:
- [`corella`](https://corella.ala.org.au) for converting tibbles to the required column names
- [`paperbark`](https://paperbark.ala.org.au) for converting markdown files to `xml`.
## Citing galaxias
To generate a citation for the package version you are using, you can run:
```r
citation(package = "galaxias")
```
The current recommended citation is:
> Westgate MJ, Balasubramaniam S & Kellie D (2024) galaxias: Standardise,
> Document and Share Biodiversity Data. R Package version 0.1.0.9999.
## Contributors
Developers who have contributed to `galaxias` are listed here (in alphabetical
order by surname):
Amanda Buyan ([@acbuyan](https://github.com/acbuyan)),
Fonti Kar ([@fontikar](https://github.com/fontikar)),
Peggy Newman ([@peggynewman](https://github.com/peggynewman)) &
Andrew Schwenke ([@andrew-1234](https://github.com/andrew-1234))