Package: rmcp.stats
Title: R Statistical Analysis Scripts for RMCP
Version: 0.2.0
Description: Collection of R scripts providing statistical analysis capabilities for the 
    Model Context Protocol (MCP) server. Includes regression analysis, time series 
    modeling, machine learning, descriptive statistics, and data visualization functions.
    All scripts are designed to work with JSON input/output for seamless integration
    with Python MCP server infrastructure.
Authors@R: c(person("RMCP Team", email = "contact@gsood.com", role = c("aut", "cre")))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Depends: 
    R (>= 4.0.0)
Imports:
    jsonlite (>= 1.8.0),
    dplyr (>= 1.1.0),
    ggplot2 (>= 3.4.0),
    forecast (>= 8.20.0),
    broom (>= 1.0.0),
    knitr (>= 1.40.0),
    cluster (>= 2.1.0),
    rpart (>= 4.1.0),
    randomForest (>= 4.7.0),
    plm (>= 2.6.0),
    lmtest (>= 0.9.0),
    sandwich (>= 3.0.0),
    AER (>= 1.2.0),
    vars (>= 1.5.0)
Suggests:
    testthat (>= 3.1.0),
    lintr (>= 3.0.0),
    styler (>= 1.9.0)
URL: https://github.com/rmcp-project/rmcp
BugReports: https://github.com/rmcp-project/rmcp/issues
VignetteBuilder: knitr
