Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnuske committed Jun 13, 2024
1 parent 53fca92 commit b5430bb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ abstract: >-
is a reimplementation of the method suggested by Nuske et
al. (2009) using the library 'GEOS'.
license: GPL-3.0-or-later
version: 0.3.0
date-released: '2022-11-11'
version: 0.3.1
date-released: '2024-06-13'
preferred-citation:
type: article
title: >-
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: apcf
Title: Adapted Pair Correlation Function
Version: 0.3.0.900
Version: 0.3.1
Authors@R:
person(given="Robert", family="Nuske", role=c("aut", "cre"),
email="robert.nuske@mailbox.org",
Expand All @@ -24,4 +24,4 @@ SystemRequirements: GEOS (>= 3.4.0)
VignetteBuilder: knitr
LazyData: true
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# apcf 0.3.1
* dropped C++11 as a system requirement
* fixed Wsign-compare warning in import_export.cpp
* converted citEntry to bibentry in inst/CITATION and added CITATION.cff

# apcf 0.3.0
* switched to R's random number generator in C++ code
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is a minor update that also fixes the M1mac warning reported under "Additional issues".
This is a minor update that also fixes the C++11 note.

The maintainer stays the same, but the email address changed.

This package checks okay locally on ubuntu 20.04 R-release, all win-builder flavors, macOS builder, Rhub's check_for_cran suite and Github Actions CI.
We have checked the package on local Windows and Linux systems with released R versions, Winbuilder, and across a range of operating systems, compilers, and R versions using Rhub. No errors, no warnings, and no notes were found.

The large install size on some OS is due to the required library GEOS. This package can not use the R packages rgeos, rgdal, sf etc. because it links to GEOS from its C++ code. All calculations are done in C++ for performance reasons, comparable to package sf.

Many thanks for your service
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ bibentry(
title = "apcf: Adapted Pair Correlation Function",
author=person("Robert", "Nuske"),
license = "GPL-3.0-or-later",
year="2022",
version="0.3.0",
year="2024",
version="0.3.1",
doi="10.5281/zenodo.2535612"
)

Expand Down

0 comments on commit b5430bb

Please sign in to comment.