diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,14 +1,18 @@ -2017-03-24 Johannes Ranke +2017-03-30 Johannes Ranke * DESCRIPTION: New verson 0.7.1 + * Change package encoding to UTF-8 * Add checkcontrols() function * Add static documentation using pkgdown + * R/drfit.R: Suppress error messages to pass CRAN checks for examples + * Update test results + * Remove trailing whitespace and mixed indentation in source files 2016-09-02 Johannes Ranke * Make drcfit compatible with drc >= 3.0.1 (the row names of the matrix returned by the ED() function were changed). - * Switch back to using requireNamespace(RODBC) in order to address + * Switch back to using requireNamespace(RODBC) in order to address a NOTE issued by R CMD check * Use single quotes to quote other packages in the DESCRIPTION file @@ -20,7 +24,7 @@ 2015-10-07 Johannes Ranke * Suggest RODBC instead of depending on it, as it is not available - on all CRAN check systems. + on all CRAN check systems. * Adress various NOTES given by R CMD check @@ -43,12 +47,12 @@ drfit(), but internally uses the methods supplied by the drc package * R/{drfit,drcfit}.R: Return the list of fitted models in an attribute of - the resulting dataframe. Deal with the case of only NA values in the unit + the resulting dataframe. Deal with the case of only NA values in the unit column of the data. * R/drfit.R: Use the fitted nls() models directly to calculate EDx values - * R/drplot.R: Use different point characters (pch) for the data, and add the + * R/drplot.R: Use different point characters (pch) for the data, and add the possibility to specify them using the argument pchs. Also make drplot() work for the results from the drcfit function. |