UBC-MDS / software-review-2022

0 stars 0 forks source link

Submission Group 14: Rpollution #7

Closed mel-liow closed 1 year ago

mel-liow commented 2 years ago

Submitting Authors:

Package Name: Rpyllution - https://github.com/UBC-MDS/rpollution One-Line Description of Package: An R package for visualizing or obtaining future, historic and current air pollution data from the OpenWeatherMap API. Repository Link: rpollution Version submitted: 2.0.0 Editor:

Reviewers:

Package: rpollution
Title: Visualizing or obtaining future, historic and current air pollution data
Version: 2.0.0
Authors@R: 
    person(given = "Christopher",
           family = "Alexander",
           role = c("aut", "cre"),
           email = "@gmail.com",
    person(given = "Daniel",
           family = "King",
           role = c("aut", "cre"),
           email = "@gmail.com",    
    person(given = "Mel",
           family = "Liow",
           role = c("aut", "cre"),
           email = "mel.liow.94@gmail.com",
))
Description: A package to retrieve and visualise air pollution data from the OpenWeatherMap API.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:

Suggests: 
    testthat (>= 2.1.0),

Scope

Our package contains wrappers for accessing the OpenWeatherMap Air pollution API, a free data source for weather data.

The target audience are for people who are interested in visualising local air pollution for e.g. forecasting or building an air pollution application. Additionally, this package can be useful for researchers or scientists who would like to analyse data in a more suitable format.

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

jo4356 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:


Review Comments

Great work again on this project!

Just one suggestion:

scarlqq 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:


Review Comments

The first thing is still congrats on creating such a useful and meaningful package. This R package is well organized and meets every feature in its documentation mentioned.

SiqiTao 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:


Review Comments

Very interesting and useful package! The package looks neat and instructions are pretty straightforward.