Skip to content

Commit

Permalink
Prepare CRAN release v0.16.1 (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyuanjia authored Jun 19, 2023
1 parent f87d9b8 commit e45e843
Show file tree
Hide file tree
Showing 24 changed files with 85 additions and 87 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: eplusr
Title: A Toolkit for Using Whole Building Simulation Program
'EnergyPlus'
Version: 0.16.0.9001
Version: 0.16.1
Authors@R: c(
person(given = "Hongyuan",
family = "Jia",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# eplusr (development version)
# eplusr 0.16.1

## Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion R/assert.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ convert_to_idd_ver <- function(ver, strict = FALSE, all_ver = c(ALL_IDD_VER, nam
#' is_eplus_path("C:/EnergyPlusV9-0-0")
#' is_eplus_path("/usr/local/EnergyPlus-9-0-1")
#'
#' \dontrun{
#' is_idd(use_idd("8.8", download = "auto"))
#'
#' idf <- read_idf(system.file("extdata/1ZoneUncontrolled.idf", package = "eplusr"),
Expand All @@ -67,7 +68,6 @@ convert_to_idd_ver <- function(ver, strict = FALSE, all_ver = c(ALL_IDD_VER, nam
#'
#' is_idfobject(idf_object(idf, 1))
#'
#' \dontrun{
#' is_epw(read_epw(download_weather("los angeles.*tmy3", type = "epw", ask = FALSE, max_match = 1)))
#' }
# is_eplus_ver {{{
Expand Down
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@

### Test environments

* Windows 10 22H2 (on local and GitHub Actions), R release
* Windows 10 22H2 (on local PC), R release
* Windows Server 2022 (on GitHub Actions), R release
* Ubuntu 22.04 (on GitHub Actions), R release
* macOS (on GitHub Actions), R release
* macOS 12.6.5 (on GitHub Actions), R release

### R CMD check results

0 errors | 0 warnings | 0 note

In this submission, I skipped tests that should be run locally.

### Reverse dependencies

0 errors | 0 warnings | 0 notes
12 changes: 6 additions & 6 deletions man/EplusJob.Rd

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

12 changes: 6 additions & 6 deletions man/EplusSql.Rd

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

16 changes: 8 additions & 8 deletions man/ParametricJob.Rd

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

2 changes: 1 addition & 1 deletion man/as.character.IdfObject.Rd

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

12 changes: 6 additions & 6 deletions man/assertion.Rd

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

2 changes: 1 addition & 1 deletion man/clean_wd.Rd

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

2 changes: 1 addition & 1 deletion man/format.IdfObject.Rd

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

4 changes: 2 additions & 2 deletions man/idd_object.Rd

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

12 changes: 6 additions & 6 deletions man/install_eplus.Rd

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

16 changes: 8 additions & 8 deletions man/path_eplus.Rd

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

4 changes: 2 additions & 2 deletions man/rdd.Rd

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

10 changes: 5 additions & 5 deletions man/read_idf.Rd

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

4 changes: 2 additions & 2 deletions man/read_idfeditor_copy.Rd

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

6 changes: 3 additions & 3 deletions man/run_model.Rd

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

6 changes: 3 additions & 3 deletions man/transition.Rd

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

Loading

0 comments on commit e45e843

Please sign in to comment.