Skip to content

Commit

Permalink
Save script to create sysdata.rda
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Oct 21, 2021
1 parent 18a45c0 commit ee25d54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.Rhistory
.RData
.Ruserdata
data-raw
data-raw/data
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Imports:
Suggests:
jamesdemodata (>= 0.7.0),
openssl,
testthat
testthat,
usethis
Remotes:
growthcharts/bdsreader,
growthcharts/chartbox,
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 2 additions & 0 deletions data-raw/internal.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pubkey <- openssl::read_pubkey("data-raw/data/jwt_public.pem")
usethis::use_data(pubkey, internal = TRUE, overwrite = TRUE, compress = "gzip")

0 comments on commit ee25d54

Please sign in to comment.