Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: standartox
Version: 1.0.1
Version: 1.0.0
Date: 2025-09-19
Title: Ecotoxicological Information from the Standartox Database
Authors@R: c(
Expand All @@ -24,7 +24,7 @@ Imports:
curl (>= 3.4),
jsonlite (>= 1.6.1),
fst (>= 0.9.4),
data.table (>= 1.13.0)
data.table (>= 1.17.8)
License: MIT + file LICENSE
URL: https://github.com/andschar/standartox
BugReports: https://github.com/andschar/standartox/issues
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export(stx_data)
export(stx_meta)
export(stx_query)
export(stx_taxa)
import(data.table)
3 changes: 2 additions & 1 deletion R/standartox.R
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ filter_dt.AND <- function(dt, var_ls, silent = TRUE) {
#' }
#'
#' @export
#' @import data.table
stx_query = function(
## COMPOUND FILTERING ##
cas_number = NULL,
Expand Down Expand Up @@ -373,7 +374,7 @@ stx_query = function(
# Split up list object
total_entries = nrow(stxDb$test_fin)
tox.dt = stxDb$test_fin # final output object. LARGE right after import!
suppressWarnings( tox.dt[, cl_id := NULL] ) # HOT FIX!
suppressWarnings( tox.dt[, cl_id := NULL] ) #
stxDb = stxDb[stx_table[-1]] # dump the largest object! <- hope to save some memory with that.

# First quick filter steps:
Expand Down
36 changes: 22 additions & 14 deletions man/stx_catalog.Rd

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

35 changes: 21 additions & 14 deletions man/stx_chem.Rd

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

29 changes: 21 additions & 8 deletions man/stx_data.Rd

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

Loading
Loading