Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Description: A set of tools to process and calculate
License: GPL (>= 3)
URL: https://github.com/Antguz/rTLS
BugReports: https://github.com/Antguz/rTLS/issues
Depends:
data.table (>= 1.17.8),
Depends:
R (>= 4.5.0)
Imports:
data.table (>= 1.17.8),
alphashape3d,
boot,
doSNOW (>= 1.0.16),
Expand All @@ -58,7 +58,7 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
RoxygenNote: 7.3.2
SystemRequirements: GNU make
ByteCompile: true
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
9 changes: 7 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,20 @@ export(trunk_volume)
export(voxels)
export(voxels_counting)
import(alphashape3d)
import(data.table)
importFrom(RcppHNSW,hnsw_build)
importFrom(RcppHNSW,hnsw_search)
importFrom(boot,boot)
importFrom(data.table,':=')
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,between)
importFrom(data.table,data.table)
importFrom(data.table,frank)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,setnames)
importFrom(doSNOW,registerDoSNOW)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
Expand Down
1 change: 0 additions & 1 deletion R/artificial_stand.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#' @author J. Antonio Guzmán Q.
#'
#' @importFrom sf st_polygon st_sfc st_area st_union st_difference st_intersection st_sample st_coordinates st_is_empty st_make_valid
#' @importFrom data.table data.table fread
#' @importFrom stats runif na.exclude
#' @importFrom utils txtProgressBar setTxtProgressBar
#' @importFrom grDevices chull
Expand Down
1 change: 0 additions & 1 deletion R/canopy_structure.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#'
#' @importFrom stats reshape
#' @importFrom stats weighted.mean
#' @import data.table
#'
#' @examples
#'
Expand Down
1 change: 0 additions & 1 deletion R/line_AABB.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#'
#' @seealso \code{\link{lines_interception}}, \code{\link{voxels}},
#'
#' @import data.table
#'
#' @examples
#'
Expand Down
1 change: 0 additions & 1 deletion R/lines_interception.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#'
#' @seealso \code{\link{line_AABB}}, \code{\link{voxels}}
#'
#' @import data.table
#'
#' @examples
#'
Expand Down
4 changes: 0 additions & 4 deletions R/polar_to_cartesian.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
#'
#' @author J. Antonio Guzmán Q.
#'
#' @importFrom data.table as.data.table
#' @importFrom data.table .SD
#' @importFrom data.table ':='
#'
#' @seealso \code{\link{cartesian_to_polar}}
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/rTLS-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' artificial stands. rTLS is written using data.table and C++ language and in most of the
#' functions it is posible to use parallel processing to speed-up the routines.

#' @import data.table
#' @importFrom data.table := .N .SD CJ as.data.table between data.table frank fread melt setnames
"_PACKAGE"

utils::globalVariables(c(".", "Target_count", "Voxel.size",
Expand Down
2 changes: 0 additions & 2 deletions R/rotate2D.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#'
#' @author J. Antonio Guzmán Q.
#'
#' @importFrom data.table as.data.table
#'
#' @examples
#'
#' data(pc_tree)
Expand Down
2 changes: 0 additions & 2 deletions R/rotate3D.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#'
#' @author J. Antonio Guzmán Q.
#'
#' @importFrom data.table as.data.table
#'
#' @examples
#'
#' data(pc_tree)
Expand Down
1 change: 0 additions & 1 deletion R/stand_counting.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#' @param parallel Logical, if \code{TRUE} it uses a parallel processing for the voxelization. \code{FALSE} as default.
#' @param threads An \code{integer} >= 0 describing the number of threads to use. This need to be used if \code{parallel = TRUE}.
#'
#' @import data.table
#' @importFrom parallel makeCluster
#' @importFrom parallel stopCluster
#' @importFrom doSNOW registerDoSNOW
Expand Down
1 change: 0 additions & 1 deletion R/tree_metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#'
#'
#' @importFrom sf st_polygon st_sfc st_area st_is_longlat st_transform st_set_crs
#' @importFrom data.table data.table
#'
#' @seealso \code{\link{circleRANSAC}}, \code{\link{trunk_volume}}
#'
Expand Down
1 change: 0 additions & 1 deletion R/voxels.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#'
#' @seealso \code{\link{voxels_counting}}, \code{\link{plot_voxels}}, \code{\link{summary_voxels}}
#'
#' @import data.table
#'
#' @examples
#' data("pc_tree")
Expand Down
1 change: 0 additions & 1 deletion R/voxels_counting.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#' @param parallel Logical, if \code{TRUE} it uses a parallel processing for the voxelization. \code{FALSE} as default.
#' @param threads An \code{integer} >= 0 describing the number of threads to use. This need to be used if \code{parallel = TRUE}.
#'
#' @import data.table
#' @importFrom parallel makeCluster
#' @importFrom parallel stopCluster
#' @importFrom doSNOW registerDoSNOW
Expand Down
1 change: 1 addition & 0 deletions man/rTLS-package.Rd

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