Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
do not export internal data (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvjk authored Mar 6, 2024
1 parent bf164d1 commit 3e6a0cc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 20 deletions.
3 changes: 0 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@

#' Loan book test data
"loanbook_test_data"

#' Units for economic activities per sector and technology
"activity_units"
Binary file added R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion data-raw/activity_units.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ activity_units <- r2dii.data::abcd_demo %>%
) %>%
dplyr::select(-"emission_factor_unit")

usethis::use_data(activity_units, overwrite = TRUE)
usethis::use_data(activity_units, internal = TRUE, overwrite = TRUE)
Binary file removed data/activity_units.rda
Binary file not shown.
16 changes: 0 additions & 16 deletions man/activity_units.Rd

This file was deleted.

0 comments on commit 3e6a0cc

Please sign in to comment.