Add CITATION file (and copy it in) (Closes: #3423)

This commit is contained in:
Dirk Eddelbuettel
2023-03-05 09:01:13 -06:00
parent 70b9b5185f
commit 92301d52fd
2 changed files with 54 additions and 0 deletions
+5
View File
@@ -289,6 +289,11 @@ if (BUILD_R_BINDINGS)
DESTINATION
"${CMAKE_CURRENT_BINARY_DIR}/mlpack/")
file(COPY
"${CMAKE_CURRENT_SOURCE_DIR}/mlpack/inst/CITATION"
DESTINATION
"${CMAKE_CURRENT_BINARY_DIR}/mlpack/inst")
# Do the actual build.
add_custom_target(r_build ALL)
@@ -0,0 +1,49 @@
bibentry("Manual",
other = unlist(citation(auto = meta), recursive = FALSE))
bibentry("Article",
title = "mlpack 4: a fast, header-only C++ machine learning library",
author = c(person("Ryan R.", "Curtin",
comment = c(ORCID = "0000-0002-9903-8214")),
person("Marcus", "Edel",
comment = c(ORCID = "0000-0001-5445-7303")),
person("Omar", "Shrit",
comment = c(ORCID = "0000-0002-8621-3052")),
person("Shubham", "Agrawal",
comment = c(ORCID = "0000-0001-8713-4682")),
person("Suryoday", "Basak",
comment = c(ORCID = "0000-0002-1982-1787")),
person("James J.", "Balamuta",
comment = c(ORCID = "0000-0003-2826-8458")),
person("Ryan", "Birmingham",
comment = c(ORCID = "0000-0002-7943-6346")),
person("Kartik", "Dutt",
comment = c(ORCID = "0000-0003-3877-0142")),
person("Dirk", "Eddelbuettel",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Rishabh", "Garg",
comment = c(ORCID = "0000-0003-0398-0887")),
person("Shikhar", "Jaiswal",
comment = c(ORCID = "0000-0002-3683-3931")),
person("Aakash", "Kaushik",
comment = c(ORCID = "0000-0003-1079-8338")),
person("Sangyeon", "Kim",
comment = c(ORCID = "0000-0003-0717-0240")),
person("Anjishnu", "Mukherjee",
comment = c(ORCID = "0000-0003-4012-8466")),
person("Nanubala Gnana", "Sai",
comment = c(ORCID = "0000-0003-0774-7994")),
person("Nippun", "Sharma",
comment = c(ORCID = "0000-0003-0365-2613")),
person("Yashwant Singh", "Parihar",
comment = c(ORCID = "0000-0003-3492-0377")),
person("Roshan", "Swain",
comment = c(ORCID = "0000-0002-7262-8230")),
person("Conrad", "Sanderson",
comment = c(ORCID = "0000-0002-0049-4501"))),
journal = "Journal of Open Source Software",
year = "2023",
volume = "8",
number = "82",
doi = "10.21105/joss.05026"
)