Skip to content

Commit

Permalink
Merge pull request #43 from pepijn-devries/work-in-progress
Browse files Browse the repository at this point in the history
Work in progress
  • Loading branch information
pepijn-devries authored Sep 20, 2024
2 parents 488200f + 4bd0e7e commit 44ebd53
Show file tree
Hide file tree
Showing 6 changed files with 694 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^data-raw$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ECOTOXr
Type: Package
Title: Download and Extract Data from US EPA's ECOTOX Database
Version: 1.1.0.0001
Version: 1.1.1
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"),
email = "pepijn.devries@outlook.com",
comment = c(ORCID = "0000-0002-7961-6646")))
Expand All @@ -13,7 +13,7 @@ Description: The US EPA ECOTOX database is a freely available database
As the online search interface doesn't come with an API, this
package provides the means to easily access and search the database
in R. To this end, all raw tables are downloaded from the EPA website
and stored in a local SQLite database. <10.1016/j.chemosphere.2024.143078>
and stored in a local SQLite database <doi:10.1016/j.chemosphere.2024.143078>.
Depends:
R (>= 4.1.0),
RSQLite (>= 2.3.4)
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
ECOTOXr v1.1.0.0001
ECOTOXr v1.1.1
-------------

* Added `pkgdown` generated website
* Updated documentation
* Updated database specifications for
2024-09-12 release of ECOTOX

ECOTOXr v1.0.9
-------------
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 2 additions & 0 deletions data-raw/create_db_specs.r
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.db_specs <- read.csv("data-raw/db_specs.csv")
save(.db_specs, file = "R/sysdata.rda", compress = TRUE)
Loading

0 comments on commit 44ebd53

Please sign in to comment.