-
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.
- Loading branch information
Showing
21 changed files
with
160 additions
and
162 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 1.0.0 | ||
Date: 2024-10-16 14:11:39 UTC | ||
SHA: b738b472e7bfe04747898a65e8d48087fd328caa | ||
Date: 2024-10-16 15:48:00 UTC | ||
SHA: 06aa2c9af8d8b20b0846068ab9528f46a691e462 |
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: greenfeedr | ||
Type: Package | ||
Title: Process and Report GreenFeed Data | ||
Title: Process and Report 'GreenFeed' Data | ||
Version: 1.0.0 | ||
Authors@R: | ||
c( | ||
|
@@ -16,12 +16,14 @@ Authors@R: | |
role = c("ctb")) | ||
) | ||
Maintainer: Guillermo Martinez-Boggio <[email protected]> | ||
Description: Functions for downloading, processing, and reporting GreenFeed data. The | ||
GreenFeed system generates large amount of daily data that could be overwhelming for users. | ||
So, the first step is to retrieve data from C-Lock system so use `get_gfdata()` to download via API. | ||
Also, other function such as `report_gfdata()` allows to download and report daily and final data from GreenFeed. | ||
The function `process_gfdata()` process daily or final data for further analysis. Two more functions as | ||
`pellin()` and `viseat()` helps for processing and checking pellet intakes and visits to the GreenFeed. | ||
Description: Downloading, Processing, and Reporting 'GreenFeed' Data. | ||
The 'GreenFeed' system generates substantial amounts of daily data, which can be overwhelming for users. | ||
This package facilitates data retrieval and reporting from the 'GreenFeed' system using a streamlined process. | ||
Users can retrieve data from the 'C-Lock' system via an 'API' using the get_gfdata() function. | ||
Additionally, the report_gfdata() function allows users to generate both daily and final reports from 'GreenFeed' data. | ||
The process_gfdata() function further processes this data for analysis. | ||
For pellet intake processing and visit checks, the package also provides the pellin() and viseat() functions, | ||
ensuring a comprehensive toolset for managing and analyzing 'GreenFeed' data. | ||
License: GPL (>= 3) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
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
Oops, something went wrong.