Skip to content

Commit

Permalink
Update Description and website
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalster committed Nov 16, 2023
1 parent 49a3a8c commit 1d139e8
Show file tree
Hide file tree
Showing 102 changed files with 1,102 additions and 239 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Package
Package: traits.build
Title: Package used to build an AusTraits data resource
Title: A workflow for harmonising trait data from diverse sources into a documented standard structure.
Version: 1.0.0
Maintainer: Daniel Falster <[email protected]>
Authors@R: c(
Expand All @@ -11,7 +11,7 @@ Authors@R: c(
person("ARDC", role = c("fnd")),
person("ARC", role = c("fnd"))
)
Description: This package enables harmonising of data from diverse sources. The code was originally built to support AusTraits, an open-source compilation of data on the traits of Australian plant species. For more information on AusTraits go to https://austraits.org.
Description: The `traits.build` package provides a workflow to harmonise trait data from diverse sources. The code was originally built to support AusTraits (see Falster et al 2021, <doi:10.1038/s41597-021-01006-6>, <https://github.com/traitecoevo/autraits.build>) and has been generalised here to support construction of other trait databases. For detailed instructions and examples see <https://traitecoevo.github.io/traits.build-book/>.
BugReports: https://github.com/traitecoevo/traits.build/issues
URL: http://traitecoevo.github.io/traits.build/
License: BSD_2_clause + file LICENCE
Expand Down
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# traits.build 0.9.0
# traits.build 1.0.0

* Moved vignettes to <https://traitecoevo.github.io/traits.build-book/>
* migrate code from <http://traitecoevo.github.io/austraits.build/articles/>
This is the first major release of the {traits.build} package, providing a workflow to enable harmonise data from diverse sources. The code was originally built to support AusTraits (see Falster et al 2021, <doi:10.1038/s41597-021-01006-6>, <https://github.com/traitecoevo/autraits.build>) and has been generalised here to support construction of other trait databases. Detailed instructions are available at

- package website: <https://traitecoevo.github.io/traits.build/>
- package book: <https://traitecoevo.github.io/traits.build-book/>

20 changes: 15 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ navbar:

reference:
- title: Building a dataset or compilation
desc: Functions that can be used when building individual datasets and entire compilation
desc: Functions that can be used when building individual datasets and entire compilation.
contents:
- '`build_setup_pipeline`'
- '`build_combine`'
Expand All @@ -45,7 +45,7 @@ reference:
- '`util_get_version`'

- title: Creating metadata files
desc: functions that help you create metadata files
desc: Functions that help you create metadata files.
contents:
- '`dataset_test`'
- '`metadata_create_template`'
Expand All @@ -67,7 +67,7 @@ reference:
- '`dataset_find_taxon`'

- title: Reading & writing files
desc: Enable reading and wring of various file types
desc: Enable reading and wring of various file types.

This comment has been minimized.

Copy link
@ehwenk

ehwenk Nov 16, 2023

Collaborator

wring -> writing

contents:
- '`read_csv_char`'
- '`read_metadata`'
Expand All @@ -76,6 +76,15 @@ reference:
- '`write_yaml`'
- '`write_plaintext`'

- title: Working with outputs
desc: Functions to work with compiled traits.build objects.
contents:
- '`plot_trait_distribution_beeswarm`'
- '`check_pivot_duplicates`'
- '`check_pivot_wider`'
- '`db_traits_pivot_longer`'
- '`db_traits_pivot_wider`'

- title: Building a compilation (private)
desc: Private functions that are called in the background when building individual datasets and entire compilation. These are only of interest to developers.
contents:
Expand Down Expand Up @@ -104,8 +113,9 @@ reference:
- '`read_metadata_dataset`'
- '`write_metadata_dataset`'

- title: Diverse utility functions for converting and working with various data types
desc: ~

- title: Diverse utility functions
desc: Diverse utility functions for converting and working with various data types.
contents:
- '`util_append_to_list`'
- '`bib_print`'
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 16 additions & 8 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-10-10T04:19Z
last_built: 2023-11-16T05:34Z
urls:
reference: http://traitecoevo.github.io/traits.build/reference
article: http://traitecoevo.github.io/traits.build/articles
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/bib_print.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/build_add_version.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/build_combine.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions docs/reference/build_setup_pipeline.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d139e8

Please sign in to comment.