Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions githubdb.ado
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ program githubdb, rclass
file read `hitch2' line
local pkglist ""
while r(eof) == 0 {
local line : subinstr local line "`" "'", all // `
if substr(`"`macval(line)'"', 1,2) == "N " {
local newline : di substr(`"`macval(line)'"', 2,.)
local newline : subinstr local newline ".pkg" "", all
Expand Down