Skip to content

Commit

Permalink
Add JOSS data
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Nov 10, 2023
1 parent 8498adb commit e60a62f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
setup: `na.translate = FALSE`.
- Enhanced `glimpse.Spat()` with meta-information on type of geometry, crs,
etc.
- New messaging interface thanks to [**cli**](https://cli.r-lib.org/) package
- New messaging interface thanks to [**cli**](https://cli.r-lib.org/) package.
- Update citation.

# tidyterra 0.4.1

Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ status](https://www.r-pkg.org/badges/version/tidyterra)](https://CRAN.R-project.
[![CRAN
results](https://badges.cranchecks.info/worst/tidyterra.svg)](https://cran.r-project.org/web/checks/check_results_tidyterra.html)
[![Downloads](https://cranlogs.r-pkg.org/badges/tidyterra)](https://CRAN.R-project.org/package=tidyterra)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05751/status.svg)](https://doi.org/10.21105/joss.05751)
[![R-CMD-check](https://github.com/dieghernan/tidyterra/actions/workflows/check-full.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-full.yaml)
[![codecov](https://codecov.io/gh/dieghernan/tidyterra/branch/main/graph/badge.svg?token=blvDmRjcfb)](https://app.codecov.io/gh/dieghernan/tidyterra)
[![CodeFactor](https://www.codefactor.io/repository/github/dieghernan/tidyterra/badge)](https://www.codefactor.io/repository/github/dieghernan/tidyterra)
[![r-universe](https://dieghernan.r-universe.dev/badges/tidyterra)](https://dieghernan.r-universe.dev/tidyterra)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.6572471-blue)](https://doi.org/10.5281/zenodo.6572471)
[![status](https://joss.theoj.org/papers/2d749c1db022cd5205fdae573f69721e/status.svg)](https://joss.theoj.org/papers/2d749c1db022cd5205fdae573f69721e)
[![Project Status: Active -- The project has reached a stable, usable state and
is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
Expand Down
27 changes: 10 additions & 17 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
year <- format(Sys.time(), "%Y")
abs <- trimws(gsub("\\s+", " ", meta$Description))
abs <- gsub("'", "", abs)
doi <- "10.5281/zenodo.6572471"

bibentry(
"Manual",
header = paste0("To cite '", meta$Package, "' in publications use:"),
"Article",
title = "Using the {tidyverse} with {terra} objects: the {tidyterra} package",
doi = doi,
doi = "10.21105/joss.05751",
author = c(person("Diego", "Hernangómez")),
year = year,
version = meta$Version,
url = unlist(strsplit(meta$URL, ","))[1],
abstract = abs,
year = "2023",
url = "https://doi.org/10.21105/joss.05751",
key = "R-tidyterra",
textVersion = paste0(
"Hernangomez D (", year, "). tidyterra: ",
gsub("'", "", meta$Title), ". <https://doi.org/", doi, ">, <",
unlist(strsplit(meta$URL, ","))[1], ">"
publisher = "The Open Journal",
volume = 8,
number = 91,
pages = 5751,
journal = "Journal of Open Source Software"
)
)
5 changes: 4 additions & 1 deletion vignettes/tidyterra.Rmd.orig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Using the tidyverse with terra objects: the tidyterra package"
subtitle: "JOSS paper"
tags:
- R
- CRAN
Expand All @@ -12,7 +13,7 @@ tags:
author: <a href="https://orcid.org/0000-0001-8457-4658">Diego Hernangómez <img alt="ORCID logo" src="https://info.orcid.org/wp-content/uploads/2019/11/orcid_24x24.png" width="16" height="16" /></a>
date: "2023-07-18"
description: >-
An introduction to the `tidyterra` **R** package.
Paper published on The Journal of Open Source Software.
bibliography: paper.bib
link-citations: yes
editor_options:
Expand All @@ -39,6 +40,8 @@ knitr::opts_chunk$set(
)
```

[![DOI](https://joss.theoj.org/papers/10.21105/joss.05751/status.svg)](https://doi.org/10.21105/joss.05751)

## Summary

`tidyterra` is an R [@r-project] package that allows manipulation of spatial
Expand Down

0 comments on commit e60a62f

Please sign in to comment.