-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
e4b2105
commit d7cd6c6
Showing
5 changed files
with
23 additions
and
12 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 |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
^docs$ | ||
^pkgdown$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ |
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,22 +1,23 @@ | ||
Package: bagyo | ||
Type: Package | ||
Title: Philippine Tropical Cyclones Data | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Authors@R: person(given = "Ernest", | ||
family = "Guevarra", | ||
comment = c(ORCID = "0000-0002-4887-4415"), | ||
email = "[email protected]", | ||
role = c("aut", "cre", "cph")) | ||
Description: The Philippines frequently experiences tropical cyclones (called | ||
'bagyo' in the Filipino language) because of its geographical position. | ||
These cyclones typically bring heavy rainfall, leading to widespread | ||
flooding, as well as strong winds that cause significant damage to human | ||
life, crops, and property. Data on cyclones are collected and curated by the | ||
Philippine Atmospheric, Geophysical, and Astronomical Services | ||
Administration or 'PAGASA' and made available through its website. This | ||
package contains Philippine tropical cyclones data in a machine-readable | ||
format. It is hoped that this data package provides an interesting and | ||
unique dataset for data exploration and visualisation. | ||
'bagyo' in the Filipino language) because of its geographical position. | ||
These cyclones typically bring heavy rainfall, leading to widespread | ||
flooding, as well as strong winds that cause significant damage to human | ||
life, crops, and property. Data on cyclones are collected and curated by the | ||
Philippine Atmospheric, Geophysical, and Astronomical Services | ||
Administration or 'PAGASA' and made available through its website | ||
<https://bagong.pagasa.dost.gov.ph/tropical-cyclone/publications/annual-report>. | ||
This package contains Philippine tropical cyclones data in a | ||
machine-readable format. It is hoped that this data package provides an | ||
interesting and unique dataset for data exploration and visualisation. | ||
License: CC0 | ||
Depends: | ||
R (>= 2.10) | ||
|
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,4 +1,4 @@ | ||
# bagyo 0.1.0 | ||
# bagyo 0.1.1 | ||
|
||
This is the first CRAN release of `bagyo`. | ||
|
||
|
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