-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
37 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: dggridR | ||
Type: Package | ||
Title: Discrete Global Grids | ||
Version: 2.0.6 | ||
Date: 2020-10-15 | ||
Version: 2.0.8 | ||
Date: 2020-11-25 | ||
Author: Richard Barnes [aut, cre], Kevin Sahr [aut, cph], Gerald Evenden [cph], Angus Johnson [cph], Frank Warmerdam [cph], Even Rouault [cph], Lian Song [ctb] | ||
Maintainer: Richard Barnes <[email protected]> | ||
NeedsCompilation: yes | ||
|
@@ -30,6 +30,6 @@ Imports: | |
methods (>= 3.4.0) | ||
LinkingTo: Rcpp | ||
RcppModules: dgfuncs, gridgens, gridstats | ||
RoxygenNote: 7.1.0 | ||
RoxygenNote: 7.1.1 | ||
VignetteBuilder: knitr, R.rsp | ||
SystemRequirements: C++11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
\name{dgquakes} | ||
\alias{dgquakes} | ||
\title{All earthquakes with magnitude >=3.0 earthquakes for 2015} | ||
\description{ | ||
\description{ | ||
A data frame with 19914 observations on the following 4 variables. | ||
\describe{ | ||
\describe{ | ||
\item{\code{time}}{Time of the quake. Example: 2015-12-31T23:39:28.940Z} | ||
\item{\code{lat}}{Latitude of the epicenter. Example: -7.0711} | ||
\item{\code{lon}}{Longitude of the epicenter. Example: -173.5178} | ||
\item{\code{mag}}{Magnitude of the quake. Example: 3.2} | ||
} | ||
} | ||
\usage{data(dgquakes)} | ||
\format{data frame} | ||
\source{The USGS Earthquake Hazards Program (\url{http://earthquake.usgs.gov/earthquakes/}).} | ||
\item{\code{lon}}{Longitude of the epicenter. Example: -173.5178} | ||
\item{\code{mag}}{Magnitude of the quake. Example: 3.2} | ||
} | ||
} | ||
\usage{data(dgquakes)} | ||
\format{data frame} | ||
\source{The USGS Earthquake Hazards Program (\url{https://earthquake.usgs.gov/earthquakes/search/}).} | ||
\keyword{datasets} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters