Skip to content

Commit

Permalink
update devtools to usethis
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Nov 22, 2019
1 parent cad821a commit 275dd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: Baseline data are lazilty loaded with the package, these can be man
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown,
igraph,
Expand Down
2 changes: 1 addition & 1 deletion data-raw/create_RData.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ create_RData <- function() {
# save(list=eachName,file=paste0("data/",eachName,".rda"))
# }

devtools::use_data(hydraDataList,overwrite = TRUE)
usethis::use_data(hydraDataList,overwrite = TRUE)

}

Expand Down

0 comments on commit 275dd59

Please sign in to comment.