Skip to content

Commit

Permalink
solve /issues/53
Browse files Browse the repository at this point in the history
  • Loading branch information
kauedesousa committed Jan 21, 2025
1 parent 0fac645 commit 9e8866b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: chirps
Title: API Client for CHIRPS and CHIRTS
Version: 0.1.5
Version: 1.0
Authors@R: c(
person("Kauê", "de Sousa", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7571-7845")),
Expand Down
2 changes: 1 addition & 1 deletion R/get_chirts.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ get_chirts.default <- function(object, dates, var, as.matrix = FALSE, ...){
if (isTRUE(as.matrix)) {
result <- terra::extract(rr, y = object, ...)
result$ID <- NULL
return(result)
return(as.matrix(result))
}else{
as.matrix <- FALSE
}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[![peer-review](https://badges.ropensci.org/357_status.svg)](https://github.com/ropensci/software-review/issues/357)
[![status](https://joss.theoj.org/papers/3367fdbff2db55a60c1ab7d611017940/status.svg)](https://joss.theoj.org/papers/3367fdbff2db55a60c1ab7d611017940)
[![CRAN status](https://www.r-pkg.org/badges/version/chirps)](https://cran.r-project.org/package=chirps)
[![codecov](https://codecov.io/gh/ropensci/chirps/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/chirps)
[![Project Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/225693680.svg)](https://zenodo.org/badge/latestdoi/225693680)
[![R-CMD-check](https://github.com/ropensci/chirps/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/chirps/actions/workflows/R-CMD-check.yaml)
Expand Down
6 changes: 3 additions & 3 deletions man/as.geojson.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e8866b

Please sign in to comment.