-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: varmint
Type: Package
Title: Retrieve Content from and Interact with 'Gopher' Servers
Version: 0.1.0
Date: 2018-04-11
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <[email protected]>
Description: The 'Gopher' protocol is a 'TCP/IP' application layer protocol
designed for distributing, searching, and retrieving documents over the
Internet. The 'Gopher' protocol was strongly oriented towards a menu-document
design and presented an alternative to the World Wide Web in its early
stages, but ultimately 'Hypertext Transfer Protocol' ('HTTP') became the
dominant protocol. The 'Gopher' ecosystem is often regarded as the effective
predecessor of the 'World Wide Web'. Tools are provided to interact with
and retrieve content from 'Gopher' servers.
URL: https://github.com/hrbrmstr/varmint
BugReports: https://github.com/hrbrmstr/varmint/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
curl,
magrittr,
crayon,
urltools,
stats,
utils
RoxygenNote: 6.0.1.9000