Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Mar 20, 2020
1 parent 63f7a98 commit ec005a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#' A simple feature \code{sf} object of roads in central Melbourne
#'
#' @details
#' Obtained from \url{www.data.gov.au} and distributed under the Creative Commons 4 License
#' Obtained from \url{http://www.data.gov.au} and distributed under the Creative Commons 4 License
#' \url{https://creativecommons.org/licenses/by/4.0/}
#'
#' @format An sf and data frame object with 18286 observations and 16 variables
Expand Down
2 changes: 1 addition & 1 deletion inst/include/spatialwidget/spatialwidget.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ namespace api {

Rcpp::NumericMatrix colour_mat = lst_columnar[ colour_column ];
Rcpp::NumericMatrix t_colour_mat = Rcpp::transpose( colour_mat );
t_colour_mat = t_colour_mat / 255.0; // TODO: remove if / when colourvalues returns scaled values
//t_colour_mat = t_colour_mat; / 255.0; // TODO: remove if / when colourvalues returns scaled values
t_colour_mat.attr("dim") = R_NilValue;

lst_columnar[ colour_column ] = t_colour_mat;
Expand Down
2 changes: 1 addition & 1 deletion man/widget_roads.Rd

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

0 comments on commit ec005a7

Please sign in to comment.