Skip to content

Commit

Permalink
Update README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHeun committed Jan 4, 2024
1 parent 40630b8 commit 8fec297
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: CLPFUDatabase
Title: CLPFUDatabase: A suite of R packages for energy conversion chain analysis
Title: CLPFUDatabase A suite of R packages for energy conversion chain analysis
Version: 0.1.9
Authors@R:
c(person(given = "Matthew Kuperus", family = "Heun", email = "[email protected]",
Expand Down
18 changes: 0 additions & 18 deletions R/identity.R

This file was deleted.

19 changes: 19 additions & 0 deletions R/ignore_unused_imports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Suppress R CMD check note
# Namespace in Imports field not imported from: PKG
# All declared Imports should be used.
ignore_unused_imports <- function() {
FAOSTAT::get_faostat_bulk
IEATools::load_eta_fu_data
MKHthemes::xy_theme
MWTools::prep_psut
PFUAggPipeline::load_aggregation_maps
PFUPipeline::load_amw_pfu_data
PFUPipelineTools::read_pin_version
PFUSetup::get_abs_paths
RCLabels::get_nouns
Recca::calc_io_mats
Rilostat::get_ilostat
future.callr::callr
matsbyname::sum_byname
matsindf::collapse_to_matrices
}
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ knitr::opts_chunk$set(


<!-- badges: start -->
[![R-CMD-check](https://github.com/EnergyEconomyDecoupling/CLPFUDatabase/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EnergyEconomyDecoupling/CLPFUDatabase/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/CLPFUDatabase)](https://CRAN.R-project.org/package=CLPFUDatabase)
[![R-CMD-check](https://github.com/EnergyEconomyDecoupling/CLPFUDatabase/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EnergyEconomyDecoupling/CLPFUDatabase/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10359832.svg)](https://doi.org/10.5281/zenodo.10359832)
<!-- badges: end -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- Define some macros for later use -->
<!-- badges: start -->

[![R-CMD-check](https://github.com/EnergyEconomyDecoupling/CLPFUDatabase/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EnergyEconomyDecoupling/CLPFUDatabase/actions/workflows/R-CMD-check.yaml)
[![CRAN
status](https://www.r-pkg.org/badges/version/CLPFUDatabase)](https://CRAN.R-project.org/package=CLPFUDatabase)
[![R-CMD-check](https://github.com/EnergyEconomyDecoupling/CLPFUDatabase/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EnergyEconomyDecoupling/CLPFUDatabase/actions/workflows/R-CMD-check.yaml)
[![Lifecycle:
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10359832.svg)](https://doi.org/10.5281/zenodo.10359832)
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-01-03T17:10Z
last_built: 2024-01-04T13:41Z
urls:
reference: https://energyeconomydecoupling.github.io/CLPFUDatabase/reference
article: https://energyeconomydecoupling.github.io/CLPFUDatabase/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions tests/testthat/test-identity.R

This file was deleted.

3 changes: 3 additions & 0 deletions tests/testthat/test-ignore_unused_imports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("ignore_unused_imports() works", {
expect_no_error(CLPFUDatabase:::ignore_unused_imports())
})

0 comments on commit 8fec297

Please sign in to comment.