UBC-MDS / aRidanalysis

aRidanalysis: DRY out your regression analysis!
https://ubc-mds.github.io/aRidanalysis/
Other
0 stars 2 forks source link

Initiate package review request #52

Closed ansarusc closed 3 years ago

CraigEnsemble commented 3 years ago

Adding template here, will fill in with another comment below as a draft


name: Submit software for review about: Use this template to submit software for review


Submitting Author: Name (@github_handle) Other Authors: (delete if none) Name (@github_handle) Repository: Version submitted: Editor: TBD Reviewers: TBD

Archive: TBD Version accepted: TBD


Scope

Technical checks

Confirm each of the following by checking the box.

This package:

Publication options

MEE Options - [ ] The package is novel and will be of interest to the broad readership of the journal. - [ ] The manuscript describing the package is no longer than 3000 words. - [ ] You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see [MEE's Policy on Publishing Code](http://besjournals.onlinelibrary.wiley.com/hub/journal/10.1111/(ISSN)2041-210X/journal-resources/policy-on-publishing-code.html)) - (*Scope: Do consider MEE's [Aims and Scope](http://besjournals.onlinelibrary.wiley.com/hub/journal/10.1111/(ISSN)2041-210X/aims-and-scope/read-full-aims-and-scope.html) for your manuscript. We make no guarantee that your manuscript will be within MEE scope.*) - (*Although not required, we strongly recommend having a full manuscript prepared when you submit here.*) - (*Please do not submit your package separately to Methods in Ecology and Evolution*)

Code of conduct

cmmclaug commented 3 years ago

Submitting Authors:

Repository: https://github.com/UBC-MDS/aRidanalysis Version submitted: 0.3.0 Editor: Tiffany Timbers (@ttimbers) Reviewers: TBD

Archive: TBD Version accepted: TBD


DESCRIPTION:

Package: aRidanalysis
Title: DRY out your regression analysis!
Version: 0.3.0
Authors@R: 
    person(given = "Santiago",
           family = "Rugeles Schoonewolff",
           role = c("aut", "cre"),
           email = "nphaterp@ualberta.ca")
    person(given = "Daniel",
           family = "Ortiz Nunez",
           role = c("aut", "cre"),
           email = "daniel.ortiz.n@gmail.com")
    person(given = "Neel",
           family = "Phaterpekar",
           role = c("aut", "cre"),
           email = "nphaterp@ualberta.ca")
    person(given = "Craig",
           family = "McLaughlin",
           role = c("aut", "cre"),
           email = "cswag7@student.ubc.ca")
Description: The aRidanalysis package allows users to streamline their regression analysis by providing functions that return model objects with familiar sklearn interfaces. An EDA function and model functions for different regression analysis response types are provided to simplify the analysis and modelling process and reduce code duplication. These model objects will allow users to leverage the inference capabilities of the R ecosystem with the prediction pipelines familiar in Python.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports: 
    dplyr,
    tidyr,
    glmnet,
    palmerpenguins,
    ggplot2,
    GGally,
    tidyverse,
    MASS,
    broom,
    AER,
    tibble,
    rlang,
    stringr,
    magrittr
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3

Scope

Technical checks

Confirm each of the following by checking the box.

This package:

Publication options

MEE Options - [ ] The package is novel and will be of interest to the broad readership of the journal. - [ ] The manuscript describing the package is no longer than 3000 words. - [ ] You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see [MEE's Policy on Publishing Code](http://besjournals.onlinelibrary.wiley.com/hub/journal/10.1111/(ISSN)2041-210X/journal-resources/policy-on-publishing-code.html)) - (*Scope: Do consider MEE's [Aims and Scope](http://besjournals.onlinelibrary.wiley.com/hub/journal/10.1111/(ISSN)2041-210X/aims-and-scope/read-full-aims-and-scope.html) for your manuscript. We make no guarantee that your manuscript will be within MEE scope.*) - (*Although not required, we strongly recommend having a full manuscript prepared when you submit here.*) - (*Please do not submit your package separately to Methods in Ecology and Evolution*)

Code of conduct

cmmclaug commented 3 years ago

Request initiated: https://github.com/UBC-MDS/software-review-2021/issues/35