Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Deleting more files
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 30, 2014
1 parent 1a3c8cd commit fd4653c
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 289 deletions.
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Collate:
'auto_group.R'
'branch.R'
'controls.R'
'datasource.R'
'df_to_d3json.R'
'dplyr-group.R'
'dplyr-verbs.R'
Expand All @@ -51,7 +50,6 @@ Collate:
'inputs.R'
'is_dynamic.R'
'last_vis.R'
'layer.R'
'layer_misc.R'
'linked-brush.R'
'mark.R'
Expand Down
19 changes: 0 additions & 19 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ S3method(bin_params,numeric)
S3method(bin_vector,POSIXt)
S3method(bin_vector,factor)
S3method(bin_vector,numeric)
S3method(component_type,"NULL")
S3method(component_type,default)
S3method(component_type,ggvis_opts)
S3method(component_type,ggvis_props)
S3method(component_type,handler)
S3method(component_type,layer)
S3method(component_type,scale)
S3method(component_type,vega_axis)
S3method(component_type,vega_legend)
S3method(compute_bin,data.frame)
S3method(compute_bin,grouped_df)
S3method(compute_density,data.frame)
Expand Down Expand Up @@ -71,7 +62,6 @@ S3method(extract_layer,linked_brush)
S3method(extract_reactives,ggvis_props)
S3method(extract_reactives,prop)
S3method(format,band)
S3method(format,datasource)
S3method(format,ggvis_props)
S3method(format,handler)
S3method(format,mark)
Expand Down Expand Up @@ -149,8 +139,6 @@ S3method(remove_missing,split_df)
S3method(smooth,data.frame)
S3method(smooth,ggvis)
S3method(smooth,grouped_df)
S3method(source_class,default)
S3method(source_class,reactive)
S3method(toString,guess)
S3method(to_csv,data.frame)
S3method(to_csv,split_df)
Expand Down Expand Up @@ -194,7 +182,6 @@ export(click_tooltip)
export(compute.transform_stack)
export(compute_density)
export(create_input)
export(datasource)
export(default_options)
export(emit_arcs)
export(emit_images)
Expand Down Expand Up @@ -231,15 +218,12 @@ export(is.ggvis_props)
export(is.guess)
export(is.handler)
export(is.input)
export(is.layer)
export(is.mark)
export(is.prop)
export(is.scale)
export(is.scales)
export(is_source.datasource)
export(knit_print.ggvis)
export(last_vis)
export(layer)
export(layer_arc)
export(layer_arcs)
export(layer_area)
Expand Down Expand Up @@ -275,8 +259,6 @@ export(mark_text)
export(mutate.ggvis)
export(observe_ggvis)
export(padding)
export(pipe_id.datasource)
export(pipe_id.transform)
export(prop)
export(prop_to_scale)
export(props)
Expand Down Expand Up @@ -324,7 +306,6 @@ exportClasses(Resize)
import(assertthat)
importFrom(RJSONIO,fromJSON)
importFrom(RJSONIO,toJSON)
importFrom(digest,digest)
importFrom(methods,setRefClass)
importFrom(shiny,addResourcePath)
importFrom(shiny,basicPage)
Expand Down
53 changes: 0 additions & 53 deletions R/datasource.R

This file was deleted.

113 changes: 0 additions & 113 deletions R/layer.R

This file was deleted.

8 changes: 0 additions & 8 deletions R/transform.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ constant_vars.grouped_df <- function(data) {
rowSums(mat) == n
}

#' @export
#' @importFrom digest digest
pipe_id.transform <- function(x, props) {
# Hash the transform's settings, as well as props, since the props can affect
# the result (e.g., transform_bin's output depends on the x mapping)
paste(transform_type(x), digest(list(x, props), algo = "crc32"), sep = "_")
}

# Returns a string representing the transform type. For example, if it has
# class "transform_smooth", then this returns "smooth".
transform_type <- function(transform) {
Expand Down
2 changes: 1 addition & 1 deletion man-roxygen/properties.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
#' }
#'
#' To each property, you can assign any property object (\code{\link{prop}})
#' either locally (i.e. in the mark), or in a parent \code{\link{layer}}.
#' either locally (i.e. in the mark), or in a parent \code{layer}.
36 changes: 0 additions & 36 deletions man/datasource.Rd

This file was deleted.

55 changes: 0 additions & 55 deletions man/layer.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/marks.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ You can set the following mark properties:
}

To each property, you can assign any property object (\code{\link{prop}})
either locally (i.e. in the mark), or in a parent \code{\link{layer}}.
either locally (i.e. in the mark), or in a parent \code{layer}.
}
\seealso{
The "marks" vignette.
Expand Down
2 changes: 1 addition & 1 deletion man/props.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You can set the following mark properties:
}

To each property, you can assign any property object (\code{\link{prop}})
either locally (i.e. in the mark), or in a parent \code{\link{layer}}.
either locally (i.e. in the mark), or in a parent \code{layer}.
}
\examples{
# Set to constant values
Expand Down

0 comments on commit fd4653c

Please sign in to comment.