Skip to content

Commit

Permalink
Rebrand with animalnexus
Browse files Browse the repository at this point in the history
  • Loading branch information
steffilazerte committed Aug 9, 2016
1 parent 615da30 commit 4367813
Show file tree
Hide file tree
Showing 23 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(activity)
export(birdmoves)
export(animalnexus)
export(check_ids)
export(check_problems)
export(daily)
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# feedr 0.6.0.9000
# feedr 0.6.1

- Added birdmoves shiny app to feedr package (`birdmoves()`)
- Added animalnexus shiny app to feedr package (`animalnexus()`)
- Fixed some bugs in visualizations
- Correct animalnexus UI issues



Expand Down
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Read data on Finches from BirdMoves website
#' Read data on Finches from original BirdMoves website
#'
#' A dataset containing raw reads of finches visiting feeders in Kamloops, BC,
#' Canada
Expand Down
4 changes: 2 additions & 2 deletions R/load.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ load.raw.all <- function(r_dir,
.Deprecated("load_raw_all")
}

#' Download data from BirdMoves website.
#' Download data from original BirdMoves website.
#'
#' This function uses RCurl to submit an HTML form and retrieve the csv file.
#' This is simply a convenience function to replace going to the website
Expand Down Expand Up @@ -322,7 +322,7 @@ dl_data <- function(start = NULL,
return(r)
}

#' Depreciated: Download data from BirdMoves website.
#' Depreciated: Download data from original BirdMoves website.
#'
#' Depreciated use \link{\code{dl_data}} instead.
#'
Expand Down
6 changes: 3 additions & 3 deletions R/shiny_functions.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Launch local birdmoves site
#' Launch local animalnexus site
#' @export
birdmoves <- function() {
appDir <- system.file("shiny-examples", "birdmoves", package = "feedr")
animalnexus <- function() {
appDir <- system.file("shiny-examples", "animalnexus", package = "feedr")
if (appDir == "") {
stop("Could not find example directory. Try re-installing `feedr`.", call. = FALSE)
}
Expand Down
2 changes: 1 addition & 1 deletion data-raw/bird_pictures.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ list.files("./data-raw/Bird Pictures/small/")
index <- birds_all %>%
mutate(img = NA)

write.csv(index, "./inst/shiny-examples/birdmoves/data/img_index.csv", row.names = FALSE)
write.csv(index, "./inst/shiny-examples/animalnexus/data/img_index.csv", row.names = FALSE)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ shinyUI(fluidPage(
## CSS Styling

tags$head(
tags$title("birdmoves"),
tags$title("animalnexus"),
tags$style(HTML("
.shiny-output-error-validation {
padding: 1em;
Expand Down
File renamed without changes
10 changes: 5 additions & 5 deletions man/birdmoves.Rd → man/animalnexus.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/dl_data.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/finches.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/get.data.Rd

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

0 comments on commit 4367813

Please sign in to comment.