Skip to content

Commit

Permalink
submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
tnagler committed Oct 23, 2023
1 parent 138312b commit 7ee58dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ LICENSE
^docs$
^\.github/workflows/R-CMD-check\.yaml$
.github
^CRAN-SUBMISSION$
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ BUG FIX

* fix unnecessary error when calling `vinereg()` with weights.

# vinereg 0.9.0

# vinereg 0.9.0

NEW FEATURE

Expand Down Expand Up @@ -42,7 +42,7 @@ BUG FIXES

* prevent `rvinecopulib` from spawning own threads.

# NEW FEATURES
NEW FEATURES

* add `uscale` option to allow for external marginal modeling.

Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
CXX_STD = CXX11
PKG_CPPFLAGS = -I../inst/include -pthread
PKG_LIBS = `"$(R_HOME)/bin/Rscript" -e "RcppThread::LdFlags()"`
1 change: 0 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
CXX_STD = CXX11
PKG_CPPFLAGS = -I"../inst/include"

0 comments on commit 7ee58dc

Please sign in to comment.