-
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.
read me changes, DESCRIPTION changes, news.md
- Loading branch information
Showing
6 changed files
with
26 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: comlandr | ||
Title: Pulls and processes commercial fishing data | ||
Version: 0.2.0 | ||
Version: 0.3.0 | ||
Authors@R: c(person("Sean", "Lucey", email = "[email protected]", role = c("aut","cre")), | ||
person("Andy", "Beet", email = "[email protected]", role = c("aut"))) | ||
Description: Pulls and processes commercial fishing data (US and NAFO) | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,15 +1,28 @@ | ||
# comlandr 0.1.0 | ||
# comlandr 0.3.0 | ||
|
||
Initial release | ||
Standalone functionality for pulling NAFO data | ||
|
||
`get_foreign_data` - pulls data from NAFOs STATLANT 21B database | ||
|
||
# comlandr 0.2.0 | ||
|
||
Added supporting `get` functions to pull information from supporting oracle tables | ||
|
||
`get_areas` - pull stat area, region, NAFO codes | ||
|
||
`get_gears` - pull gear type, codes, description | ||
|
||
`get_vessels` - pull tonnage, crew size | ||
|
||
`get_locations` - pull lat, lon, 10 min sq. | ||
|
||
`get_ports` - pull port names and locations | ||
|
||
`get_species` - pull species name, market code information | ||
|
||
`get_species_itis` - pull species itis information | ||
|
||
|
||
# comlandr 0.1.0 | ||
|
||
Initial release |