The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
o Added function renameCol()
to shorten the process of
renaming columns.
o Added function side()
to extract the left/right side of a
data.frame
or matrix
.
o Added function unragMatrix()
to convert a ragged matrix
to a vector.
o Changed arguments of mergeLists()
to ...
so it can handle >2 lists at a time.
o Added appendLists()
for combining lists with elements
that may have the same names.
o roundedSigDigits()
works for numbers expressed in
scientific notation.
o Added functions compareFloat()
and aliases for
floating-point logical comparisons.
o Added function is.wholeNumber()
which tests if a value is
a whole number.
o Added function forwardSlash()
which converts backslashes
to forward slashes.
o Fixed bug in convertUnits()
for converting between meters
and kilometers.
o Internal fix to pmatchSafe()
to avoid conflicts with
other packages.
o Made renumSeq()
faster.
o Added convertUnits()
which converts values between
common units.
o Added conversionFactors
data frame object.
o Added pmatchSafe()
which is a supped-up version of
pmatch()
.
o Added unlistRecursive()
which unlists lists of lists.
o Updated omnibus.r
file for compliance with CRAN.
o Updated help for several functions.
o Updated combineDf()
for sophisticated combination of
data frames.
o combineDf()
no longer compatible with prior versions of
omnibus!
o Added notIn()
and %notin%
(complements to
%in%
).
o Added insert()
which inserts values into a
vector.
o Added renumSeq()
which renumbers a sequence with skipped
intervals.
o Fixed bug in insertCol()
.
o Removed clear()
.
o Removed same()
.
o Cleaned up help
o First submission to CRAN
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.