Skip to content

Commit

Permalink
minor correction for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGelb committed May 20, 2024
1 parent 1b07264 commit a1975d6
Show file tree
Hide file tree
Showing 236 changed files with 5,163 additions and 2,382 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: spNetwork
Type: Package
Title: Spatial Analysis on Network
Version: 0.4.4.9000
Version: 0.4.4.2
Authors@R: c(
person("Jeremy", "Gelb", email = "jeremy.gelb@ucs.inrs.ca",role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7114-2714")),
person("Philippe", "Apparicio", email="philippe.apparicio@ucs.inrs.ca", role=c("ctb"), comment = c(ORCID = "0000-0001-6466-9342")))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[![R-CMD-check](https://github.com/JeremyGelb/spNetwork/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JeremyGelb/spNetwork/actions/workflows/R-CMD-check.yaml)

[![](https://img.shields.io/badge/devel%20version-0.4.4.9000-green.svg)](https://jeremygelb.github.io/spNetwork/)
[![](https://img.shields.io/badge/devel%20version-0.4.4-green.svg)](https://jeremygelb.github.io/spNetwork/)
[![](https://www.r-pkg.org/badges/version/spNetwork?color=blue)](https://cran.r-project.org/package=spNetwork)
[![](http://cranlogs.r-pkg.org/badges/grand-total/spNetwork?color=blue)](https://cran.r-project.org/package=spNetwork)
[![](http://cranlogs.r-pkg.org/badges/last-month/spNetwork?color=green)](https://cran.r-project.org/package=spNetwork)
Expand Down
19 changes: 19 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,22 @@ We changed the functions using it to remove the dependency.

**correction:**
This has been replaced as suggested by the inherits function


# Version 0.4.4.2

submitted the 20/05/2024

**Problem:**
c++ compilation warning on gcc-14 (GCC) 14.1.0 x86_64-pc-linux-gnu

Found the following significant warnings:
bw_selection_tnkde.cpp:760:85: warning: ISO C++ forbids compound-literals [-Wpedantic]
bw_selection_tnkde.cpp:765:83: warning: ISO C++ forbids compound-literals [-Wpedantic]
nkde_continuous.cpp:127:151: warning: ISO C++ forbids compound-literals [-Wpedantic]
nkde_continuous.cpp:134:145: warning: ISO C++ forbids compound-literals [-Wpedantic]
nkde_discontinuous.cpp:112:81: warning: ISO C++ forbids compound-literals [-Wpedantic]

**correction:**
The c++ code has been modified to avoid the compound-literals

Binary file modified data/bike_accidents.rda
Binary file not shown.
Binary file modified data/main_network_mtl.rda
Binary file not shown.
Binary file modified data/mtl_libraries.rda
Binary file not shown.
Binary file modified data/mtl_network.rda
Binary file not shown.
Binary file modified data/mtl_theatres.rda
Binary file not shown.
Binary file modified data/small_mtl_network.rda
Binary file not shown.
22 changes: 11 additions & 11 deletions docs/404.html

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

22 changes: 11 additions & 11 deletions docs/CONDUCT.html

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

Loading

0 comments on commit a1975d6

Please sign in to comment.