File: downloader.Rd

package info (click to toggle)
r-cran-downloader 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 132 kB
  • sloc: sh: 10; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/downloader-package.r
\docType{package}
\name{downloader}
\alias{downloader}
\alias{downloader-package}
\title{downloader: a package for making it easier to download files over https}
\description{
This package provides a wrapper for the download.file function,
making it possible to download files over https on Windows, Mac OS X, and
other Unix-like platforms. The RCurl package provides this functionality
(and much more) but can be difficult to install because it must be compiled
with external dependencies. This package has no external dependencies, so
it is much easier to install.
}