Browse Source

added bitbucket

master
boB Rudis 4 years ago
parent
commit
a0253c79d1
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 6
      DESCRIPTION
  2. 6
      R/rradar-package.R
  3. 14
      README.md
  4. 6
      man/rradar.Rd

6
DESCRIPTION

@ -1,6 +1,6 @@
Package: rradar
Type: Package
Title: rradar title goes here otherwise CRAN checks fail
Title: Animate NOAA NWS N0R Radar Images by Station Id
Version: 0.1.0
Date: 2019-12-04
Authors@R: c(
@ -8,7 +8,9 @@ Authors@R: c(
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: A good description goes here otherwise CRAN checks fail.
Description: NOAA NWS has an array of National Doppler Radar Sites. Tools are provided to
to help you locate stations and create an animated composite image of recent radar
images.
URL: https://gitlab.com/hrbrmstr/rradar
BugReports: https://gitlab.com/hrbrmstr/rradar/issues
Encoding: UTF-8

6
R/rradar-package.R

@ -1,4 +1,8 @@
#' ...
#' Animate NOAA NWS N0R Radar Images by Station Id
#'
#' NOAA NWS has an array of National Doppler Radar Sites. Tools are provided to
#' to help you locate stations and create an animated composite image of recent radar
#' images.
#'
#' @md
#' @name rradar

14
README.md

@ -14,11 +14,13 @@ Version](https://img.shields.io/badge/R%3E%3D-3.2.0-blue.svg)
# rradar
rradar title goes here otherwise CRAN checks fail
Animate NOAA NWS N0R Radar Images by Station Id
## Description
A good description goes here otherwise CRAN checks fail.
NOAA NWS has an array of National Doppler Radar Sites. Tools are
provided to to help you locate stations and create an animated composite
image of recent radar images.
## What’s Inside The Tin
@ -36,6 +38,10 @@ remotes::install_git("https://git.rud.is/hrbrmstr/rradar.git")
remotes::install_git("https://git.sr.ht/~hrbrmstr/rradar")
# or
remotes::install_gitlab("hrbrmstr/rradar")
# or
remotes::install_bitbucket("hrbrmstr/rradar")
# or
remotes::install_github("hrbrmstr/rradar")
```
NOTE: To use the ‘remotes’ install options you will need to have the
@ -96,8 +102,8 @@ animate_radar("VBX")
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
| :--- | -------: | ---: | --: | ---: | ----------: | --: | -------: | ---: |
| R | 6 | 0.86 | 152 | 0.92 | 14 | 0.4 | 25 | 0.42 |
| Rmd | 1 | 0.14 | 13 | 0.08 | 21 | 0.6 | 35 | 0.58 |
| R | 6 | 0.86 | 152 | 0.92 | 14 | 0.4 | 29 | 0.45 |
| Rmd | 1 | 0.14 | 13 | 0.08 | 21 | 0.6 | 35 | 0.55 |
## Code of Conduct

6
man/rradar.Rd

@ -4,9 +4,11 @@
\name{rradar}
\alias{rradar}
\alias{rradar-package}
\title{...}
\title{Animate NOAA NWS N0R Radar Images by Station Id}
\description{
A good description goes here otherwise CRAN checks fail.
NOAA NWS has an array of National Doppler Radar Sites. Tools are provided to
to help you locate stations and create an animated composite image of recent radar
images.
}
\seealso{
Useful links:

Loading…
Cancel
Save