Package: linea
Title: Linear Regression Interface
Version: 0.1.1
Authors@R: 
    person("Claudio", "Paladini", , "claudio.paladini@bath.edu", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-5551-1380"))
Description: An interface to accelerate linear regression (Ordinary least squares) modelling, which
  allows users to build models quickly, while automatically generating interactive visualizations of the results.
  Non-linear models specification (e.g. y = b1*x1 + b2*log(x2)) can be easily constructed using user-defined transformations.
  Functions for testing wide ranges of model specifications (e.g. y = b*log(x,10) , y = b*log(x,20) , ...), all at once, are also available.
  Finally, models can be imported and exported as Excel files where all the information necessary for re-running the models is stored in separate sheets.
License: GPL-3
Encoding: UTF-8
Imports: car, dplyr, ggplot2, gtrendsR, lubridate , magrittr , methods
        , openxlsx , plotly , purrr , RColorBrewer , readr , readxl ,
        reshape2 , sjmisc , stringr , tibble , tidyr , tidyverse , tis
        , zoo
RoxygenNote: 7.2.0
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-09-14 14:39:00 UTC; 44751
Author: Claudio Paladini [aut, cre] (<https://orcid.org/0000-0002-5551-1380>)
Maintainer: Claudio Paladini <claudio.paladini@bath.edu>
Repository: CRAN
Date/Publication: 2022-09-15 09:00:02 UTC
Built: R 4.1.3; ; 2023-04-17 20:41:53 UTC; windows
