-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 958 Bytes
/
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
Package: rgrassdoc
Type: Package
Title: Consult 'Grass GIS' Documentation in the RStudio Viewer or your Browser
Version: 1.0.0.9000
Authors@R: c(
person(given = "Valentin",
family = "Lucet",
role = c("aut", "cre"),
email = "valentin.lucet@gmail.com"))
Description: A tool for easy viewing of the documentation of 'GRASS GIS' (see
<https://grass.osgeo.org/>). Pages of the 'GRASS GIS' manuals found at
<https://grass.osgeo.org/grass78/manuals/full_index.html> and at
<https://grass.osgeo.org/grass78/manuals/addons/> can be viewed within the
Viewer pane of 'RStudio', or be opened in the user's default browser.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
rlang,
xml2,
rstudioapi,
cli
Suggests:
rgrass7,
testthat,
covr
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
BugReports: https://github.com/VLucet/rgrassdoc/issues/
URL: https://vlucet.github.io/rgrassdoc/