-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fixes; add dataset_test for example datasets (#186)
* a few bug fixes, identified in part by @hrlai - further mismatches to function names, functions that are now in `austraits` were still listed in `_pkgdown.yml` * another issue uncovered by @hrlai indicated we really needed to run dataset_test on the traits.build example datasets: * added dataset_test for example datasets - includes allowing "output" folders and Readme files in data folders closes issue #183 closes issue #185 closes issue #143
- Loading branch information
Showing
15 changed files
with
280 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
dataset_id,location_id,location_name,location_property,value | ||
Test_2023_2,01,Atherton,description,Tropical rain forest vegetation. | ||
Test_2023_2,01,Atherton,latitude (deg),-17.1166667 | ||
Test_2023_2,01,Atherton,longitude (deg),145.65 | ||
Test_2023_2,01,Atherton,elevation (m),800 | ||
Test_2023_2,01,Atherton,rainfall (mm),2000 | ||
Test_2023_2,02,Cape Tribulation,description,Complex mesophyll vine forest in tropical rain forest. | ||
Test_2023_2,02,Cape Tribulation,latitude (deg),-16.1 | ||
Test_2023_2,02,Cape Tribulation,longitude (deg),145.45 | ||
Test_2023_2,02,Cape Tribulation,elevation (m),25 | ||
Test_2023_2,02,Cape Tribulation,rainfall (mm),3500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
dataset_id,location_id,location_name,location_property,value | ||
Test_2023_3,01,australia,description,First made-up location for testing | ||
Test_2023_3,01,australia,latitude (deg),-26.158 | ||
Test_2023_3,01,australia,longitude (deg),143.685 | ||
Test_2023_3,02,australia_2,description,Second made-up location for testing | ||
Test_2023_3,02,australia_2,latitude (deg),-27.158 | ||
Test_2023_3,02,australia_2,longitude (deg),142.685 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.