-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.32 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
36
Package: lindol
Type: Package
Title: An Interface to the PHIVOLCS Earthquake Bulletins
Version: 0.0.0.9000
Authors@R: person(given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]",
role = c("aut", "cre"))
Description: The Philippine Institute of Volcanology and Seismology (PHIVOLCS)
maintains the National Earthquake Monitoring and Information which aims to
provide accurate and timely information on significant earthquakes and tsunami
events that may significantly impact the Philippines and ensures the
accessibility and integrity of earthquake data. This package provides an
interface to this information with functions that harvests, processes, and
structures information from the frequent earthquake bulletins released by
PHIVOLCS into machine-readable versions.
License: GPL (>= 3)
Imports:
dplyr,
httr,
rlang,
rvest,
stringr,
tibble
Suggests:
spelling,
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
URL: https://panukatan.io/lindol/, https://github.com/panukatan/lindol, http://panukatan.io/lindol/
BugReports: https://github.com/panukatan/lindol/issues
Config/testthat/edition: 3