Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotCall64
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reinhard Furrer
dotCall64
Commits
16c9c783
Commit
16c9c783
authored
6 years ago
by
Florian Gerber
Browse files
Options
Downloads
Patches
Plain Diff
v 1.0-0
parent
a523fa23
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
DESCRIPTION
+2
-2
2 additions, 2 deletions
DESCRIPTION
NEWS
+4
-1
4 additions, 1 deletion
NEWS
R/dotCall64.R
+5
-4
5 additions, 4 deletions
R/dotCall64.R
inst/CITATION
+19
-19
19 additions, 19 deletions
inst/CITATION
man/dotCall64.Rd
+5
-4
5 additions, 4 deletions
man/dotCall64.Rd
with
35 additions
and
30 deletions
DESCRIPTION
+
2
−
2
View file @
16c9c783
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-0
1-11
Date: 2018-0
7-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"),
...
...
This diff is collapsed.
Click to expand it.
NEWS
.md
→
NEWS
+
4
−
1
View file @
16c9c783
# 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
This diff is collapsed.
Click to expand it.
R/dotCall64.R
+
5
−
4
View file @
16c9c783
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
inst/CITATION
+
19
−
19
View file @
16c9c783
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.")
)
This diff is collapsed.
Click to expand it.
man/dotCall64.Rd
+
5
−
4
View file @
16c9c783
...
@@ -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.
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment