Skip to content

Commit

Permalink
R CMD check notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Sep 1, 2020
1 parent 3392ba4 commit e0f869b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param type a character string with the type of data to download. See the function usage for all possible values.
#' These data will be downloaded from either:
#' \itemize{
#' \item{NLTK-data forked repository: }{\url{https://github.com/bnosac-dev/nltk_data/tree/gh-pages/packages/corpora/conll2002.zip}}
#' \item{NLTK-data forked repository: }{\url{https://github.com/bnosac-dev/nltk_data/blob/gh-pages/packages/corpora/conll2002.zip}}
#' \item{FOX forked repository of GermanNER: }{\url{https://github.com/bnosac-dev/FOX/tree/master/input/GermanNER}}
#' \item{FOX forked repository of WikiNER: }{\url{https://github.com/bnosac-dev/FOX/tree/master/input/Wikiner}}
#' }
Expand Down
2 changes: 1 addition & 1 deletion R/modelling.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' \item{FUN: }{The argument passed on to FUN}
#' \item{ldots: }{A list with the arguments passed on to ...}
#' }
#' @references More details about this model is available at \url{http://www.chokkan.org/software/crfsuite}.
#' @references More details about this model is available at \url{http://www.chokkan.org/software/crfsuite/}.
#' @export
#' @seealso \code{\link{predict.crf}}
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/crf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ner_download_modeldata.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0f869b

Please sign in to comment.