Package: ALUES
Type: Package
Title: Agricultural Land Use Evaluation System
Version: 0.2.1
Date: 2022-01-10
Authors@R: c(
    person("Al-Ahmadgaid B.", "Asaad", , "alahmadgaid@gmail.com", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0003-3784-8593")
    ),
    person("Arnold R.", "Salvacion", , "arsalvacion@gmail.com", role = "aut",
      comment = c(ORCID = "0000-0001-8868-2226")
    ),
    person("Bui", "Tan Yen", , "", role = "aut")
  )
Maintainer: Al-Ahmadgaid B. Asaad <alahmadgaid@gmail.com>
Author: Al-Ahmadgaid B. Asaad [aut, cre]
    (<https://orcid.org/0000-0003-3784-8593>),
  Arnold R. Salvacion [aut] (<https://orcid.org/0000-0001-8868-2226>),
  Bui Tan Yen [aut]
Description: Evaluates land suitability for different crops production. 
  The package is based on the Food and Agriculture Organization (FAO) and the 
  International Rice Research Institute (IRRI) methodology for land evaluation. 
  Development of ALUES is inspired by similar tool for land evaluation, Land Use 
  Suitability Evaluation Tool (LUSET). The package uses fuzzy logic approach to evaluate 
  land suitability of a particular area based on inputs such as rainfall, temperature, 
  topography, and soil properties. The membership functions used for fuzzy modeling are 
  the following: Triangular, Trapezoidal and Gaussian. The methods for computing the 
  overall suitability of a particular area are also included, and these are the Minimum, 
  Maximum and Average. Finally, ALUES is a highly optimized library with core algorithms 
  written in C++.
License: MIT + file LICENSE
LazyData: true
LinkingTo: Rcpp
Encoding: UTF-8
Depends: R (>= 3.5.0), Rcpp (>= 0.10.6)
Suggests: testthat, markdown, knitr, microbenchmark, ggmap, raster,
        reshape2
RoxygenNote: 7.1.1
VignetteBuilder: knitr
URL: https://github.com/alstat/ALUES/
BugReports: https://github.com/alstat/ALUES/issues/
NeedsCompilation: yes
Packaged: 2022-01-12 13:31:00 UTC; al-ahmadgaidasaad
Repository: CRAN
Date/Publication: 2022-01-12 21:12:44 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 00:37:56 UTC; windows
Archs: x64
