Skip to content

Commit

Permalink
remove devtools dep
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrH committed Aug 1, 2023
1 parent dd7d846 commit 1e1896f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
devtools,
dplyr,
knitr,
magrittr,
Expand Down
2 changes: 1 addition & 1 deletion inst/create_markdown_table.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
devtools::install(upgrade = "never")
install.packages(".", repos = NULL, type = "source")
library(AbbreviationsAndAcronyms)
csv_to_markdown_table("Abbreviations_and_Acronyms.csv")

0 comments on commit 1e1896f

Please sign in to comment.