Skip to content

Commit b80a665

Browse files
author
Florian Schneider
committed
fix #25 : character issues on CRAN
1 parent 5c267fd commit b80a665

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

R/data.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ NULL
142142
#'
143143
#' @details Trait-based approaches have increased significantly in community
144144
#' ecology during the last decade. This is not least because studies on
145-
#' biodiversityecosystem functioning relationships became a major topic in
145+
#' biodiversity-ecosystem functioning relationships became a major topic in
146146
#' ecology. Species' functions in ecosystems are mediated by their traits. For
147147
#' a better understanding of the relationships between environmental drivers,
148148
#' the community composition of organisms and ecosystems functioning, it is
@@ -179,7 +179,7 @@ NULL
179179
#'
180180
#' - Gossner, M. M., N. K. Simons, L. Höck, and W. W. Weisser. 2015.
181181
#' Morphometric measures of Heteroptera sampled in grasslands across three
182-
#' regions of Germany. Ecology 96:11541154.
182+
#' regions of Germany. Ecology 96:1154-1154.
183183
#' - Data publication: Gossner, M.M, Simons, N.K., Höck, L., Weisser, W.W.,
184184
#' 2016. Morphometric measures of Heteroptera sampled in grasslands across three
185185
#' regions of Germany. figshare.
@@ -314,7 +314,7 @@ NULL
314314
#'
315315
#' @name mammaldiet
316316
#' @description A comprehensive global dataset of diet preferences of mammals
317-
#' (MammalDIET). Diet information was digitized from the literature and
317+
#' ('MammalDIET'). Diet information was digitized from the literature and
318318
#' extrapolated for species with missing information. The original and
319319
#' extrapolated data cover species-level diet information for >99% of all
320320
#' terrestrial mammals.
@@ -324,7 +324,7 @@ NULL
324324
#' - Kissling, W.D., Dalby, L., Fløjgaard, C., Lenoir, J., Sandel, B., Sandom,
325325
#' C., Trøjelsgaard, K., Svenning, J. (2014). Establishing macroecological
326326
#' trait datasets: digitalization, extrapolation, and validation of diet
327-
#' preferences in terrestrial mammals worldwide. Ecol Evol, 4, 29132930.
327+
#' preferences in terrestrial mammals worldwide. Ecol Evol, 4, 2913-2930.
328328
#' \url{http://onlinelibrary.wiley.com/doi/10.1002/ece3.1136/}
329329
#'
330330
#' Additionally, please cite the Dryad data package:

R/utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' @param dec the character used in the file for decimal points.
99
#' @param na.strings a character vector of strings which are to be interpreted as NA values. Blank fields are also considered to be missing values in logical, integer, numeric and complex fields.
1010
#' @param fill logical. If TRUE then in case the rows have unequal length, blank fields are implicitly added. See 'Details' of `?read.table`.
11-
#' @param sep the field separator character. Values on each line of the file are separated by this character. If sep = "" (the default for read.table) the separator is white space, that is one or more spaces, tabs, newlines or carriage returns.
11+
#' @param sep the field separator character. Values on each line of the file are separated by this character. If sep = "" (the default for read.table) the separator is 'white space', that is one or more spaces, tabs, newlines or carriage returns.
1212
#' @param quote the set of quoting characters. To disable quoting altogether, use quote = "". See scan for the behaviour on quotes embedded in quotes. Quoting is only considered for columns read as character, which is all of them unless colClasses is specified.
1313
#' @param fileEncoding character string: if non-empty declares the encoding to be used on a file (not a connection) so the character data can be re-encoded as they are written. See [base::connections()].
1414
#'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Package 'traitdataform': Formatting and Harmonizing Ecological Trait-Data
22

33
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
4-
[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
4+
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
55
[![Build Status](https://travis-ci.com/EcologicalTraitData/traitdataform.svg?branch=master)](https://travis-ci.com/EcologicalTraitData/traitdataform)
66
[![CRAN status](https://www.r-pkg.org/badges/version/traitdataform)](https://cran.r-project.org/package=traitdataform)
77
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1489527.svg)](https://doi.org/10.5281/zenodo.1489527)

0 commit comments

Comments
 (0)