NEWS.md
file to track changes to the
package.fixes error from ggplot2
minor bug fixes
add functionality for additional model fitting with tcplfit2
updated vignettes for new fitting
created updated plotting function
updated for release with toxcast invitrodb data
added option to allow change in single conc bmad calculation
Major change for tcpl v2.0:
Incorporation of tcplLite into the package, a functionality that allows the user to work from local files formatted like invitrodb tables, rather than a MySQL database.
Using tcplLite is ideal for handling smaller datasets.
The SQLite driver was removed from the package.
tcplConf() default is now for tcplLite, which uses .csv files rather than tables in a MySQL database.
The MySQL driver is available and recommended for interacting with the entire dataset as a database.
The package vignettes run using tcplLite. Additional updates for tcpl v2.0
tcplLvlCount: function added to count the samples at each level of processing for each aeid.
Addition of mc4 methods: the baseline median absolute deviation can now be calculated based on the lowest two concentrations or on the neutral control wells. An mc4 method must now be assigned for analysis.
tcplGetAeid: function added to find assays based on matching a character string within any assay endpoint name.
tcplMakeAeidMultiPlts: 3x2 grid of plots on each page of a PDF, for a single aeid.
tcplMakeChidMultiPlts: 3x2 grid of plots on each page of a PDF, for a single chemical id (chid).
Vignettes are now posted as html from RMarkdown files for Introduction and appendices, data retrieval, and data processing.
Various bug fixes and additions to the methods tables.
Changes from v1.2.2
.plotFit (not exported) was updated to work with the new behavior
of nchar
for R>3.3 (PR#10/#26)
tcplPlotPlate now works with single-conc data. Previously it only worked with the multi-conc data. (PR#14)
Deleted out the ‘nddr’ level 6 methods. They were specific to one dataset and are no longer used. (PR#16)
Removed all instances of “with = FALSE” in data.table calls. (PR#25)
The package no longer writes to the installation directory. The vignette is now built in TMPDIR and the location of the configuration file must be specified by the user. This is to comply CRAN policies. The benefit to users that share an installation, is they can now each have their own config file. (PR#28)
The specific method imports were removed for the RSQLite and RMySQL packages. This change reflects the new behavior of the RSQLite package. The RMySQL imports were removed to simplify the package, as they were found unnecessary. (PR#29)
Changes from v1.2.2
.plotFit (not exported) was updated to work with the new behavior
of nchar
for R>3.3 (PR#10/#26)
tcplPlotPlate now works with single-conc data. Previously it only worked with the multi-conc data. (PR#14)
Deleted out the ‘nddr’ level 6 methods. They were specific to one dataset and are no longer used. (PR#16)
Removed all instances of “with = FALSE” in data.table calls. (PR#25)
The package no longer writes to the installation directory. The vignette is now built in TMPDIR and the location of the configuration file must be specified by the user. This is to comply CRAN policies. The benefit to users that share an installation, is they can now each have their own config file. (PR#28)
The specific method imports were removed for the RSQLite and RMySQL packages. This change reflects the new behavior of the RSQLite package. The RMySQL imports were removed to simplify the package, as they were found unnecessary. (PR#29)
Changes from v1.2
Changes from beta versions:
rapply
the
package now must use R version 3.2.0 or higher.