Skip to content
Snippets Groups Projects
Commit 52c9460b authored by philippe.verley_ird.fr's avatar philippe.verley_ird.fr
Browse files

(R) Updated metadata based on R CMD checks results. Created NEWS.md file.

parent 4c54db1f
No related branches found
No related tags found
No related merge requests found
^.*\.Rproj$
^\.Rproj\.user$
git.log
Package: AMAPVox
Type: Package
Title: LiDAR data voxelisation package
Title: LiDAR Data Voxelisation Package
Version: 0.1.0
Authors@R: c(
person("Grégoire", "Vincent", email="gregoire.vincent@ird.fr", role=c("aut")),
person("Julien", "Heurtebize", email="julienhtbe@gmail.com", role=c("aut")),
person("Philippe", "Verley", email="philippe.verley@ird.fr", role = c("aut", "cre"))
)
Description: AMAPVox is a LiDAR point cloud voxelisation software that aims
at estimating leaf area through several theoretical/numerical approaches.
Description: Set of R functions for reading, manipulating and writing voxel
spaces. Voxel spaces are read from text-based output files of the AMAPVox software.
AMAPVox is a LiDAR point cloud voxelisation software that aims at estimating
leaf area through several theoretical/numerical approaches.
License: CeCILL
Encoding: UTF-8
LazyData: true
URL: https://www.amapvox.org, https://github.com/umr-amap/AMAPVox
URL: http://www.amapvox.org, https://github.com/umr-amap/AMAPVox
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
......
File moved
# AMAPVox 0.1.0
First public release.
......@@ -2,7 +2,7 @@
#'
#' The package provides a a set of R functions for reading, manipulating
#' and writing voxel spaces. Voxel spaces are read from text-based output files
#' of the AMAPVox software.
#' of the \url{http://www.amapvox.org}{AMAPVox software}.
#'
#' As of version 0.1, available functions are limited and rudimentary, basically
#' read/write voxel space. With time the package will include functions to
......@@ -16,13 +16,13 @@
#' Lavalley, C., & Dauzat, J. (2017). Mapping plant area index of tropical
#' evergreen forest by airborne laser scanning. A cross-validation study
#' using LAI2200 optical sensor. Remote Sensing of Environment, 198, 254-266.
#' \url{https://doi.org/10.1016/j.rse.2017.05.034}
#' \doi{10.1016/j.rse.2017.05.034}
#' }
#' \item{
#' Up-to-date description of PAD/LAD estimators implemented in AMAPVox:\cr
#' VINCENT, Gregoire; PIMONT, François; VERLEY, Philippe, 2021,
#' "A note on PAD/LAD estimators implemented in AMAPVox 1.7",
#' \url{https://doi.org/10.23708/1AJNMP}, DataSuds, V1
#' \doi{10.23708/1AJNMP}, DataSuds, V1
#' }
#' }
#'
......
......@@ -5,7 +5,7 @@ bibentry(
pages = "254-266",
issn = "0034-4257",
url = "https://www.sciencedirect.com/science/article/pii/S003442571730233X",
doi = "https://doi.org/10.1016/j.rse.2017.05.034",
doi = "10.1016/j.rse.2017.05.034",
language = "en",
journal = "Remote Sensing of Environment",
author = c(
......
......@@ -6,9 +6,9 @@
\alias{AMAPVox-package}
\title{AMAPVox package}
\description{
The AMAPVox package provides a a set of R functions for reading, manipulating
The package provides a a set of R functions for reading, manipulating
and writing voxel spaces. Voxel spaces are read from text-based output files
of the AMAPVox software.
of the \url{http://www.amapvox.org}{AMAPVox software}.
}
\details{
As of version 0.1, available functions are limited and rudimentary, basically
......@@ -19,18 +19,18 @@ launch full GUI tool from R and a set of useful pre/post-processing functions.
\itemize{
\item{
Research paper firt describing AMAPVox:\cr
Research paper first describing AMAPVox:\cr
Vincent, G., Antin, C., Laurans, M., Heurtebize, J., Durrieu, S.,
Lavalley, C., & Dauzat, J. (2017). Mapping plant area index of tropical
evergreen forest by airborne laser scanning. A cross-validation study
using LAI2200 optical sensor. Remote Sensing of Environment, 198, 254-266.
\url{https://doi.org/10.1016/j.rse.2017.05.034}
\doi{10.1016/j.rse.2017.05.034}
}
\item{
Up-to-date description of PAD/LAD estimators implemented in AMAPVox:\cr
VINCENT, Gregoire; PIMONT, François; VERLEY, Philippe, 2021,
"A note on PAD/LAD estimators implemented in AMAPVox 1.7",
\url{https://doi.org/10.23708/1AJNMP}, DataSuds, V1
\doi{10.23708/1AJNMP}, DataSuds, V1
}
}
}
......@@ -43,7 +43,7 @@ VINCENT, Gregoire; PIMONT, François; VERLEY, Philippe, 2021,
\seealso{
Useful links:
\itemize{
\item \url{https://www.amavox.org}
\item \url{http://www.amapvox.org}
\item \url{https://github.com/umr-amap/AMAPVox}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment