Skip to content

Commit

Permalink
Submit
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 25, 2022
1 parent 9d49337 commit c9de62f
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "rasterpic" in publications use:'
type: software
license: MIT
title: 'rasterpic: Create a Spatial Raster from Plain Images'
version: 0.0.0.9000
version: 0.1.0
abstract: Creates a spatial raster, as the ones provided by 'terra', from regular
pictures.
authors:
Expand All @@ -25,7 +25,7 @@ preferred-citation:
email: [email protected]
orcid: https://orcid.org/0000-0001-8457-4658
year: '2022'
version: 0.0.0.9000
version: 0.1.0
url: https://dieghernan.github.io/rasterpic/
abstract: Creates a spatial raster, as the ones provided by 'terra', from regular
pictures.
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rasterpic
Title: Create a Spatial Raster from Plain Images
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658"))
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# rasterpic 0.0.0.9000
# rasterpic 0.1.0

* Added a `NEWS.md` file to track changes to the package.
- Initial release
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ knitr::opts_chunk$set(
# rasterpic <img src="man/figures/logo.png" align="right" height="139"/>

<!-- badges: start -->

[![R-CMD-check](https://github.com/dieghernan/rasterpic/actions/workflows/check-full.yaml/badge.svg)](https://github.com/dieghernan/rasterpic/actions/workflows/check-full.yaml)
[![codecov](https://codecov.io/gh/dieghernan/rasterpic/branch/main/graph/badge.svg?token=jSZ4RIsj91)](https://app.codecov.io/gh/dieghernan/rasterpic)
[![r-universe](https://dieghernan.r-universe.dev/badges/rasterpic)](https://dieghernan.r-universe.dev/)
[![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)

<!-- badges: end -->

**rasterpic** is a tiny package with one single goal: to transform an image into
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[![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)

<!-- badges: end -->

**rasterpic** is a tiny package with one single goal: to transform an
Expand Down Expand Up @@ -119,7 +120,7 @@ A BibTeX entry for LaTeX users is:
title = {rasterpic: Create a Spatial Raster from Plain Images},
author = {Diego Hernangómez},
year = {2022},
version = {0.0.0.9000},
version = {0.1.0},
url = {https://dieghernan.github.io/rasterpic/},
abstract = {Creates a spatial raster, as the ones provided by 'terra', from regular pictures.},
}
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/dieghernan/rasterpic",
"issueTracker": "https://github.com/dieghernan/rasterpic/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"version": "0.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -142,7 +142,7 @@
},
"SystemRequirements": null
},
"fileSize": "1562.732KB",
"fileSize": "1562.681KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
20 changes: 18 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# rasterpic v0.1.0

## Initial release

## Test environments

- local R installation, R version 4.1.2 on Windows 10 x64

- On github actions:

- Mac OS X 10.15.7: release.
- Windows 10.0.17763:, devel, release, oldrel.
- ubuntu 20.04: devel, release, oldrel, R 3.6.0.

- win-builder: devel, release, oldrel

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors \| 0 warnings \| 1 note x

* This is a new release.
New submission
Binary file modified man/figures/README-align-crop-mask-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-example-basic-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9de62f

Please sign in to comment.