Skip to content

Commit

Permalink
merge example_data with main
Browse files Browse the repository at this point in the history
Merge branch 'example_data'

# Conflicts:
#	codemeta.json
  • Loading branch information
adamhsparks committed Dec 6, 2024
2 parents d90e618 + 4c068ec commit b1de0a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/clear_cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clear_cache <- function() {
recursive = TRUE,
full.names = TRUE)

if (length(f > 0)) {
if (length(f) > 0) {
unlink(.find_user_cache(), recursive = TRUE, force = TRUE)
} else {
cli::cli_inform(
Expand Down
2 changes: 1 addition & 1 deletion R/get_agfd.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ get_agfd <- function(fixed_prices = TRUE,
print.read.abares.agfd.nc.files <- function(x, ...) {
cli::cli_h1("Locally Available ABARES AGFD NetCDF Files")
cli::cli_ul(basename(x))
cat("\n")
cli::cat_line()
invisible(x)
}
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
},
"SystemRequirements": null
},
"fileSize": "328.159KB",
"fileSize": "328.23KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down

0 comments on commit b1de0a9

Please sign in to comment.