The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
greenfeedr provides a set of functions that help you work with GreenFeed data:
get_gfdata()
downloads GreenFeed data via API.report_gfdata()
downloads and generates markdown
reports of preliminary and finalized GreenFeed data.compare_gfdata()
compare preliminary and finalized
GreenFeed data.process_gfdata()
processes and averages preliminary or
finalized GreenFeed data.pellin()
processes pellet intakes from GreenFeed
units.viseat()
processes GreenFeed visits.More information about how to use greenfeedr can be found in Martinez-Boggio et al. (2024).
To install the latest stable release of greenfeedr
from
CRAN,
use:
install.packages("greenfeedr")
For the development version with the latest updates, install it from GitHub:
install.packages("remotes")
::install_github("GMBog/greenfeedr") remotes
library(greenfeedr)
You can process either preliminary data obtained via the API using
get_gfdata()
or finalized data downloaded from the GreenFeed web
interface.
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.
A premium version is available, specifically designed for commercial setup. It includes advanced features optimized for large-scale data processing, enhanced analytics, and dedicated support.
For more details, please contact Guillermo Martinez-Boggio.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.