Package: usefun
Type: Package
Title: A Collection of Useful Functions by John
Version: 0.4.8
Authors@R: person("John", "Zobolas", role = c("aut", "cph", "cre"), 
  email = "bblodfon@gmail.com", comment = c(ORCID = "0000-0002-3609-8674"))
Description: A set of general functions that I have used in various 
  projects and in other R packages. They support some miscellaneous operations 
  on data frames, matrices and vectors like adding a row on a ternary (3-value)
  data.frame based on positive and negative vector-indicators, rearranging a 
  list of data.frames by rownames, pruning rows or columns of a data.frame 
  that contain only one specific value given by the user,
  pruning and reordering a vector according to the common elements between its 
  names and elements of another given vector, finding the non-common elements 
  between two vectors (outer-section), 
  normalization of a vector, matrix or data.frame's numeric values in a specified range, 
  pretty printing of vector names and values in an R Markdown document.
  Also included is a function that returns the statistics needed for plotting a ROC curve.
License: MIT + file LICENSE
URL: https://github.com/bblodfon/usefun
BugReports: https://github.com/bblodfon/usefun/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: graphics, stats, utils, dplyr
Suggests: testthat, covr, readr
NeedsCompilation: no
Packaged: 2020-12-16 20:39:10 UTC; john
Author: John Zobolas [aut, cph, cre] (<https://orcid.org/0000-0002-3609-8674>)
Maintainer: John Zobolas <bblodfon@gmail.com>
Repository: CRAN
Date/Publication: 2020-12-16 21:50:02 UTC
Built: R 4.0.2; ; 2020-12-17 11:50:12 UTC; unix
