Skip to content
Snippets Groups Projects
Commit 16c9c783 authored by Florian Gerber's avatar Florian Gerber
Browse files

v 1.0-0

parent a523fa23
No related branches found
No related tags found
No related merge requests found
Package: dotCall64 Package: dotCall64
Type: Package Type: Package
Title: Enhanced Foreign Function Interface Supporting Long Vectors Title: Enhanced Foreign Function Interface Supporting Long Vectors
Version: 0.9-5.2 Version: 1.0-0
Date: 2018-01-11 Date: 2018-07-30
Authors@R: c(person("Kaspar", "Moesinger", role = c("aut"), Authors@R: c(person("Kaspar", "Moesinger", role = c("aut"),
email = "kaspar.moesinger@gmail.com"), email = "kaspar.moesinger@gmail.com"),
person("Florian", "Gerber", role = c("cre", "ctb"), person("Florian", "Gerber", role = c("cre", "ctb"),
......
# dotCall64 # dotCall64
# 1.0-0
* Update references
# 0.9-5.2 # 0.9-5.2
commit c184c8a9e883ccc3b5afe3d5639d689724f71176 commit c184c8a9e883ccc3b5afe3d5639d689724f71176
Author: Florian Gerber <florian.gerber@math.uzh.ch> Author: Florian Gerber <florian.gerber@math.uzh.ch>
...@@ -16,5 +20,4 @@ Date: Tue Dec 5 21:37:52 2017 +0100 ...@@ -16,5 +20,4 @@ Date: Tue Dec 5 21:37:52 2017 +0100
* register native routines * register native routines
# 0.9-4 # 0.9-4
* CRAN release. * CRAN release.
\ No newline at end of file
...@@ -51,15 +51,16 @@ ...@@ -51,15 +51,16 @@
#' The objects of the list reflect the changes made by the compiled C or Fortran function. #' The objects of the list reflect the changes made by the compiled C or Fortran function.
#' #'
#' @references #' @references
#' F. Gerber, K. Moesinger, R. Furrer (2018),
#' dotCall64: An R package providing an efficient interface to compiled C, C++, and Fortran code supporting long vectors,
#' SoftwareX 7, 217-221,
#' https://doi.org/10.1016/j.softx.2018.06.002.
#'
#' F. Gerber, K. Moesinger, and R. Furrer (2017), #' F. Gerber, K. Moesinger, and R. Furrer (2017),
#' Extending R packages to support 64-bit compiled code: An illustration with spam64 and GIMMS NDVI3g data, #' Extending R packages to support 64-bit compiled code: An illustration with spam64 and GIMMS NDVI3g data,
#' Computer & Geoscience 104, 109-119, #' Computer & Geoscience 104, 109-119,
#' https://doi.org/10.1016/j.cageo.2016.11.015. #' https://doi.org/10.1016/j.cageo.2016.11.015.
#' #'
#' F. Gerber, K. Moesinger, and R. Furrer (2017),
#' dotCall64: An efficient interface to compiled C/C++ and Fortran code supporting long vectors,
#' https://arxiv.org/abs/1702.08188.
#'
#' @examples #' @examples
#' ## Consider the following C function, which is included #' ## Consider the following C function, which is included
#' ## in the dotCall64 package: #' ## in the dotCall64 package:
......
citHeader("To cite dotCall64 in publications use:") citHeader("To cite dotCall64 in publications use:")
citEntry(entry = "Article",
title = "{dotCall64}: An {R} package providing an efficient interface to compiled {C}, {C++}, and {Fortran} code supporting long vectors",
author = personList(as.person("Florian Gerber"),
as.person("Kaspar Moesinger"),
as.person("Reinhard Furrer")),
journal = "SoftwareX",
year = "2018",
volume = "7",
pages = "217--221",
issn = "2352-7110",
doi = "10.1016/j.softx.2018.06.002",
textVersion =
paste("F. Gerber, K. Moesinger, R. Furrer (2018),",
"dotCall64: An R package providing an efficient interface to compiled C, C++, and Fortran code supporting long vectors,",
"SoftwareX 7, 217-221, https://doi.org/10.1016/j.softx.2018.06.002.")
)
citEntry(entry = "Article", citEntry(entry = "Article",
title = "Extending {R} packages to support 64-bit compiled code: An illustration with spam64 and {GIMMS} {NDVI3g} data", title = "Extending {R} packages to support 64-bit compiled code: An illustration with spam64 and {GIMMS} {NDVI3g} data",
author = personList(as.person("Florian Gerber"), author = personList(as.person("Florian Gerber"),
...@@ -8,7 +27,6 @@ citEntry(entry = "Article", ...@@ -8,7 +27,6 @@ citEntry(entry = "Article",
journal = "Computer & Geoscience", journal = "Computer & Geoscience",
year = "2017", year = "2017",
volume = "104", volume = "104",
number = "",
pages = "109--119", pages = "109--119",
issn = "0098-3004", issn = "0098-3004",
doi = "10.1016/j.cageo.2016.11.015", doi = "10.1016/j.cageo.2016.11.015",
...@@ -17,21 +35,3 @@ citEntry(entry = "Article", ...@@ -17,21 +35,3 @@ citEntry(entry = "Article",
"Extending R packages to support 64-bit compiled code: An illustration with spam64 and GIMMS NDVI3g data,", "Extending R packages to support 64-bit compiled code: An illustration with spam64 and GIMMS NDVI3g data,",
"Computer & Geoscience 104, 109-119, https://doi.org/10.1016/j.cageo.2016.11.015.") "Computer & Geoscience 104, 109-119, https://doi.org/10.1016/j.cageo.2016.11.015.")
) )
citEntry(entry = "Article",
title = "{dotCall64}: An efficient interface to compiled {C/C++} and {F}ortran code supporting long vectors",
author = personList(as.person("Florian Gerber"),
as.person("Kaspar Moesinger"),
as.person("Reinhard Furrer")),
journal = "arXiv",
year = "2017",
volume = "",
number = "",
pages = "",
url = "https://arxiv.org/abs/1702.08188",
note = "",
textVersion =
paste("F. Gerber, K. Moesinger, R. Furrer (2017),",
"dotCall64: An efficient interface to compiled C/C++ and Fortran code supporting long vectors,",
"https://arxiv.org/abs/1702.08188.")
)
...@@ -120,12 +120,13 @@ x_long[9] <- 9; x_long[2^31] <- -1 ...@@ -120,12 +120,13 @@ x_long[9] <- 9; x_long[2^31] <- -1
} }
} }
\references{ \references{
F. Gerber, K. Moesinger, R. Furrer (2018),
dotCall64: An R package providing an efficient interface to compiled C, C++, and Fortran code supporting long vectors,
SoftwareX 7, 217-221,
https://doi.org/10.1016/j.softx.2018.06.002.
F. Gerber, K. Moesinger, and R. Furrer (2017), F. Gerber, K. Moesinger, and R. Furrer (2017),
Extending R packages to support 64-bit compiled code: An illustration with spam64 and GIMMS NDVI3g data, Extending R packages to support 64-bit compiled code: An illustration with spam64 and GIMMS NDVI3g data,
Computer & Geoscience 104, 109-119, Computer & Geoscience 104, 109-119,
https://doi.org/10.1016/j.cageo.2016.11.015. https://doi.org/10.1016/j.cageo.2016.11.015.
F. Gerber, K. Moesinger, and R. Furrer (2017),
dotCall64: An efficient interface to compiled C/C++ and Fortran code supporting long vectors,
https://arxiv.org/abs/1702.08188.
} }
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