-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 880 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: agrostatistics
Type: Package
Title: Tools For Population Genetics Analysis of Phytopathogens and Prediction of Agricultural Variables
Version: 0.1.0
Author: Camilo Patarroyo
Maintainer: Camilo Patarroyo <ca.patarroyo960@uniandes.edu.co>
Description: This package contains functions for two main tasks. The first is the prediction of variables of importance in agriculture such as the time to harvest, and the harvested amount depending on the environmental variables and agricultural practices.
The second is the genetic analysis of populations of phytopathogens in the frame of environmental demogenetics, and appearance prediction.
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
Imports:
methods,
adegenet,
poppr,
parallel,
poweRlaw,
abc
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)