Skip to content

Commit

Permalink
articles and schuch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Sep 22, 2024
1 parent 7967419 commit debf6cc
Show file tree
Hide file tree
Showing 57 changed files with 708 additions and 1,626 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: eixport
Title: Export Emissions to Atmospheric Models
Version: 0.6.0
Version: 0.6.1
Date: 2023-09-26
Authors@R: c(
person(given = "Sergio",
family = "Ibarra-Espinosa",
role = c("aut", "cre"),
email = "sergio.ibarra@usp.br",
email = "zergioibarra@gmail.com",
comment = c(ORCID = "0000-0002-3162-1905")),
person(given = "Daniel",
family = "Schuch",
Expand Down
2 changes: 1 addition & 1 deletion R/Lights.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#'
#' @author Daniel Schuch
#'
#' @source \url{https://ngdc.noaa.gov/eog/dmsp/downloadV4composites.html}
#' @source \url{https://www.ngdc.noaa.gov/eog/dmsp/downloadV4composites.html}
#'
#' @details \url{https://en.wikipedia.org/wiki/Defense_Meteorological_Satellite_Program}
#'
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checks](https://cranchecks.info/badges/worst/eixport)](https://cran.r-project.or
[![Github
Stars](https://img.shields.io/github/stars/atmoschem/eixport.svg?style=social&label=Github)](https://github.com/atmoschem/eixport)

## Exporting emissions to atmospheric models, eixport: 0.6.0
## Exporting emissions to atmospheric models, eixport: 0.6.1

Emissions are mass that affects atmosphere in complex ways, not only
physical, but also, in the health of humans, ecosystems, economically,
Expand Down Expand Up @@ -76,14 +76,6 @@ devtools::install_github("atmoschem/eixport")

``` r
library(eixport)
#> The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
#> which was just loaded, will retire in October 2023.
#> Please refer to R-spatial evolution reports for details, especially
#> https://r-spatial.org/r/2023/05/15/evolution4.html.
#> It may be desirable to make the sf package available;
#> package maintainers should consider adding sf to Suggests:.
#> The sp package is now running under evolution status 2
#> (status 2 uses the sf package in place of rgdal)
file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02")
wrf_summary(file = file)
#> | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100%
Expand Down
16 changes: 8 additions & 8 deletions docs/404.html

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

16 changes: 8 additions & 8 deletions docs/CODE_OF_CONDUCT.html

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

Loading

0 comments on commit debf6cc

Please sign in to comment.