Skip to content

Commit 847c05b

Browse files
committed
fix syntax errors
1 parent faa2465 commit 847c05b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

man/ACLEDpopGDP.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ recent years.
6969
when avaialable and from other sources when not.
7070

7171
I got most of the ISO 3166-1 3-character country codes
72-
using \code{\link[Ecfun](findCountry)}. That function
72+
using \code{\link[Ecfun]{findCountry}. That function
7373
was NOT able to find country codes for the
7474
\href{https://en.wikipedia.org/wiki/Caribbean_Netherlands}{Caribbean Netherlands},
7575
\href{https://en.wikipedia.org/wiki/Christmas_Island}{Christmas Island},
@@ -97,12 +97,12 @@ recent years.
9797
That downloaded a file named `P_Popular Indicators.xlsx`,
9898
which I moved to the working directory, read into
9999
R and merged in the obvious way to create most of
100-
\code(ACLEDpopGDP).
100+
\code{ACLEDpopGDP}.
101101

102102
For "Countries" not in the World Bank data I extracted,
103103
I got numbers from relevant Wikipedia articles and
104104
documented the source in
105-
\code{ACLEDpopGDP[, "Comments"].
105+
\code{ACLEDpopGDP[, "Comments"]}.
106106
}
107107
\references{
108108
\href{https://en.wikipedia.org/wiki/Armed_Conflict_Location_and_Event_Data}{Armed Conflict Location and Event Data}

0 commit comments

Comments
 (0)