pkgurls: Create package URIs given package name and version

pkgurlsR Documentation

Create package URIs given package name and version

Description

Create package URIs given package name and version

Usage

pkgurls(input)

Arguments

input

A data.frame with two columns; see details.

Details

Input data.frame should have two columns

  • pkg character; a package name.

  • ver character; a package version.

Value

A vector of urls of length equal to rows in the input data.frame

Examples

dat <- data.frame(pkg=c('vegan','ggplot2','stringr'), ver=c('2.0-10','0.9.3.1','0.6.2'))
pkgurls(input=dat)

ropensci/dependencies documentation built on May 18, 2022, 9:52 a.m.