Skip to content

Commit

Permalink
removing TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Ruete committed Feb 24, 2021
1 parent d4c4ad8 commit 1034cc6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ data-raw/
cran-comments.md
CODE_OF_CONDUCT.md
LICENSE
.travis.yml
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: BIRDS
Type: Package
Title: Biodiversity Information Review and Decision Support
Version: 0.1.23
Version: 0.1.26
URL: https://github.com/greensway/BIRDS
BugReports: https://github.com/Greensway/BIRDS/issues
Authors@R: c(
Expand Down Expand Up @@ -42,7 +42,6 @@ Imports:
data.table,
dbscan,
dplyr,
esquisse,
geosphere (>= 1.5),
leaflet (>= 2.0),
lubridate (>= 1.7.4),
Expand All @@ -51,7 +50,6 @@ Imports:
methods,
nnet,
rgeos (>= 0.4),
rgdal (>= 1.5),
rlang,
sf (>= 0.7),
shiny (>= 1.0),
Expand Down
2 changes: 1 addition & 1 deletion R/exploreVisits.r
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#' # create a visit-based data object from the original observation-based data
#' OB <- organizeBirds(bombusObs)
#' visitStats <- exploreVisits(OB)
#' esquisse::esquisser(visitStats)
#' # esquisse::esquisser(visitStats)
#' # alternatively, plot the variable you want, e.g.:
#' # to see the distribution of distances covered on each visit
#' hist(visitStats$effortDiam)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![CRAN Status](https://www.r-pkg.org/badges/version/BIRDS)](https://cran.r-project.org/package=BIRDS)
[![Downloads](https://cranlogs.r-pkg.org/badges/BIRDS?color=blue)](https://cranlogs.r-pkg.org/)
[![Build Status](https://travis-ci.com/Greensway/BIRDS.svg?branch=master)](https://travis-ci.com/Greensway/BIRDS)


### A set of tools for Biodiversity Informatics in R
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* local Windows 10, R version 4.0.2 (2020-06-22)
* local Ubuntu 18.04.3 LTS, R version 4.0.2 (2020-06-22)
* remote win-builder.r-project.org (/M6NUwM96x3e4/)
* remote travisCI Ubuntu 18.04.5 LTS, R version 4.0.2 (2020-06-22)
* remote Github Actions Ubuntu 18.04.5 LTS, R version 4.0.2 (2020-06-22)

## R CMF check results
There where no ERRORs, WARNINGs on local or remote buidls RMD check,
Expand Down

0 comments on commit 1034cc6

Please sign in to comment.