UBC-MDS / software-review-2021

1 stars 1 forks source link

Submission: easymlr (R) #26

Open hellosakshi opened 3 years ago

hellosakshi commented 3 years ago

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


Submitting Author:

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

Archive: TBD Version accepted: TBD


Package: easymlr
Title: Easy machine learning in r
Version: 0.0.0.9000
Authors@R: 
    c(person(given = "Ifeanyi",
           family = "Anene",
           role = c("aut"),
           email = "ifyanene@student.ubc.ca"
           ),
    person(given = "Lara",
           family = "Habashy",
           role = c("aut"),
           email = "laraahabashy@gmail.com"
           ),
    person(given = "Sakshi",
           family = "Jain",
           role = c("aut"),
           email = "hellosakshi@gmail.com"
           ),
    person(given = "Zhenrui",
           family = "Yu",
           role = c("aut", "cre"),
           email = "yuzhenrui1996@gmail.com"))
Description: In this pacakge, there are four functions, EDA, miss_data, baseline_fun and feature_select.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests: 
    testthat (>= 2.0.0),
    covr,
    knitr,
    rmarkdown
Config/testthat/edition: 2
URL: https://github.com/UBC-MDS/easymlr
BugReports: https://github.com/UBC-MDS/easymlr/issues
Imports: 
    caret,
    MASS,
    rlist,
    e1071,
    dplyr,
    magrittr
Depends: 
    tidyverse
VignetteBuilder: knitr

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