[med-svn] [r-cran-bbmisc] branch master updated (57bfb7e -> 84c510e)
Andreas Tille
tille at debian.org
Mon Oct 9 09:30:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch master
in repository r-cran-bbmisc.
from 57bfb7e Moved packaging from SVN to Git
new 05a8cc5 New upstream version
new 0aee046 Standards-Version: 4.1.1
new 05e1bd3 New upstream version 1.11
new 84c510e Updated version 1.11 from 'upstream/1.11'
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
DESCRIPTION | 14 +-
LICENSE | 5 +-
MD5 | 228 +++++++++++----------
NAMESPACE | 2 +
NEWS | 15 +-
R/addClasses.R | 5 +-
R/checkArg.R | 22 +-
R/coalesce.R | 20 +-
R/convertListOfRowsToDataFrame.R | 12 +-
R/convertToShortString.R | 34 +--
R/ensureVector.R | 22 +-
R/getMaxIndex.R | 20 +-
R/matchDataFrameSubset.R | 4 +-
R/namedList.R | 7 +-
R/printHead.R | 23 +++
debian/changelog | 4 +-
debian/control | 2 +-
man/addClasses.Rd | 6 +-
man/argsAsNamedList.Rd | 1 -
man/asMatrixCols.Rd | 1 -
man/asQuoted.Rd | 1 -
man/binPack.Rd | 1 -
man/btwn.Rd | 1 -
man/cFactor.Rd | 1 -
man/capitalizeStrings.Rd | 1 -
man/catf.Rd | 1 -
man/checkArg.Rd | 21 +-
man/checkListElementClass.Rd | 1 -
man/chunk.Rd | 1 -
man/clipString.Rd | 1 -
man/coalesce.Rd | 8 +-
man/collapse.Rd | 1 -
man/collapsef.Rd | 1 -
man/computeMode.Rd | 1 -
man/convertDataFrameCols.Rd | 1 -
man/convertInteger.Rd | 1 -
man/convertIntegers.Rd | 1 -
man/convertListOfRowsToDataFrame.Rd | 12 +-
man/convertMatrixType.Rd | 1 -
man/convertRowsToList.Rd | 3 +-
man/convertToShortString.Rd | 4 +-
man/dapply.Rd | 1 -
man/deprecated.Rd | 3 +-
man/do.call2.Rd | 1 -
man/dropNamed.Rd | 1 -
man/ensureVector.Rd | 18 +-
man/explode.Rd | 1 -
man/extractSubList.Rd | 1 -
man/filterNull.Rd | 1 -
man/getAttributeNames.Rd | 1 -
man/getClass1.Rd | 1 -
man/getFirst.Rd | 1 -
man/getMaxIndex.Rd | 17 +-
man/getMaxIndexOfRows.Rd | 5 +-
man/getOperatingSystem.Rd | 7 +-
man/getRelativePath.Rd | 1 -
man/getUnixTime.Rd | 1 -
man/getUsedFactorLevels.Rd | 1 -
man/hasAttributes.Rd | 1 -
man/insert.Rd | 1 -
man/is.error.Rd | 1 -
man/isDirectory.Rd | 1 -
man/isEmptyDirectory.Rd | 1 -
man/isExpensiveExampleOk.Rd | 1 -
man/isFALSE.Rd | 1 -
man/isProperlyNamed.Rd | 1 -
man/isScalarNA.Rd | 1 -
man/isScalarValue.Rd | 11 +-
man/isSubset.Rd | 1 -
man/isSuperset.Rd | 1 -
man/isValidName.Rd | 1 -
man/itostr.Rd | 1 -
man/lib.Rd | 1 -
man/load2.Rd | 1 -
man/lsort.Rd | 1 -
man/makeDataFrame.Rd | 1 -
man/makeFileCache.Rd | 1 -
man/makeProgressBar.Rd | 3 +-
man/makeS3Obj.Rd | 1 -
man/makeSimpleFileLogger.Rd | 3 +-
man/mapValues.Rd | 1 -
man/messagef.Rd | 1 -
man/namedList.Rd | 3 +-
man/names2.Rd | 1 -
man/nin.Rd | 1 -
man/normalize.Rd | 1 -
man/optimizeSubInts.Rd | 1 -
man/pause.Rd | 1 -
man/printHead.Rd | 25 +++
man/printStrToChar.Rd | 1 -
man/printToChar.Rd | 1 -
man/rangeVal.Rd | 1 -
man/requirePackages.Rd | 1 -
man/rowLapply.Rd | 1 -
man/save2.Rd | 1 -
man/seq_row.Rd | 3 +-
man/setAttribute.Rd | 1 -
man/setClasses.Rd | 1 -
man/setRowNames.Rd | 3 +-
man/setValue.Rd | 1 -
man/sortByCol.Rd | 1 -
man/splitPath.Rd | 1 -
man/splitTime.Rd | 1 -
man/stopf.Rd | 1 -
man/strrepeat.Rd | 1 -
man/suppressAll.Rd | 1 -
man/symdiff.Rd | 1 -
man/system3.Rd | 1 -
man/toRangeStr.Rd | 1 -
man/vlapply.Rd | 5 +-
man/warningf.Rd | 1 -
man/which.first.Rd | 1 -
src/init.c | 28 +++
tests/testthat/test_convertListOfRowsToDataFrame.R | 24 ++-
tests/testthat/test_convertToShortString.R | 5 +-
tests/testthat/test_ensureVector.R | 6 +
tests/testthat/test_getMaxIndex.R | 48 +++--
tests/testthat/test_namedList.R | 2 +-
tests/testthat/test_printHead.R | 9 +
119 files changed, 443 insertions(+), 354 deletions(-)
create mode 100644 R/printHead.R
create mode 100644 man/printHead.Rd
create mode 100644 src/init.c
create mode 100644 tests/testthat/test_printHead.R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-bbmisc.git
More information about the debian-med-commit
mailing list