Package: linea
Title: Linear Regression Interface
Version: 0.0.3
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: anytime, 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-08-19 07:41:06 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-08-19 08:20:02 UTC
