Skip to content

Commit 743d83e

Browse files
committed
correct use of href
1 parent 2238c77 commit 743d83e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

vignettes/Rcpp-FAQ.Rnw

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Additional packages that we have found useful are
158158
\item[\pkg{rbenchmark}] to run simple timing comparisons and benchmarks; it is also
159159
recommended but not required.
160160
\item[\pkg{microbenchmark}] is an alternative for benchmarking.
161-
\item[\pkg{devtools}] can help the process of making a package.
161+
\item[\pkg{devtools}] can help the process of making a package.
162162
\end{description}
163163

164164

@@ -719,7 +719,8 @@ The
719719
mailing list hosted at R-forge is by far the best place. You may also want
720720
to look at the list archives to see if your question has been asked before.
721721

722-
You can also use Stack Overflow with the rcpp tag. \href{http://stackoverflow.com/questions/tagged/rcpp}
722+
You can also use \href{http://stackoverflow.com/questions/tagged/rcpp}{Stack
723+
Overflow via its 'rcpp' tag}.
723724

724725
\subsection{Where can I read old questions and answers ?}
725726

@@ -736,8 +737,8 @@ searching.
736737
\subsection{I like it. How can I help ?}
737738
\label{helping}
738739

739-
We maintain a list of issues in the github repository
740-
we use. \href{https://github.com/RcppCore/Rcpp/issues?state=open}.
740+
We maintain a list of issues in the github repository
741+
we use. \href{https://github.com/RcppCore/Rcpp/issues?state=open}.
741742

742743
If you are willing to donate time and have skills in C++, let us know. If you are
743744
willing to donate money to sponsor improvements, let us know.
@@ -754,7 +755,7 @@ what it is that you dislike. We are very open to \emph{constructive} criticism.
754755
\subsection{Can I have commercial support for \pkg{Rcpp} ?}
755756

756757
Sure you can. Just send us an email, and we will be happy to discuss the
757-
request.
758+
request.
758759

759760
\subsection{I want to learn quickly. Do you provide training courses ?}
760761

0 commit comments

Comments
 (0)