diff --git a/index.html b/index.html index b152117..b77ec9c 100644 --- a/index.html +++ b/index.html @@ -69,24 +69,15 @@

An R package for automated downloading and ingestion of data from the Australian Bureau of Agricultural and Resource Economics and Sciences. Not all ABARES data are serviced. The list is hand-picked to be reasonably useful and maintainable, i.e., frequently updated values are not included in this, e.g., Australian crop reports. However, if there is a data set that you feel would be useful to be serviced by {read.abares}, please feel free to open an issue with details about the data set or better yet, open a pull request!

Data serviced include:

@@ -115,7 +106,7 @@

Caching

Multiple Classes Supported

-

{read.abares} supports multiple classes of objects to support your workflow. Select from spatial classes:

+

{read.abares} supports multiple classes of objects to support your workflow. Select from spatial classes for the AGFD NetCDF files:

-

or data.frame objects:

+

or data.frame (data.table) objects:

-

A Note on Testing -

-

I’ve aimed to make the testing for this package as complete as possible. Some of the files downloaded are >1GB and may take several minutes or more than an hour to download and due to their size, I do not wish to include them in the package itself. Therefore, most of these tests do rely on already downloaded and locally cached files. If you wish to work with development of {read.abares} please be aware that it will take some time to establish your local cache before testing will be somewhat faster.

-

I am considering including some pared down examples for tests as the data are released under a CC By 4.0 License, but for now have opted to just use locally cached data for simplicity.

-
-

Metadata

Please report any issues or bugs.

@@ -171,12 +156,22 @@

Citations#> url = {https://adamhsparks.github.io/read.abares/}, #> }

+
+

Contributing +

+
+

A Note on Testing +

+

I’ve aimed to make the testing for this package as complete as possible. Some of the files downloaded are >1GB and may take several minutes or more than an hour to download and due to their size, I do not wish to include them in the package itself. Therefore, most of these tests do rely on already downloaded and locally cached files. If you wish to work with development of {read.abares} please be aware that it will take some time to establish your local cache before testing will be somewhat faster.

+

I am considering including some pared down examples for tests as the data are released under a CC By 4.0 License, but for now have opted to just use locally cached data for simplicity.

-
-

Code of Conduct -

+
+
+

Code of Conduct +

Please note that the {read.abares} project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

+