Skip to content

Commit

Permalink
Update make_doc.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi authored Feb 22, 2024
1 parent 12cea7b commit 50dc80c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/make_doc.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
if (!("pkgdown" %in% rownames(installed.packages()))){install.packages("pkgdown")}
if (!("devtools" %in% rownames(installed.packages()))){install.packages("devtools")}
if (!("data.table" %in% rownames(installed.packages()))){install.packages("data.table")}
if (!("rjson" %in% rownames(installed.packages()))){install.packages("rjson")}
if (!("xml2" %in% rownames(installed.packages()))){install.packages("xml2")}


devtools::install_github("eurostat/restatapi")
cat(getwd())
message(getwd())
Expand Down

0 comments on commit 50dc80c

Please sign in to comment.