Package: linea
Title: Linear Regression Interface
Version: 0.0.1
Authors@R: 
    person("Claudio", "Paladini", , "clode.paladini@gmail.com", 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 , gtrendsR, lubridate , magrittr , methods ,
        openxlsx , plotly , purrr , RColorBrewer , readr , readxl ,
        reshape2 , rlist, sjmisc , stringr , tibble , tidyr , tidyverse
        , tis , zoo
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-05-12 05:47:12 UTC; 44751
Author: Claudio Paladini [aut, cre] (<https://orcid.org/0000-0002-5551-1380>)
Maintainer: Claudio Paladini <clode.paladini@gmail.com>
Repository: CRAN
Date/Publication: 2022-05-13 09:10:15 UTC
