Skip to content

Commit

Permalink
Fix encoding issues in CITATION file
Browse files Browse the repository at this point in the history
  • Loading branch information
vzemlys committed Apr 11, 2012
1 parent 8c62b0c commit eed782e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/CITATION
@@ -1,4 +1,4 @@
citHeader("To cite package ’nlme’ in publications use:")
citHeader("To cite package 'midasr' in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)

Expand All @@ -9,4 +9,4 @@ citEntry(entry="Manual",
author = personList(as.person("Virmantas Kvedaras"),
as.person("Vaidotas Zemlys")),
year = year, note = vers,
textVersion = paste("Virmantas Kvedaras, Vaidotas Zemlys (", year, "), midasr: Estimating and testing MIDAS regression. ", vers, ".",sep=""))
textVersion = paste("Virmantas Kvedaras, Vaidotas Zemlys (", year, "), midasr: Estimating and testing MIDAS regression. ", vers, ".",sep=""))

0 comments on commit eed782e

Please sign in to comment.