Skip to content

Commit

Permalink
Fixing citation and C
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Aug 29, 2023
1 parent e06161e commit 09d5d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,9 1,8 @@
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

citHeader("To cite netdiffuseR in publications use the following paper:")

citEntry(
bibentry(
header = "To cite netdiffuseR in publications use the following paper:",
entry = "Article",
title = "Diffusion/Contagion Processes on Social Networks",
author = c(
Expand All @@ -20,6 19,7 @@ citEntry(
issn = "1367-4803",
pages = "235-248",
note = "{PMID: 32090655}",
bibtype = "article",
textVersion = "Valente TW, Vega Yon GG. Diffusion/Contagion Processes on Social Networks. Health Education & Behavior. 2020;47(2):235-248. doi:10.1177/1090198120901497"
)

Expand Down
1 change: 0 additions & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,6 1,5 @@
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) @OPENMP_CXXFLAGS@
# 1.2.4 Using C 11 code
CXX_STD = CXX11

# This is necesary since ARMADILLO now supports OpenMP
PKG_CXXFLAGS=@OPENMP_CXXFLAGS@ -DARMA_64BIT_WORD -DSTRICT_R_HEADERS
Expand Down

0 comments on commit 09d5d91

Please sign in to comment.