Skip to content

Commit

Permalink
version 0.0-39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinteractive authored and cran-robot committed Jan 16, 2019
1 parent c13eed1 commit 4e28e09
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: bfp
Version: 0.0-39
Version: 0.0-39.1
Date: 2018-05-14
Title: Bayesian Fractional Polynomials
Authors@R: c(person("Daniel", "Sabanes Bove",
Expand Down Expand Up @@ -29,6 +29,6 @@ Repository: CRAN
Repository/R-Forge/Project: bfp
Repository/R-Forge/Revision: 150
Repository/R-Forge/DateTimeStamp: 2018-05-14 10:35:40
Date/Publication: 2018-05-14 14:37:07 UTC
Date/Publication: 2019-01-16 08:01:57 UTC
NeedsCompilation: yes
Packaged: 2018-05-14 10:56:44 UTC; rforge
Packaged: 2019-01-15 11:02:08 UTC; ripley
6 changes: 3 additions & 3 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
b34b03f8934a4754068e46ed20bb6eaa *ChangeLog
c2a67ca70eb94bfcf199612546262688 *DESCRIPTION
d42f79e5a962158516403a4ebab07d3c *DESCRIPTION
eb93f50ab6245a8732dfbefd74a98149 *NAMESPACE
3a521832a87f7f20b8cda3b426c73cb4 *R/BayesMfp.R
1fed2cad3b0faab4321bd318b396f21c *R/BayesMfpMethods.R
Expand Down Expand Up @@ -29,7 +29,7 @@ d38a59fb51588da6c1f810db9d722066 *R/scrHpd.R
d3cf0c9abe0bce3586265f7af76d575e *R/summary.BayesMfp.R
b2c58f9643ae6527c311f91a80b04b5d *R/summary.BmaSamples.R
b402746aa9398939d78e381a00113770 *R/transformMfp.R
eb13aa4583d4b803a0278ee4414f2e84 *build/partial.rdb
7ae67b7a784fcfefcd49c63147d4c41b *build/partial.rdb
b86ebe83ee632d18775af459067de536 *data/ozone.RData
9df4179c9e33189a47e3a99c2331752d *demo/00Index
99db10ee57747dc7b3a611e78b57a76e *demo/ozone.R
Expand Down Expand Up @@ -66,7 +66,7 @@ eed2cc06e0af75d36fa9f870b5ad73cb *man/scrHpd.Rd
93d20c271fc53ca02dc2ec13bc2c66a9 *man/summary.BayesMfp.Rd
334df8912061cd6b36c460753d817039 *man/summary.BmaSamples.Rd
7544ddde2b82ce1d8083fe7ffa1de8e4 *man/transformMfp.Rd
be2aa8d560147b809d5d812ea41c6a53 *src/Makevars
5582fa888dc9ad618d8e33ae2ad81f6b *src/Makevars
8767e779f3ef2b17c6c2ce838bcc87f7 *src/RnewMat.cpp
8f9939a27299c35bd5979ebf8bf7cb28 *src/RnewMat.h
67f94747759de125d5d54d3fa0066052 *src/bayesMfp.cpp
Expand Down
Binary file modified build/partial.rdb
Binary file not shown.
6 changes: 2 additions & 4 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

# use makefile variables from the R installation
MkInclude = ${R_HOME}/etc${R_ARCH}/Makeconf
RCPP_FLAGS=`${R_HOME}/bin/Rscript -e "Rcpp:::CxxFlags()"`
RCPP_LIBS=`${R_HOME}/bin/Rscript -e "Rcpp:::LdFlags()"`
CXX_STD = CXX11

# flags are needed:
PKG_CPPFLAGS = -D R_NO_REMAP
PKG_CXXFLAGS = -I. -Inewmat $(RCPP_FLAGS)
PKG_LIBS = -Lnewmat -lnewmat $(RCPP_LIBS)
PKG_CXXFLAGS = -I. -Inewmat
PKG_LIBS = -Lnewmat -lnewmat

# what are the C and C++ source files?
include scripts/SOURCES.mkf
Expand Down
Empty file modified src/const.c
100755 → 100644
Empty file.

0 comments on commit 4e28e09

Please sign in to comment.