bomrang

bomrang: Fetch Australian Government Bureau of Meteorology Data in R - Published in JOSS (2017)

https://github.com/ropensci-archive/bomrang

Science Score: 59.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
    3 of 12 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.4%) to scientific vocabulary

Keywords

australia australia-bureau-of-meteorology bom meteorological-data meteorology peer-reviewed r r-package rstats weather weather-data weather-forecast

Keywords from Contributors

bicycle-hire bicycle-hire-systems bike-data bike-hire
Last synced: 6 months ago · JSON representation

Repository

:warning: ARCHIVED :warning: Australian government Bureau of Meteorology (BOM) data client for R

Basic Info
  • Host: GitHub
  • Owner: ropensci-archive
  • License: other
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 49.5 MB
Statistics
  • Stars: 109
  • Watchers: 20
  • Forks: 26
  • Open Issues: 1
  • Releases: 31
Archived
Topics
australia australia-bureau-of-meteorology bom meteorological-data meteorology peer-reviewed r r-package rstats weather weather-data weather-forecast
Created almost 9 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog Contributing License Codemeta

README-old.md

bomrang: Australian Government Bureau of Meteorology (BOM) Data Client

tic codecov DOI CRAN_Status_Badge status Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Provides functions to interface with Australian Government Bureau of Meteorology (BOM) data, fetching data and returning a tidy data frame of précis forecasts, current weather data from stations, ag information bulletins, historical weather data and downloading and importing radar or satellite imagery.

Credit for the name, bomrang, goes to Di Cook, who suggested it while attending the rOpenSci AUUnconf in Brisbane, 2016.

NOTE

BOM have decided that the data that they provide should not all be easily available. Therefore, some portions of this package (any that depend on HTTP requests) are now broken. These include:

  • get_historical_weather(),
  • get_weather_bulletins(), and
  • get_current_weather()

All other functions in the package work as advertise assuming server availability as they rely on FTP requests.

BOM's official statement

Website notification of change Scheduled Release Date: 3 March 2021 A web application firewall policy has been implemented for www.bom.gov.au which will block screen scraping activity. The Bureau is monitoring screen scraping activity on the site and will commence interrupting, and eventually blocking, this activity on www.bom.gov.au from Wednesday, 3 March 2021. This is aimed at protecting infrastructure, system access and security, intellectual property and server/service load. Web or screen scraping is the act of copying information that shows on a digital display so it can be used for another purpose. This activity has always been at odds with the Bureau's terms and conditions. We understand www.bom.gov.au contributes significantly to the work of many individuals and organisations and we are committed to continuing to provide access through our registered user’s channel. For further information, or to discuss the ongoing use of our materials, please make contact with us via weatherquestions@bom.gov.au.

Quick Start

bomrang has been archived from CRAN for reasons beyond bomrang actually being broken. As such at this time I've declined to "fix" the package. It can still be installed using the following commands.

``` r if (!require("remotes")) { install.packages("remotes", repos = "http://cran.rstudio.com/") library("remotes") }

installgithub("ropensci/bomrang", buildvignettes = TRUE) ```

Using bomrang

Several functions are provided by bomrang to retrieve Australian Bureau of Meteorology (BOM) data. A family of functions retrieve weather data and return tidy data frames;

  • get_precis_forecast(), which retrieves the précis (short) forecast;

  • get_current_weather(), which fetches the current weather for a given station;

  • get_ag_bulletin(), which retrieves the agriculture bulletin;

  • get_weather_bulletin(), which retrieves the BOM 0900 or 1500 bulletins;

  • get_coastal_forecast(), which returns coastal waters forecasts;

  • get_historical_weather(), which retrieves historical daily observations for a given station; and

A second group of functions retrieve information pertaining to satellite and radar imagery,

  • get_available_imagery();

  • the satellite imagery itself, get_satellite_imagery();

  • get_available_radar(); and

  • the radar imagery itself, get_radar_imagery().

Vignettes are provided illustrating examples of all functions and a use case.

Meta

References

Australian Bureau of Meteorology (BOM) Weather Data Services

Australian Bureau of Meteorology (BOM) FTP Public Products

Australian Bureau of Meteorology (BOM) Weather Data Services Agriculture Bulletins

Australian Bureau of Meteorology (BOM) Weather Data Services Observation of Rainfall

Australian Bureau of Meteorology (BOM) High-definition satellite images

Owner

  • Name: rOpenSci Archive
  • Login: ropensci-archive
  • Kind: organization
  • Email: info@ropensci.org

Abandoned rOpenSci projects -- email info@ropensci.org if you have questions!

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "bomrang",
  "description": "Provides functions to interface with Australian Government Bureau of Meteorology ('BOM') data, fetching data and returning a data frame of precis forecasts, historical and current weather data from stations, agriculture bulletin data, 'BOM' 0900 or 1500 weather bulletins and downloading and importing radar and satellite imagery files. Data (c) Australian Government Bureau of Meteorology Creative Commons (CC) Attribution 3.0 licence or Public Access Licence (PAL) as appropriate. See <http://www.bom.gov.au/other/copyright.shtml> for further details.",
  "name": "bomrang: Australian Government Bureau of Meteorology ('BOM') Data Client",
  "relatedLink": "https://docs.ropensci.org/bomrang/",
  "codeRepository": "https://github.com/ropensci/bomrang",
  "issueTracker": "https://github.com/ropensci/bomrang/issues",
  "license": "https://spdx.org/licenses/MIT",
  "version": "0.7.4",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.2.2 (2022-10-31)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Adam H.",
      "familyName": "Sparks",
      "email": "adamhsparks@gmail.com",
      "@id": "https://orcid.org/0000-0002-0061-8359"
    },
    {
      "@type": "Person",
      "givenName": "Jonathan",
      "familyName": "Carroll",
      "email": "rpkg@jcarroll.com.au",
      "@id": "https://orcid.org/0000-0002-1404-5264"
    },
    {
      "@type": "Person",
      "givenName": "James",
      "familyName": "Goldie",
      "email": "me@rensa.co",
      "@id": "https://orcid.org/0000-0002-5024-6207"
    },
    {
      "@type": "Person",
      "givenName": "Dean",
      "familyName": "Marchiori",
      "email": "deanmarchiori@gmail.com"
    },
    {
      "@type": "Person",
      "givenName": "Paul",
      "familyName": "Melloy",
      "email": "paul@melloy.com.au",
      "@id": "https://orcid.org/0000-0003-4253-7167"
    },
    {
      "@type": "Person",
      "givenName": "Mark",
      "familyName": "Padgham",
      "email": "mark.padgham@email.com",
      "@id": "https://orcid.org/0000-0003-2172-5265"
    },
    {
      "@type": "Person",
      "givenName": "Hugh",
      "familyName": "Parsonage",
      "email": "hugh.parsonage@gmail.com",
      "@id": "https://orcid.org/0000-0003-4055-0835"
    },
    {
      "@type": "Person",
      "givenName": "Keith",
      "familyName": "Pembleton",
      "email": "keith.pembleton@usq.edu.au",
      "@id": "https://orcid.org/0000-0002-1896-4516"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "James",
      "familyName": "Balamuta",
      "email": "balamut2@illinois.edu",
      "@id": "https://orcid.org/0000-0003-2826-8458"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Organization",
      "name": "Western Australia Agriculture Authority"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "name": "Western Australia Agriculture Authority"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Adam H.",
      "familyName": "Sparks",
      "email": "adamhsparks@gmail.com",
      "@id": "https://orcid.org/0000-0002-0061-8359"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "ASGS.foyer",
      "name": "ASGS.foyer",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ASGS.foyer"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "covr",
      "name": "covr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=covr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ggplot2",
      "name": "ggplot2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ggplot2"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ggthemes",
      "name": "ggthemes",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ggthemes"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "grid",
      "name": "grid"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "gridExtra",
      "name": "gridExtra",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=gridExtra"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "maps",
      "name": "maps",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=maps"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "mapproj",
      "name": "mapproj",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=mapproj"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rappdirs",
      "name": "rappdirs",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rappdirs"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "roxygen2",
      "name": "roxygen2",
      "version": ">= 6.1.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=roxygen2"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.5.0"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "curl",
      "name": "curl",
      "version": ">= 2.8.1",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=curl"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "crayon",
      "name": "crayon",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=crayon"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "data.table",
      "name": "data.table",
      "version": ">= 1.10.4",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=data.table"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "dplyr",
      "name": "dplyr",
      "version": ">= 0.7.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=dplyr"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "foreign",
      "name": "foreign",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=foreign"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "httr",
      "name": "httr",
      "version": ">= 1.2.1",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=httr"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "hoardr",
      "name": "hoardr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=hoardr"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "janitor",
      "name": "janitor",
      "version": ">= 1.0.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=janitor"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "jsonlite",
      "name": "jsonlite",
      "version": ">= 1.5",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=jsonlite"
    },
    "11": {
      "@type": "SoftwareApplication",
      "identifier": "lubridate",
      "name": "lubridate",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=lubridate"
    },
    "12": {
      "@type": "SoftwareApplication",
      "identifier": "magick",
      "name": "magick",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=magick"
    },
    "13": {
      "@type": "SoftwareApplication",
      "identifier": "magrittr",
      "name": "magrittr",
      "version": ">= 1.5",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=magrittr"
    },
    "14": {
      "@type": "SoftwareApplication",
      "identifier": "readr",
      "name": "readr",
      "version": ">= 1.1.1",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=readr"
    },
    "15": {
      "@type": "SoftwareApplication",
      "identifier": "rvest",
      "name": "rvest",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rvest"
    },
    "16": {
      "@type": "SoftwareApplication",
      "identifier": "terra",
      "name": "terra",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=terra"
    },
    "17": {
      "@type": "SoftwareApplication",
      "identifier": "tidyr",
      "name": "tidyr",
      "version": ">= 0.6.3",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=tidyr"
    },
    "18": {
      "@type": "SoftwareApplication",
      "identifier": "tools",
      "name": "tools"
    },
    "19": {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    },
    "20": {
      "@type": "SoftwareApplication",
      "identifier": "xml2",
      "name": "xml2",
      "version": ">= 1.1.1",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=xml2"
    },
    "SystemRequirements": null
  },
  "applicationCategory": "Tools",
  "isPartOf": "https://ropensci.org",
  "keywords": [
    "bom",
    "meteorological-data",
    "weather-forecast",
    "australia",
    "weather",
    "weather-data",
    "meteorology",
    "australia-bureau-of-meteorology",
    "r",
    "rstats",
    "r-package",
    "peer-reviewed"
  ],
  "fileSize": "2280.438KB",
  "citation": [
    {
      "@type": "ScholarlyArticle",
      "datePublished": "2017",
      "author": [
        {
          "@type": "Person",
          "givenName": [
            "Adam",
            "H"
          ],
          "familyName": "Sparks"
        },
        {
          "@type": "Person",
          "givenName": "Mark",
          "familyName": "Padgham"
        },
        {
          "@type": "Person",
          "givenName": "Hugh",
          "familyName": "Parsonage"
        },
        {
          "@type": "Person",
          "givenName": "Keith",
          "familyName": "Pembleton"
        }
      ],
      "name": "{bomrang}: Fetch Australian Government Bureau of Meteorology Weather Data",
      "identifier": "10.21105/joss.00411",
      "@id": "https://doi.org/10.21105/joss.00411",
      "sameAs": "https://doi.org/10.21105/joss.00411",
      "isPartOf": {
        "@type": "PublicationIssue",
        "issueNumber": "17",
        "datePublished": "2017",
        "isPartOf": {
          "@type": [
            "PublicationVolume",
            "Periodical"
          ],
          "volumeNumber": "2",
          "name": "The Journal of Open Source Software"
        }
      }
    },
    {
      "@type": "SoftwareSourceCode",
      "author": [
        {
          "@type": "Person",
          "givenName": [
            "Adam",
            "H."
          ],
          "familyName": "Sparks"
        },
        {
          "@type": "Person",
          "givenName": "Jonathan",
          "familyName": "Carroll"
        },
        {
          "@type": "Person",
          "givenName": "James",
          "familyName": "Goldie"
        },
        {
          "@type": "Person",
          "givenName": "Dean",
          "familyName": "Marchiori"
        },
        {
          "@type": "Person",
          "givenName": "Paul",
          "familyName": "Melloy"
        },
        {
          "@type": "Person",
          "givenName": "Mark",
          "familyName": "Padgham"
        },
        {
          "@type": "Person",
          "givenName": "Hugh",
          "familyName": "Parsonage"
        },
        {
          "@type": "Person",
          "givenName": "Keith",
          "familyName": "Pembleton"
        }
      ],
      "name": "{bomrang}: Australian Government Bureau of Meteorology (BOM) Data Client",
      "url": "https://CRAN.R-project.org/package=bomrang",
      "description": "R package version 0.7.4"
    }
  ],
  "releaseNotes": "https://github.com/ropensci/bomrang/blob/master/NEWS.md",
  "readme": "https://github.com/ropensci/bomrang/blob/main/README.md",
  "developmentStatus": "https://www.repostatus.org/#unsupported",
  "review": {
    "@type": "Review",
    "url": "https://github.com/ropensci/software-review/issues/121",
    "provider": "https://ropensci.org"
  }
}

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 1,700
  • Total Committers: 12
  • Avg Commits per committer: 141.667
  • Development Distribution Score (DDS): 0.09
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Adam H. Sparks a****s@g****m 1,547
HughParsonage h****e@g****m 67
melloy p****l@m****u 28
Jonathan Carroll j****o@j****u 22
deanmarchiori d****i@g****m 16
Dean Marchiori d****i@i****u 6
mpadge m****m@e****m 5
James Goldie me@r****o 3
Grace Li g****8@b****u 2
Keith-Pembleton k****n@u****u 2
Adam H. Sparks a****s@c****u 1
Arfon Smith a****n 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 103
  • Total pull requests: 39
  • Average time to close issues: 4 months
  • Average time to close pull requests: 10 days
  • Total issue authors: 23
  • Total pull request authors: 9
  • Average comments per issue: 4.32
  • Average comments per pull request: 2.23
  • Merged pull requests: 34
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • adamhsparks (68)
  • jimjam-slam (4)
  • deanmarchiori (4)
  • HughParsonage (3)
  • KyleHaynes (3)
  • lzb5600 (2)
  • ozjimbob (2)
  • brendo1001 (2)
  • mpadge (1)
  • TristanLouthRobins (1)
  • ahaw021 (1)
  • mbertolacci (1)
  • paulr-bv (1)
  • jonocarroll (1)
  • mbacou (1)
Pull Request Authors
  • HughParsonage (17)
  • jonocarroll (6)
  • deanmarchiori (4)
  • mpadge (4)
  • adamhsparks (3)
  • jimjam-slam (2)
  • arfon (1)
  • graceli8 (1)
  • PaulMelloy (1)
Top Labels
Issue Labels
bug (15) enhancement (14) question (4) wontfix (1)
Pull Request Labels
bug (2)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 10
proxy.golang.org: github.com/ropensci-archive/bomrang
  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.5%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • crayon * imports
  • curl >= 2.8.1 imports
  • data.table >= 1.10.4 imports
  • dplyr >= 0.7.0 imports
  • foreign * imports
  • hoardr * imports
  • httr >= 1.2.1 imports
  • janitor >= 1.0.0 imports
  • jsonlite >= 1.5 imports
  • lubridate * imports
  • magick * imports
  • magrittr >= 1.5 imports
  • readr >= 1.1.1 imports
  • rvest * imports
  • terra * imports
  • tidyr >= 0.6.3 imports
  • tools * imports
  • utils * imports
  • xml2 >= 1.1.1 imports
  • ASGS.foyer * suggests
  • covr * suggests
  • ggplot2 * suggests
  • ggthemes * suggests
  • grid * suggests
  • gridExtra * suggests
  • knitr * suggests
  • mapproj * suggests
  • maps * suggests
  • rappdirs * suggests
  • rmarkdown * suggests
  • roxygen2 >= 6.1.0 suggests
  • testthat * suggests