-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f1373a
commit fab0656
Showing
3 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: RCSF | |
Type: Package | ||
Title: Airborne LiDAR Filtering Method Based on Cloth Simulation | ||
Version: 1.0.0 | ||
Date: 2018-08-24 | ||
Date: 2018-10-24 | ||
Authors@R: c( | ||
person("Jean-Romain", "Roussel", email = "[email protected]", role = c("aut", "cre", "cph")), | ||
person("Jianbo", "Qi", email = "[email protected]", role = c("aut", "cph"))) | ||
|
@@ -11,11 +11,10 @@ Description: Cloth Simulation Filter (CSF) is an airborne LiDAR (Light Detection | |
between the cloth nodes and the corresponding LiDAR points, the locations of the cloth nodes can be | ||
determined to generate an approximation of the ground surface. | ||
Depends: R (>= 3.1.0) | ||
Suggests: lidR | ||
Suggests: testthat | ||
License: Apache License 2.0 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
LinkingTo: Rcpp | ||
Imports: Rcpp | ||
RoxygenNote: 6.1.0 | ||
Suggests: testthat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters