Skip to content

Commit 810b0f9

Browse files
authored
Merge pull request #101 from cderv/patch-1
typo correction for making a working link
2 parents 5b054cf + 86e3a6e commit 810b0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2013-01-31-using-boost-with-bh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* for other CRAN packages. JJ and Romain chipped in as well, and Jay finally took the lead by first creating a
1313
* [repo on R-Forge](http://boostheaders.r-forge.r-project.org/). And now the package is out, so what follows is a little demo.
1414
*
15-
* This example borrows something already implemented in my [RcppBDT]((http://cran.r-project.org/package=RcppBDT) package which wraps
15+
* This example borrows something already implemented in my [RcppBDT](http://cran.r-project.org/package=RcppBDT) package which wraps
1616
* code from [Boost Date_Time](http://www.boost.org/doc/libs/1_52_0/doc/html/date_time.html) for R.
1717
* Here, we compute the so-called [IMM Date](http://en.wikipedia.org/wiki/IMM_dates) -- generally the
1818
* the third Wednesday of the month (in the last month of the quarter). Boost has a function computing the _Nth day of the Mth week_

0 commit comments

Comments
 (0)