-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Drop C++11 requirement * Drop citEntry * Drop personList * Fix README
- Loading branch information
Showing
11 changed files
with
104 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 1.1.4 | ||
Date: 2022-11-07 19:22:17 UTC | ||
SHA: 08f5e6db576460ccb5249f795e2a8aac669f975b | ||
Version: 1.1.5 | ||
Date: 2023-08-19 00:23:24 UTC | ||
SHA: 38368f4f9475e882c076efe63226f1ee0547fbfe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: rotasym | ||
Type: Package | ||
Title: Tests for Rotational Symmetry on the Hypersphere | ||
Version: 1.1.4 | ||
Date: 2022-11-07 | ||
Version: 1.1.5 | ||
Date: 2023-08-19 | ||
Authors@R: c( | ||
person(given = "Eduardo", family = "García-Portugués", | ||
role = c("aut", "cre"), email = "[email protected]", | ||
|
@@ -28,5 +28,5 @@ LinkingTo: Rcpp, RcppArmadillo | |
URL: https://github.com/egarpor/rotasym | ||
BugReports: https://github.com/egarpor/rotasym | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.0 | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(old_usage = TRUE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
## Set PKG_LIBS | ||
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) | ||
|
||
## With R 3.1.0 or later, you can uncomment the following line to tell R to | ||
## enable compilation with C++11 (or even C++14) where available | ||
CXX_STD = CXX11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
## Set PKG_LIBS | ||
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) | ||
|
||
## With R 3.1.0 or later, you can uncomment the following line to tell R to | ||
## enable compilation with C++11 (or even C++14) where available | ||
CXX_STD = CXX11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters