Browse Source

Added muschellij2 to DESCRIPTION

master
boB Rudis 4 years ago
parent
commit
7a57443ed1
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 8
      DESCRIPTION
  2. 5
      NEWS.md
  3. 1
      R/animate.R
  4. 8
      README.md
  5. BIN
      man/figures/README-unnamed-chunk-2-1.gif
  6. BIN
      man/figures/README-unnamed-chunk-3-1.gif

8
DESCRIPTION

@ -1,11 +1,13 @@
Package: rradar
Type: Package
Title: Animate NOAA NWS N0R Radar Images by Station Id
Version: 0.1.0
Date: 2019-12-04
Version: 0.1.1
Date: 2019-12-05
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
comment = c(ORCID = "0000-0001-5670-2640")),
person(given = "John", family = "Muschelli",
role = c("ctb"), email = "muschellij2@gmail.com")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: NOAA NWS has an array of National Doppler Radar Sites. Tools are provided to

5
NEWS.md

@ -1,2 +1,7 @@
0.1.1
* merged #1 (fixes #1)
* added @muschellij2 to DESCRIPTION
0.1.0
* Initial release

1
R/animate.R

@ -19,6 +19,7 @@ animate_radar <- function(station = "GYX") {
st_dir <- stations[stations$station == station,][["dir"]]
st_dir <- unique(st_dir)
st_dir <- st_dir[1]
frames_dir_url <- sprintf("https://radar.weather.gov/ridge/RadarImg/%s/%s/", st_dir, station)

8
README.md

@ -5,7 +5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
[![Signed
by](https://img.shields.io/badge/Keybase-Verified-brightgreen.svg)](https://keybase.io/hrbrmstr)
![Signed commit
%](https://img.shields.io/badge/Signed_Commits-100%25-lightgrey.svg)
%](https://img.shields.io/badge/Signed_Commits-60%25-lightgrey.svg)
[![Linux build
Status](https://travis-ci.org/hrbrmstr/rradar.svg?branch=master)](https://travis-ci.org/hrbrmstr/rradar)
![Minimal R
@ -33,6 +33,8 @@ The following functions are implemented:
## Installation
``` r
install.packages("rradar", repos = "https://cinc.rud.is")
# or
remotes::install_git("https://git.rud.is/hrbrmstr/rradar.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/rradar")
@ -54,7 +56,7 @@ library(rradar)
# current version
packageVersion("rradar")
## [1] '0.1.0'
## [1] '0.1.1'
```
### Stations
@ -102,7 +104,7 @@ animate_radar("VBX")
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
| :--- | -------: | ---: | --: | ---: | ----------: | --: | -------: | ---: |
| R | 6 | 0.86 | 152 | 0.92 | 14 | 0.4 | 29 | 0.45 |
| R | 6 | 0.86 | 154 | 0.92 | 14 | 0.4 | 29 | 0.45 |
| Rmd | 1 | 0.14 | 13 | 0.08 | 21 | 0.6 | 35 | 0.55 |
## Code of Conduct

BIN
man/figures/README-unnamed-chunk-2-1.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 915 KiB

After

Width:  |  Height:  |  Size: 803 KiB

BIN
man/figures/README-unnamed-chunk-3-1.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 532 KiB

Loading…
Cancel
Save