Skip to content

Commit

Permalink
bumped extendr version and updated license note
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhroom committed Sep 9, 2024
1 parent 6d809bf commit a7b5cb1
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 78 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rshift
Type: Package
Title: Paleoecology Functions for Regime Shift Analysis
Version: 3.1.0
Version: 3.1.1
Authors@R: c(person("Alex H.", "Room",
role = c("aut", "cre", "cph"),
email = "alexhroom+cran@protonmail.com",
Expand Down
52 changes: 12 additions & 40 deletions LICENSE.note
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on the machine, the pre-compiled binary will be downloaded on building this
package. The binary is compiled using the same Rust code, so the authorships and
the licenses are the same as listed here.

[1]: The unicode-indent library shows 'Unicode-DFS-2016' license because it
[1]: The unicode-ident library shows 'Unicode-DFS-2016' license because it
contains some test data generated by using the Unicode Character Database.
So, this license is not applied to the actual sources that get compiled.
Please refer to the License section of the library's README
Expand All @@ -17,39 +17,32 @@ the licenses are the same as listed here.

Name: extendr-api
Files: vendor/extendr-api/*
Authors: andy-thomason, Thomas Down, Mossa Merhi Reimert, Claus O. Wilke, Hiroaki Yutani, Ilia A. Kosenkov
License: MIT

------------------------------

Name: extendr-engine
Files: vendor/extendr-engine/*
Authors: andy-thomason, Thomas Down, Mossa Merhi Reimert, Claus O. Wilke, Hiroaki Yutani, Ilia A. Kosenkov
Authors: andy-thomason, Thomas Down, Mossa Merhi Reimert, Claus O. Wilke, Hiroaki Yutani, Ilia A. Kosenkov, Michael Milton
License: MIT

------------------------------

Name: extendr-macros
Files: vendor/extendr-macros/*
Authors: andy-thomason, Thomas Down, Mossa Merhi Reimert, Claus O. Wilke, Hiroaki Yutani, Ilia A. Kosenkov
Authors: andy-thomason, Thomas Down, Mossa Merhi Reimert, Claus O. Wilke, Hiroaki Yutani, Ilia A. Kosenkov, Michael Milton
License: MIT

------------------------------

Name: lazy_static
Files: vendor/lazy_static/*
Authors: Marvin Löbel
License: MIT/Apache-2.0

------------------------------

Name: libR-sys
Files: vendor/libR-sys/*
Authors: andy-thomason, Thomas Down, Mossa Merhi Reimert, Claus O. Wilke, Ilia Kosenkov, Hiroaki Yutani
Authors: andy-thomason, Thomas Down, Mossa Merhi Reimert, Claus O. Wilke, Ilia A. Kosenkov, Hiroaki Yutani
License: MIT

------------------------------

Name: once_cell
Files: vendor/once_cell/*
Authors: Aleksey Kladov
License: MIT OR Apache-2.0

------------------------------

Name: paste
Files: vendor/paste/*
Authors: David Tolnay
Expand Down Expand Up @@ -81,25 +74,4 @@ License: MIT OR Apache-2.0
Name: unicode-ident
Files: vendor/unicode-ident/*
Authors: David Tolnay
License: MIT OR Apache-2.0

------------------------------

Name: winapi-i686-pc-windows-gnu
Files: vendor/winapi-i686-pc-windows-gnu/*
Authors: Peter Atashian
License: MIT/Apache-2.0

------------------------------

Name: winapi-x86_64-pc-windows-gnu
Files: vendor/winapi-x86_64-pc-windows-gnu/*
Authors: Peter Atashian
License: MIT/Apache-2.0

------------------------------

Name: winapi
Files: vendor/winapi/*
Authors: Peter Atashian
License: MIT/Apache-2.0
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
41 changes: 13 additions & 28 deletions inst/AUTHORS
Original file line number Diff line number Diff line change
@@ -1,61 +1,46 @@
The authors of the dependency Rust crates:

extendr-api (version 0.3.1):
extendr-api (version 0.7.1):
andy-thomason
Thomas Down
Mossa Merhi Reimert
Claus O. Wilke
Hiroaki Yutani
Ilia A. Kosenkov
Michael Milton

extendr-engine (version 0.3.1):
extendr-macros (version 0.7.1):
andy-thomason
Thomas Down
Mossa Merhi Reimert
Claus O. Wilke
Hiroaki Yutani
Ilia A. Kosenkov
Michael Milton

extendr-macros (version 0.3.1):
libR-sys (version 0.7.1):
andy-thomason
Thomas Down
Mossa Merhi Reimert
Claus O. Wilke
Hiroaki Yutani
Ilia A. Kosenkov

lazy_static (version 1.4.0):
Marvin Löbel

libR-sys (version 0.3.0):
andy-thomason
Thomas Down
Mossa Merhi Reimert
Claus O. Wilke
Ilia Kosenkov
Hiroaki Yutani

paste (version 1.0.7):
once_cell (version 1.19.0):
Aleksey Kladov

paste (version 1.0.15):
David Tolnay

proc-macro2 (version 1.0.40):
proc-macro2 (version 1.0.86):
David Tolnay
Alex Crichton

quote (version 1.0.20):
quote (version 1.0.36):
David Tolnay

syn (version 1.0.98):
syn (version 2.0.68):
David Tolnay

unicode-ident (version 1.0.1):
unicode-ident (version 1.0.12):
David Tolnay

winapi-i686-pc-windows-gnu (version 0.4.0):
Peter Atashian

winapi-x86_64-pc-windows-gnu (version 0.4.0):
Peter Atashian

winapi (version 0.3.9):
Peter Atashian
14 changes: 7 additions & 7 deletions src/rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = 'rshift'
version = '3.1.0'
version = '3.1.1'
edition = '2021'

[lib]
crate-type = [ 'staticlib' ]

[dependencies]
extendr-api = "0.7"
extendr-api = "0.7.1"

[profile.release]
opt-level = 'z' # Optimize for size
Expand Down
Binary file modified src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit a7b5cb1

Please sign in to comment.