-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from uribo/v0.2.0
CRANへの登録
- Loading branch information
Showing
50 changed files
with
618 additions
and
188 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
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 @@ | ||
Package: jmastats | ||
Version: 0.1.0.9000 | ||
Version: 0.2.0 | ||
Title: Download Weather Data from Japan Meteorological Agency Website | ||
Description: This package provides features that allow users to download | ||
weather data published by the Japan Meteorological Agency website | ||
Description: Provides features that allow users to download | ||
weather data published by the Japan Meteorological Agency (JMA) website | ||
(<https://www.jma.go.jp/jma/index.html>). The data includes information | ||
dating back to 1976 and aligns with the categories available on the website. | ||
Additionally, users can process the best track data of typhoons and easily | ||
handle earthquake record files. | ||
Authors@R: c(person(given = "Shinya", | ||
family = "Uryu", | ||
email = "[email protected]", | ||
role = c("aut", "cre"), | ||
role = c("aut", "cph", "cre"), | ||
comment = c(ORCID = "0000-0002-0493-6186"))) | ||
Depends: | ||
R (>= 4.1) | ||
|
@@ -19,10 +19,11 @@ BugReports: https://github.com/uribo/jmastats/issues | |
URL: https://github.com/uribo/jmastats | ||
Imports: | ||
cli (>= 3.4.0), | ||
crayon (>= 1.3.4), | ||
crayon (>= 1.3.4), | ||
dplyr (>= 1.1.0), | ||
forcats (>= 0.4.0), | ||
ggplot2 (>= 2.2.1), | ||
lifecycle (>= 1.0.3), | ||
lubridate (>= 1.7.4), | ||
purrr (>= 1.0.2), | ||
rappdirs (>= 0.3.3), | ||
|
@@ -44,6 +45,5 @@ Suggests: | |
Encoding: UTF-8 | ||
LazyData: true | ||
ByteCompile: true | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) |
This file was deleted.
Oops, something went wrong.
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,2 +1,2 @@ | ||
YEAR: 2022 | ||
YEAR: 2022-2023 | ||
COPYRIGHT HOLDER: jmastats authors |
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
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @importFrom lifecycle deprecated | ||
## usethis namespace: end | ||
NULL |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.