[med-svn] [r-cran-ritis] branch master updated (7d4a923 -> 4851df6)

Andreas Tille tille at debian.org
Thu Nov 9 13:19:38 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-ritis.

      from  7d4a923   Moved packaging from SVN to Git
       new  17f471c   Standards-Version: 4.1.1, cme fix dpkg-control
       new  9ab15f8   New upstream version 0.6.0
       new  6ec7820   Updated version 0.6.0 from 'upstream/0.6.0'
       new  0a153e8   New upstream version
       new  e47761e   New Build-Depends: r-cran-crul
       new  4851df6   Upload to unstable

The 6 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                            |   2 +-
 MD5                                | 200 ++++++++++++++++++-------------------
 NEWS.md                            |  23 ++++-
 R/accepted_names.R                 |  11 +-
 R/any_match_count.R                |   2 +-
 R/comment_detail.R                 |   4 +-
 R/common_names.R                   |   2 +-
 R/core_metadata.R                  |   2 +-
 R/coverage.R                       |   2 +-
 R/credibility.R                    |   2 +-
 R/currency.R                       |   2 +-
 R/date_data.R                      |   2 +-
 R/description.R                    |   4 +-
 R/experts.R                        |   2 +-
 R/full_record.R                    |   8 +-
 R/geographic_divisions.R           |   2 +-
 R/geographic_values.R              |   2 +-
 R/global_species_completeness.R    |   9 +-
 R/hierarchy.R                      |  17 ++--
 R/itis_facet.R                     |   2 +-
 R/itis_group.R                     |   2 +-
 R/itis_highlight.R                 |   2 +-
 R/itis_search.R                    |   2 +-
 R/jurisdiction.R                   |   5 +-
 R/kingdoms.R                       |   2 +-
 R/last_change_date.R               |   2 +-
 R/lsid2tsn.R                       |   2 +-
 R/other_sources.R                  |   2 +-
 R/parent_tsn.R                     |   2 +-
 R/publications.R                   |   5 +-
 R/rank_name.R                      |   2 +-
 R/rank_names.R                     |   2 +-
 R/record.R                         |   2 +-
 R/review_year.R                    |   2 +-
 R/scientific_name.R                |   2 +-
 R/search_any_match_paged.R         |   2 +-
 R/search_anymatch.R                |   5 +-
 R/search_common.R                  |  25 +++--
 R/search_scientific.R              |   2 +-
 R/synonym_names.R                  |   2 +-
 R/taxon_authorship.R               |   2 +-
 R/terms.R                          |  12 ++-
 R/tsn2lsid.R                       |   2 +-
 R/tsn_by_vernacular_language.R     |   2 +-
 R/unacceptability_reason.R         |   2 +-
 R/usage.R                          |   2 +-
 R/vernacular_languages.R           |   2 +-
 R/zzz.R                            |  29 ++++--
 build/vignette.rds                 | Bin 208 -> 208 bytes
 debian/changelog                   |   8 +-
 debian/control                     |   9 +-
 man/accepted_names.Rd              |   3 +-
 man/any_match_count.Rd             |   3 +-
 man/comment_detail.Rd              |   5 +-
 man/common_names.Rd                |   3 +-
 man/core_metadata.Rd               |   3 +-
 man/coverage.Rd                    |   3 +-
 man/credibility.Rd                 |   7 +-
 man/currency.Rd                    |   3 +-
 man/date_data.Rd                   |   3 +-
 man/description.Rd                 |   3 +-
 man/experts.Rd                     |   3 +-
 man/full_record.Rd                 |   3 +-
 man/geographic_divisions.Rd        |   3 +-
 man/geographic_values.Rd           |   3 +-
 man/global_species_completeness.Rd |   3 +-
 man/hierarchy.Rd                   |  20 ++--
 man/itis_facet.Rd                  |   1 -
 man/itis_group.Rd                  |   1 -
 man/itis_highlight.Rd              |   1 -
 man/itis_search.Rd                 |   1 -
 man/jurisdiction.Rd                |  17 ++--
 man/kingdoms.Rd                    |   9 +-
 man/last_change_date.Rd            |   3 +-
 man/lsid2tsn.Rd                    |   3 +-
 man/other_sources.Rd               |   3 +-
 man/parent_tsn.Rd                  |   3 +-
 man/publications.Rd                |   6 +-
 man/rank_name.Rd                   |   3 +-
 man/rank_names.Rd                  |  13 ++-
 man/record.Rd                      |   7 +-
 man/review_year.Rd                 |   3 +-
 man/ritis-package.Rd               |   4 +-
 man/scientific_name.Rd             |   7 +-
 man/search_any_match_paged.Rd      |   3 +-
 man/search_anymatch.Rd             |   3 +-
 man/search_common.Rd               |  17 ++--
 man/search_scientific.Rd           |   3 +-
 man/solr.Rd                        |   8 +-
 man/synonym_names.Rd               |   3 +-
 man/taxon_authorship.Rd            |   3 +-
 man/terms.Rd                       |   7 +-
 man/tsn2lsid.Rd                    |   3 +-
 man/tsn_by_vernacular_language.Rd  |   3 +-
 man/unacceptability_reason.Rd      |   3 +-
 man/usage.Rd                       |   3 +-
 man/vernacular_languages.Rd        |   3 +-
 tests/testthat/test-hierarchy.R    |  16 +--
 tests/testthat/test-itis_facet.R   |   5 +-
 tests/testthat/test-jurisdiction.R |   6 +-
 tests/testthat/test-kingdoms.R     |   6 +-
 tests/testthat/test-publications.R |   6 +-
 103 files changed, 355 insertions(+), 358 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-ritis.git



More information about the debian-med-commit mailing list