UBC-MDS / software-review-2022

0 stars 0 forks source link

Submission group 18: collinearityR (R) #57

Open nickmao1994 opened 2 years ago

nickmao1994 commented 2 years ago

name: collinearityR about: Easy code to detect collinearity issues


Submitting Author Name: Lisheng Mao Submitting Author Github Handle: Lisheng Mao @nickmao1994 Other Package Authors Github handles: Anahita Einolghozati @Anahita97, Chaoran Wnag @showcy, ,Katia Aristova @katerinkus Repository: https://github.com/UBC-MDS/collinearityR_tool Version submitted: TBD Submission type: Standard Editor: TBD Reviewers: Francis Victor @Vikiano, TZ Yan @ytz, Karanpreet Kaur @karanpreetkaur

Archive: TBD Version accepted: TBD Language: en

Package: collinearityR
Title: Identify Multicollinearity Issues
Version: 0.0.0.9000
Authors@R: 
    c(person(given = "Anahita",
           family = "Einolghozati",
           role = c("aut", "cre"),
           email = "anahitaainy@gmail.com"),
    person(given = "Chaoran",
           family = "Wang",
           role = "aut"),
    person(given = "Katia",
           family = "Aristova",
           role = "aut"),
    person(given = "Lisheng",
           family = "Mao",
           role = "aut"))
Description: Identify multicollinearity issues by correlation, VIF, and visualizations.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: 
    tidyselect,
    stringr,
    purrr,
    rlang,
    ggplot2,
    dplyr,
    tidyr,
    tibble,
    car

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

ytz commented 2 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Functionality

Estimated hours spent reviewing: 1 hr


Review Comments

karanpreetkaur commented 2 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Functionality

Estimated hours spent reviewing: 1 hour


Review Comments

Overall, this is a useful and much needed package in R and I enjoyed reviewing it. 👍

Vikiano commented 2 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Functionality

Estimated hours spent reviewing: 1 hour


Review Comments